ck 复制格式优化,修复错误

This commit is contained in:
yml2213
2026-06-25 09:16:23 +08:00
parent 4681136484
commit f21f82cbed
4 changed files with 12 additions and 10 deletions
+1
View File
@@ -102,6 +102,7 @@ export interface CookieItem {
created_at: string | null;
cookie: string;
cookie_preview: string;
account_password: string;
}
// ==================== Proxy ====================