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