mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
update: custom theme
This commit is contained in:
17
public/theme/v2board/config.php
Normal file
17
public/theme/v2board/config.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'V2board',
|
||||
'description' => '这是一个描述',
|
||||
'version' => '1.5.6',
|
||||
'configs' => [
|
||||
[
|
||||
'field_name' => 'theme', // 字段名
|
||||
'description' => '这是一个字段主题', // 描述
|
||||
'field_type' => 'select', // 字段类型: select,input,switch
|
||||
'select_options' => [ // [filed_type]_options
|
||||
'奶绿'
|
||||
]
|
||||
]
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user