fix: 系统时间同步样式修改 (#1123)

This commit is contained in:
ssongliu
2023-05-24 15:43:21 +08:00
committed by GitHub
parent b979c2574c
commit be6b7157f4
14 changed files with 268 additions and 143 deletions

View File

@@ -7878,7 +7878,7 @@ var doc = `{
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/dto.SyncTimeZone"
"$ref": "#/definitions/dto.SyncTime"
}
}
],
@@ -7893,11 +7893,10 @@ var doc = `{
"x-panel-log": {
"BeforeFuntions": [],
"bodyKeys": [
"ntpSite",
"timeZone"
"ntpSite"
],
"formatEN": "sync system time [ntpSite]-[timeZone]",
"formatZH": "系统时间同步[ntpSite]-[timeZone]",
"formatEN": "sync system time [ntpSite]",
"formatZH": "系统时间同步[ntpSite]",
"paramKeys": []
}
}
@@ -12621,14 +12620,11 @@ var doc = `{
}
}
},
"dto.SyncTimeZone": {
"dto.SyncTime": {
"type": "object",
"properties": {
"ntpSite": {
"type": "string"
},
"timeZone": {
"type": "string"
}
}
},