1
0

feat:添加minichat到列表

This commit is contained in:
okxlin
2024-08-04 01:07:34 +08:00
parent e6164b17da
commit f5e9c0ae58
11 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: "40276"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "./data/config.yaml"
disabled: true
envKey: CONFIG_PATH
labelEn: Configuration Path
labelZh: 配置路径
required: true
type: text
- default: "bulma"
edit: true
envKey: TEMPLATE_NAME
labelEn: Template Name
labelZh: 模板名称
required: true
type: text