🎨 更新环境配置,添加 Dockerfile,优化代码结构

This commit is contained in:
2026-04-21 22:09:19 +08:00
parent 81d8466f88
commit 5c2a146a44
35 changed files with 6396 additions and 141 deletions

View File

@@ -5847,6 +5847,14 @@ const docTemplate = `{
}
}
},
"config.Excel": {
"type": "object",
"properties": {
"dir": {
"type": "string"
}
}
},
"config.HuaWeiObs": {
"type": "object",
"properties": {
@@ -6373,6 +6381,9 @@ const docTemplate = `{
"email": {
"$ref": "#/definitions/config.Email"
},
"excel": {
"$ref": "#/definitions/config.Excel"
},
"hua-wei-obs": {
"$ref": "#/definitions/config.HuaWeiObs"
},

View File

@@ -5839,6 +5839,14 @@
}
}
},
"config.Excel": {
"type": "object",
"properties": {
"dir": {
"type": "string"
}
}
},
"config.HuaWeiObs": {
"type": "object",
"properties": {
@@ -6365,6 +6373,9 @@
"email": {
"$ref": "#/definitions/config.Email"
},
"excel": {
"$ref": "#/definitions/config.Excel"
},
"hua-wei-obs": {
"$ref": "#/definitions/config.HuaWeiObs"
},
@@ -7962,4 +7973,4 @@
"name": "SysUser"
}
]
}
}

View File

@@ -216,6 +216,11 @@ definitions:
description: 收件人:多个以英文逗号分隔 例a@qq.com b@qq.com 正式开发中请把此项目作为参数使用
type: string
type: object
config.Excel:
properties:
dir:
type: string
type: object
config.HuaWeiObs:
properties:
access-key:
@@ -592,6 +597,8 @@ definitions:
type: array
email:
$ref: '#/definitions/config.Email'
excel:
$ref: '#/definitions/config.Excel'
hua-wei-obs:
$ref: '#/definitions/config.HuaWeiObs'
jwt: