review code.

This commit is contained in:
2026-04-17 13:08:48 +08:00
parent d02082a3b5
commit af8135d45d
10 changed files with 2864 additions and 208 deletions

View File

@@ -1,7 +1,7 @@
package types
// Status 状态数据结构
type Status struct {
type StatusData struct {
Data Data `json:"data"`
Status Config `json:"status"`
}