2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

feat: 数据备份前端

This commit is contained in:
耗子
2024-10-13 22:44:42 +08:00
parent e1bcabec5d
commit f235492f8b
30 changed files with 559 additions and 73 deletions

View File

@@ -2,5 +2,6 @@ package types
type BackupFile struct {
Name string `json:"name"`
Path string `json:"path"`
Size string `json:"size"`
}