@@ -26,4 +26,9 @@ export interface WalletmanAppState {
/* Proxy 状态 */
proxyStatus: 'idle' | 'connecting' | 'connected' | 'disconnected' | 'error';
proxyError?: string;
/* Server 设置 */
showServerSettings: boolean;
settingsHost: string;
settingsPort: string;
}
The note is not visible to the blocked user.