🎨 更新环境配置,添加 Dockerfile,优化代码结构
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user