75 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
[
'name' => '__tips__',
'title' => '温馨提示',
'type' => 'string',
'content' => [],
'value' => '仅支持后台管理,启用深色模式后将忽略后台皮肤设定',
'rule' => '',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'mode',
'title' => '深色模式',
'type' => 'radio',
'group' => '',
'visible' => '',
'content' => [
'auto' => '自动判断深色模式(依赖系统深色设定)',
'force' => '始终深色模式',
],
'value' => 'auto',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'switchbtn',
'title' => '切换按钮',
'type' => 'radio',
'group' => '',
'visible' => '',
'content' => [
'1' => '显示',
'0' => '隐藏',
],
'value' => '1',
'rule' => 'required',
'msg' => '',
'tip' => '',
'ok' => '',
'extend' => '',
],
[
'name' => 'customcss',
'title' => '自定义深色模式样式',
'type' => 'text',
'content' => [],
'value' => '',
'rule' => '',
'msg' => '',
'tip' => '如果有未适配的可以自行添加CSS样式',
'ok' => '',
'extend' => '',
],
[
'name' => 'ignoreurllist',
'title' => '忽略URL列表',
'type' => 'text',
'content' => [],
'value' => '',
'rule' => '',
'msg' => '',
'tip' => '如果有未适配的页面可以添加忽略URL',
'ok' => '',
'extend' => '',
],
];