🎨 清理文档
This commit is contained in:
@@ -5847,14 +5847,6 @@ const docTemplate = `{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config.Excel": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"dir": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"config.HuaWeiObs": {
|
"config.HuaWeiObs": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -6381,9 +6373,6 @@ const docTemplate = `{
|
|||||||
"email": {
|
"email": {
|
||||||
"$ref": "#/definitions/config.Email"
|
"$ref": "#/definitions/config.Email"
|
||||||
},
|
},
|
||||||
"excel": {
|
|
||||||
"$ref": "#/definitions/config.Excel"
|
|
||||||
},
|
|
||||||
"hua-wei-obs": {
|
"hua-wei-obs": {
|
||||||
"$ref": "#/definitions/config.HuaWeiObs"
|
"$ref": "#/definitions/config.HuaWeiObs"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -5839,14 +5839,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"config.Excel": {
|
|
||||||
"type": "object",
|
|
||||||
"properties": {
|
|
||||||
"dir": {
|
|
||||||
"type": "string"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"config.HuaWeiObs": {
|
"config.HuaWeiObs": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -6373,9 +6365,6 @@
|
|||||||
"email": {
|
"email": {
|
||||||
"$ref": "#/definitions/config.Email"
|
"$ref": "#/definitions/config.Email"
|
||||||
},
|
},
|
||||||
"excel": {
|
|
||||||
"$ref": "#/definitions/config.Excel"
|
|
||||||
},
|
|
||||||
"hua-wei-obs": {
|
"hua-wei-obs": {
|
||||||
"$ref": "#/definitions/config.HuaWeiObs"
|
"$ref": "#/definitions/config.HuaWeiObs"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -216,11 +216,6 @@ definitions:
|
|||||||
description: 收件人:多个以英文逗号分隔 例:a@qq.com b@qq.com 正式开发中请把此项目作为参数使用
|
description: 收件人:多个以英文逗号分隔 例:a@qq.com b@qq.com 正式开发中请把此项目作为参数使用
|
||||||
type: string
|
type: string
|
||||||
type: object
|
type: object
|
||||||
config.Excel:
|
|
||||||
properties:
|
|
||||||
dir:
|
|
||||||
type: string
|
|
||||||
type: object
|
|
||||||
config.HuaWeiObs:
|
config.HuaWeiObs:
|
||||||
properties:
|
properties:
|
||||||
access-key:
|
access-key:
|
||||||
@@ -597,8 +592,6 @@ definitions:
|
|||||||
type: array
|
type: array
|
||||||
email:
|
email:
|
||||||
$ref: '#/definitions/config.Email'
|
$ref: '#/definitions/config.Email'
|
||||||
excel:
|
|
||||||
$ref: '#/definitions/config.Excel'
|
|
||||||
hua-wei-obs:
|
hua-wei-obs:
|
||||||
$ref: '#/definitions/config.HuaWeiObs'
|
$ref: '#/definitions/config.HuaWeiObs'
|
||||||
jwt:
|
jwt:
|
||||||
|
|||||||
Reference in New Issue
Block a user