diff --git a/src/components/main/t-sidebar.vue b/src/components/main/t-sidebar.vue
index 3ce8725c..1fb0b131 100644
--- a/src/components/main/t-sidebar.vue
+++ b/src/components/main/t-sidebar.vue
@@ -56,11 +56,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/src/utils/UIAF.ts b/src/utils/UIAF.ts
index 2892c0f6..6e868375 100644
--- a/src/utils/UIAF.ts
+++ b/src/utils/UIAF.ts
@@ -8,7 +8,7 @@
// tauri
import { app, fs, path } from "@tauri-apps/api";
// utils
-import TGSqlite from "./TGSqlite";
+import TGSqlite from "../plugins/Sqlite";
/**
* @description 时间戳转换为日期
diff --git a/src/web/request/initCookie.ts b/src/web/request/initCookie.ts
index 85fedf22..2158aa27 100644
--- a/src/web/request/initCookie.ts
+++ b/src/web/request/initCookie.ts
@@ -6,7 +6,7 @@
*/
// utils
-import TGSqlite from "../../utils/TGSqlite";
+import TGSqlite from "../../plugins/Sqlite";
// request
import { getCookieTokenBySToken } from "./getCookieToken";
import { getTokensByLoginTicket } from "./getTokens";
diff --git a/src/web/utils/TGUtils.ts b/src/web/utils/TGUtils.ts
index 7d6ad247..711e7d0b 100644
--- a/src/web/utils/TGUtils.ts
+++ b/src/web/utils/TGUtils.ts
@@ -8,7 +8,7 @@
import { getAnnoCard } from "./getAnnoCard";
import { getRequestHeader, getRequestSignHeader } from "./getRequestHeader";
import { parseAnnoContent } from "./parseAnno";
-import { transCookie, getServerByUid } from "./tools";
+import { getServerByUid } from "./tools";
const TGUtils = {
Anno: {
@@ -20,7 +20,6 @@ const TGUtils = {
getSignHeader: getRequestSignHeader,
},
Tools: {
- transCookie,
getServerByUid,
},
};