fix: 修改样式

This commit is contained in:
2026-01-22 16:58:54 -08:00
parent 343891b702
commit 73480ce417
22 changed files with 450 additions and 219 deletions
-1
View File
@@ -22,7 +22,6 @@ class KRCommonUtil {
_kr_isOpeningCustomerService = true;
try {
kr_showToast('userInfo.openingCustomerService'.tr);
await Get.toNamed(Routes.KR_CHATWOOT);
} catch (e) {
debugPrint('打开客服失败: $e');
+3
View File
@@ -17,6 +17,9 @@ class KRSecureStorage {
// 存储箱名称
static const String _boxName = 'kaer_secure_storage';
// 邮箱历史记录的键
static const String EMAIL_HISTORY_KEY = 'email_history';
// 加密密钥
static const String _encryptionKey = 'kaer_secure_storage_key';