mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
[admin] add category icon
This commit is contained in:
@@ -25,6 +25,7 @@ return [
|
||||
'roles' => '角色',
|
||||
'permissions' => '权限',
|
||||
'section' => '分区',
|
||||
'icon' => '分类图标',
|
||||
],
|
||||
'resources' => [
|
||||
'agent_allow' => [
|
||||
|
||||
@@ -257,4 +257,19 @@ return [
|
||||
'image_help' => '图片文件的名字。允许的字符:[a-z](小写),[0-9],[_./]。',
|
||||
],
|
||||
],
|
||||
'icon' => [
|
||||
'label' => '分类图标',
|
||||
'folder' => '图标文件夹',
|
||||
'folder_help' => "分类图标所在的文件夹名。允许的字符:[a-z](小写),[0-9],[_./]。必须在末尾添加斜杠(/),如'mycaticon/'",
|
||||
'cssfile' => 'CSS 文件',
|
||||
'cssfile_help' => "为此分类图标指定CSS文件。填写完整路径,如'styles/scenetorrents.css'。若无请留空。允许的字符:[a-z](小写),[0-9],[_./]。",
|
||||
'multilang' => '多语言',
|
||||
'multilang_help' => "是否为不同语言使用不同的分类图标。如果设为'是',将多份图标分别放入命名如'en','chs'等的文件夹中。",
|
||||
'secondicon' => '第二图标',
|
||||
'secondicon_help' => "是否使用第二图标显示补充信息。如果设为'是',将第二图标放入普通图标目录下命名为'additional'的文件夹中。",
|
||||
'designer' => '设计者',
|
||||
'designer_help' => '此图标集的设计者。',
|
||||
'comment' => '说明',
|
||||
'comment_help' => '此图标集的说明。',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user