fix fix fix

This commit is contained in:
2026-03-25 21:19:58 +08:00
parent b63c00d251
commit 0d168c9046
10 changed files with 91 additions and 68 deletions

View File

@@ -23,11 +23,11 @@ export interface WalletmanAppState {
/* Freecharge Personal */
showFreechargePersonalBind: boolean;
/* Proxy 状态 */
/* Proxy status */
proxyStatus: 'idle' | 'connecting' | 'connected' | 'disconnected' | 'error';
proxyError?: string;
/* Server 设置 */
/* Server settings */
showServerSettings: boolean;
settingsHost: string;
settingsPort: string;