增加状态显示

This commit is contained in:
2026-03-05 23:20:40 +08:00
parent 6e48882bb0
commit f0eb7fead5
5 changed files with 34 additions and 4 deletions

View File

@@ -22,4 +22,8 @@ export interface WalletmanAppState {
/* Freecharge Personal */
showFreechargePersonalBind: boolean;
/* Proxy 状态 */
proxyStatus: 'idle' | 'connecting' | 'connected' | 'disconnected' | 'error';
proxyError?: string;
}