fix fix fix
This commit is contained in:
4
types.ts
4
types.ts
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user