Merge pull request #17 from liuzhihang/dev

Dev
This commit is contained in:
liuzhihang 2022-12-04 13:17:05 +08:00 committed by GitHub
commit 02cf26889a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 3 deletions

View File

@ -9,7 +9,7 @@
---
预览:[程序员小航](http://hao.liuzhihang.com/)
预览:[程序员小航](http://liuzhihang.com/) WIP
文档:[语雀](https://www.yuque.com/liuzhihangs/halo-theme-hao)
@ -70,7 +70,16 @@ Halo-Theme-Hao 使用 GPL-v3.0 协议开源,请遵守开源协议。
<!-- ALL-CONTRIBUTORS-LIST:END -->
## 其他
如果你对主题有什么建议或者意见,欢迎提 PR & issue。
想了解更多信息可以关注 「 程序员小航 」。
- 发送 "hao群" 可以加群 (群验证信息最好是个人网站)
- 发送"加好友",可以加我微信,我拉你进群 (群二维码失效时)
> 卖服务器的广告人,就不要加了。
## Contributors ✨

View File

@ -1,6 +1,6 @@
{
"name": "halo-theme-hao",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"dependencies": {
}
}

View File

@ -8096,6 +8096,27 @@ span.fund_name {
width: calc(100% - 300px);
}
/* 当隐藏边栏时,显示 100% */
.layout.hide-aside > div:first-child {
width: 100%;
}
/* 侧边栏在左侧时,显示 100% */
.layout.left-aside > div:first-child {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-o-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
/* 侧栏在左侧时,关闭左边距,打开右边距 */
.layout.left-aside .aside-content {
padding-right: 15px;
padding-left: 0px !important;
}
/* 主页分类 */
div#categoryList {
display: flex;

View File

@ -13,5 +13,5 @@ spec:
repo: 'https://github.com/liuzhihang/halo-theme-hao'
settingName: "theme-hao-setting"
configMapName: "theme-hao-configMap"
version: beta.2
version: 1.0.0
require: 2.0.0