mirror of https://github.com/halo-dev/halo
Update anatole options.yaml again
parent
8398b1c40e
commit
d717d72303
|
@ -1,9 +1,9 @@
|
|||
sns:
|
||||
description: 社交资料设置
|
||||
label: 社交资料设置
|
||||
items:
|
||||
rss:
|
||||
name: rss
|
||||
description: RSS
|
||||
label: RSS
|
||||
type: radio
|
||||
default: true
|
||||
options:
|
||||
|
@ -13,50 +13,50 @@ sns:
|
|||
label: 关闭
|
||||
twitter:
|
||||
name: twitter
|
||||
description: Twitter
|
||||
label: Twitter
|
||||
type: text
|
||||
facebook:
|
||||
name: facebook
|
||||
description: Facebook
|
||||
label: Facebook
|
||||
type: text
|
||||
instagram:
|
||||
name: instagram
|
||||
description: Instagram
|
||||
label: Instagram
|
||||
type: text
|
||||
dribbble:
|
||||
name: dribbble
|
||||
description: Dribbble
|
||||
label: Dribbble
|
||||
type: text
|
||||
weibo:
|
||||
name: weibo
|
||||
description: 微博
|
||||
label: 微博
|
||||
type: text
|
||||
email:
|
||||
name: email
|
||||
description: Email
|
||||
label: Email
|
||||
type: email
|
||||
github:
|
||||
name: github
|
||||
description: Github
|
||||
label: Github
|
||||
type: text
|
||||
qq:
|
||||
name: qq
|
||||
description: QQ
|
||||
label: QQ
|
||||
type: text
|
||||
telegram:
|
||||
name: telegram
|
||||
description: Telegram
|
||||
label: Telegram
|
||||
type: text
|
||||
style:
|
||||
description: 样式设置
|
||||
label: 样式设置
|
||||
items:
|
||||
icon:
|
||||
name: icon
|
||||
description: 右上角图标
|
||||
label: 右上角图标
|
||||
type: text
|
||||
post_title_uppper:
|
||||
name: post_title_uppper
|
||||
description: 文章标题大写
|
||||
label: 文章标题大写
|
||||
type: radio
|
||||
default: true
|
||||
options:
|
||||
|
@ -66,7 +66,7 @@ style:
|
|||
label: 关闭
|
||||
blog_title_uppper:
|
||||
name: blog_title_uppper
|
||||
description: 博客标题大写
|
||||
label: 博客标题大写
|
||||
type: radio
|
||||
default: true
|
||||
options:
|
||||
|
@ -76,7 +76,7 @@ style:
|
|||
label: 关闭
|
||||
avatar_circle:
|
||||
name: avatar_circle
|
||||
description: 圆形头像
|
||||
label: 圆形头像
|
||||
type: radio
|
||||
default: true
|
||||
options:
|
||||
|
@ -86,7 +86,7 @@ style:
|
|||
label: 关闭
|
||||
hitokoto:
|
||||
name: hitokoto
|
||||
description: 博客描述开启一言
|
||||
label: 博客描述开启一言
|
||||
type: radio
|
||||
default: false
|
||||
options:
|
||||
|
@ -96,17 +96,17 @@ style:
|
|||
label: 关闭
|
||||
google_color:
|
||||
name: google_color
|
||||
description: 浏览器沉浸颜色
|
||||
label: 浏览器沉浸颜色
|
||||
type: text
|
||||
default: #fff
|
||||
scrollbar:
|
||||
name: scrollbar
|
||||
description: 全局滚动条颜色
|
||||
label: 全局滚动条颜色
|
||||
type: text
|
||||
default: #3798e8
|
||||
custom:
|
||||
name: custom
|
||||
description: 自定义样式
|
||||
label: 自定义样式
|
||||
type: textarea
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue