Skip to content

Commit

Permalink
Merge pull request #534 from chengzhongxue/main
Browse files Browse the repository at this point in the history
0
  • Loading branch information
chengzhongxue authored Oct 31, 2023
2 parents b2a96a2 + d4a19e5 commit 7d00015
Show file tree
Hide file tree
Showing 28 changed files with 7,200 additions and 133 deletions.
9 changes: 4 additions & 5 deletions settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ spec:
- $formkit: repeater
if: $get(nav).value === 'custom-category'
name: navCustomCategory
key: navCustomCategory
label: 自定义分类
value: [ ]
children:
Expand All @@ -455,6 +456,7 @@ spec:
- $formkit: repeater
if: $get(nav).value === 'custom-tag'
name: navCustomTag
key: navCustomTag
label: 自定义标签
value: [ ]
children:
Expand All @@ -464,6 +466,7 @@ spec:
- $formkit: repeater
if: $get(nav).value === 'custom-url'
name: navCustomUrl
key: navCustomUrl
label: 自定义路径
value: [ ]
children:
Expand Down Expand Up @@ -554,7 +557,7 @@ spec:
- $formkit: group
name: widgetss
label: 侧边栏内容
help: 目前提供的小部件有:profile(站点资料), wechat(微信), power(爱发电赞助), welcome(小板报), steam(Steam卡片), music(音乐卡片), friend-link(通讯录), recent-posts(近期文章), comments(最新评论), categories(文章分类), tags(文章标签), stat(统计), tags-stat(标签&归档&统计), adbox(广告区域)。你可以随意组合或排序,以逗号隔开。
help: 目前提供的小部件有:profile(个人卡片), wechat(公众号), power(爱发电赞助), welcome(小板报), steam(Steam卡片), music(音乐卡片), friend-link(通讯录), recent-posts(最新文章), comments(最新评论), categories(文章分类), tags(文章标签), stat(统计), tags-stat(标签&归档&统计), adbox(广告区域)。你可以随意组合或排序,以逗号隔开。
value:
indexWidgets: profile,wechat,comments,recent-posts,categories,tags-stat
postWidgets: profile,wechat,toc,comments,recent-posts,categories,tags-stat
Expand Down Expand Up @@ -2324,10 +2327,6 @@ spec:
- group: style
label: 样式
formSchema:
- $formkit: checkbox
name: enableChangeColorScheme
label: 允许访客切换配色
value: true
- $formkit: radio
name: colorScheme
label: 默认配色
Expand Down
1 change: 0 additions & 1 deletion templates/assets/css/post-copyright-one.css
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ img.post-copyright__author_img_front {
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: box;
display: flex;
margin: 10px
}
Expand Down
2 changes: 1 addition & 1 deletion templates/assets/css/post-copyright.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@

.post-reward .reward-main .reward-all {
background:var(--heo-card-bg);
}
}
Loading

0 comments on commit 7d00015

Please sign in to comment.