2
0

feat:仪表盘界面修改以及中英文适配

This commit is contained in:
zhongzm
2025-01-22 18:38:24 +08:00
parent 737999885f
commit b4c01b8544
4 changed files with 350 additions and 209 deletions

11
src/typings/api.d.ts vendored
View File

@@ -453,8 +453,15 @@ declare namespace Api {
traffic: number;
trafficUsed: number;
trafficEnable: boolean;
activity: number;
error?: any; // 添加可选的 error 属性
rateLimitEnable: boolean;
upLimitEnable: boolean;
downLimitEnable: boolean;
upLimit: number;
downLimit: number;
packageName:string;
clientNumEnable:boolean;
price:string;
error?: any;
}
}