Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jiewenhuang committed Jul 17, 2024
2 parents efebf4c + e5117ee commit 9518694
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2703,34 +2703,34 @@ spec:
name: external_css
label: 外部CSS链接
value: ''
help: '填入外部CSS链接,无需link标签,将插入head标签尾部'
help: '已废弃,此设置项将在未来版本移除,请使用 Halo 自带的代码注入代替,https://docs.halo.run/user-guide/settings#%E4%BB%A3%E7%A0%81%E6%B3%A8%E5%85%A5'
- $formkit: code
name: custom_css
label: 自定义CSS
value: ''
help: '填入CSS代码,无需style标签,将插入head标签尾部'
help: '已废弃,此设置项将在未来版本移除,请使用 Halo 自带的代码注入代替,https://docs.halo.run/user-guide/settings#%E4%BB%A3%E7%A0%81%E6%B3%A8%E5%85%A5'
language: css
- $formkit: text
name: custom_external_js_head
label: 外部JS链接(head)
value: ''
help: '填入外部JS链接,需要script标签,可按情况指定async和defer属性,将插入head标签尾部'
help: '已废弃,此设置项将在未来版本移除,请使用 Halo 自带的代码注入代替,https://docs.halo.run/user-guide/settings#%E4%BB%A3%E7%A0%81%E6%B3%A8%E5%85%A5'
- $formkit: code
name: custom_js_head
label: 自定义JS(head)
value: ''
help: '填入JS代码,无需script标签,将插入head标签尾部'
help: '已废弃,此设置项将在未来版本移除,请使用 Halo 自带的代码注入代替,https://docs.halo.run/user-guide/settings#%E4%BB%A3%E7%A0%81%E6%B3%A8%E5%85%A5'
language: javascript
- $formkit: text
name: custom_external_js_body
label: 外部JS链接(body)
value: ''
help: '填入外部JS链接,无需script标签,将插入body标签尾部(可用于添加插件等)'
help: '已废弃,此设置项将在未来版本移除,请使用 Halo 自带的代码注入代替,https://docs.halo.run/user-guide/settings#%E4%BB%A3%E7%A0%81%E6%B3%A8%E5%85%A5'
- $formkit: code
name: custom_js_body
label: 自定义JS(body)
value: ''
help: '填入JS代码,无需script标签,将插入body标签尾部'
help: '已废弃,此设置项将在未来版本移除,请使用 Halo 自带的代码注入代替,https://docs.halo.run/user-guide/settings#%E4%BB%A3%E7%A0%81%E6%B3%A8%E5%85%A5'
language: javascript
- $formkit: radio
name: show_loaded_time
Expand Down

0 comments on commit 9518694

Please sign in to comment.