mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 12:29:41 +08:00
文本调整
This commit is contained in:
parent
0efaed4832
commit
03fa1e2c75
@ -130,15 +130,15 @@ spec:
|
||||
name: console_url
|
||||
validation: requiredc
|
||||
if: $get(show_console).value
|
||||
label: 未登录时,控制台跳转URL
|
||||
label: 未登录,控制台跳转URL
|
||||
value: '/login'
|
||||
help: '未登录时,控制台跳转URL,可使用“redirect_uri”参数进行登录后跳转,例如:“/login?redirect_uri=/”,登录后默认跳转到前台页面。'
|
||||
help: '未登录,控制台跳转URL,可使用“redirect_uri”参数进行登录后跳转,例如:“/login?redirect_uri=/”,登录后默认跳转到前台页面。'
|
||||
- $formkit: radio
|
||||
if: $get(show_console).value
|
||||
name: console_target
|
||||
validation: required
|
||||
value: _blank
|
||||
label: 未登录时,控制台跳转方式
|
||||
label: 未登录,控制台跳转方式
|
||||
options:
|
||||
- value: _blank
|
||||
label: 新标签页
|
||||
@ -149,14 +149,14 @@ spec:
|
||||
validation: required
|
||||
if: $get(show_console).value
|
||||
value: '/console'
|
||||
label: 登录时,控制台跳转URL
|
||||
help: '登录时,控制台跳转URL。'
|
||||
label: 已登录,控制台跳转URL
|
||||
help: '已登录,控制台跳转URL。'
|
||||
- $formkit: radio
|
||||
if: $get(show_console).value
|
||||
name: console_logon_target
|
||||
validation: required
|
||||
value: _blank
|
||||
label: 登录时,控制台跳转方式
|
||||
label: 已登录,控制台跳转方式
|
||||
options:
|
||||
- value: _blank
|
||||
label: 新标签页
|
||||
|
Loading…
x
Reference in New Issue
Block a user