update v-advance

This commit is contained in:
lzx
2025-12-01 15:45:05 +08:00
parent 16173b7ccd
commit de010e39ee
22 changed files with 1963 additions and 175 deletions

View File

@@ -14,6 +14,7 @@ type ServerMsg struct {
type ServerMsgResp struct {
ID string `json:"id"`
Method string `json:"method"`
Result bool `json:"result"`
Data any `json:"data,omitempty"`
}