feat(profile): add chat settings and language options to profile settings
- Introduced hrefProfileChatSettings() for navigation to chat settings. - Updated SettingsScreen to include new settings items for chat settings, language selection, data storage, terms, and privacy policy. - Enhanced user experience by providing alerts for language and data storage options. This update improves the profile settings interface by adding more customization options for users.
This commit is contained in:
@@ -972,6 +972,9 @@ class WebSocketService {
|
||||
this.connected = false;
|
||||
this.isConnecting = false;
|
||||
this.isFallbackMode = false;
|
||||
this.reconnectAttempts = 0; // 重置重连计数
|
||||
this.lastEventId = ''; // 重置事件ID
|
||||
this.lastActivityAt = 0; // 重置活动时间
|
||||
|
||||
if (this.ws) {
|
||||
this.ws.close();
|
||||
|
||||
Reference in New Issue
Block a user