update: custom theme

This commit is contained in:
tokumeikoi
2022-05-03 03:16:16 +08:00
parent 32bb9fccb5
commit a0ebcb948b
3 changed files with 67 additions and 0 deletions

View 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
'奶绿'
]
]
]
];