mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +08:00
🎨 收尾
This commit is contained in:
@@ -56,11 +56,11 @@
|
|||||||
</template>
|
</template>
|
||||||
</v-list-item>
|
</v-list-item>
|
||||||
<!-- todo -->
|
<!-- todo -->
|
||||||
<!-- <v-list-item title="祈愿记录" value="gacha" link href="/user/gacha">-->
|
<!-- <v-list-item title="祈愿记录" value="gacha" link href="/user/gacha">-->
|
||||||
<!-- <template #prepend>-->
|
<!-- <template #prepend>-->
|
||||||
<!-- <img src="../../assets/icons/icon-wish.svg" alt="gacha" class="side-icon">-->
|
<!-- <img src="../../assets/icons/icon-wish.svg" alt="gacha" class="side-icon">-->
|
||||||
<!-- </template>-->
|
<!-- </template>-->
|
||||||
<!-- </v-list-item>-->
|
<!-- </v-list-item>-->
|
||||||
<v-divider />
|
<v-divider />
|
||||||
<v-list-item v-show="appStore.devEnv" title="测试" value="test" link href="/test">
|
<v-list-item v-show="appStore.devEnv" title="测试" value="test" link href="/test">
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
// tauri
|
// tauri
|
||||||
import { app, fs, path } from "@tauri-apps/api";
|
import { app, fs, path } from "@tauri-apps/api";
|
||||||
// utils
|
// utils
|
||||||
import TGSqlite from "./TGSqlite";
|
import TGSqlite from "../plugins/Sqlite";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description 时间戳转换为日期
|
* @description 时间戳转换为日期
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// utils
|
// utils
|
||||||
import TGSqlite from "../../utils/TGSqlite";
|
import TGSqlite from "../../plugins/Sqlite";
|
||||||
// request
|
// request
|
||||||
import { getCookieTokenBySToken } from "./getCookieToken";
|
import { getCookieTokenBySToken } from "./getCookieToken";
|
||||||
import { getTokensByLoginTicket } from "./getTokens";
|
import { getTokensByLoginTicket } from "./getTokens";
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
import { getAnnoCard } from "./getAnnoCard";
|
import { getAnnoCard } from "./getAnnoCard";
|
||||||
import { getRequestHeader, getRequestSignHeader } from "./getRequestHeader";
|
import { getRequestHeader, getRequestSignHeader } from "./getRequestHeader";
|
||||||
import { parseAnnoContent } from "./parseAnno";
|
import { parseAnnoContent } from "./parseAnno";
|
||||||
import { transCookie, getServerByUid } from "./tools";
|
import { getServerByUid } from "./tools";
|
||||||
|
|
||||||
const TGUtils = {
|
const TGUtils = {
|
||||||
Anno: {
|
Anno: {
|
||||||
@@ -20,7 +20,6 @@ const TGUtils = {
|
|||||||
getSignHeader: getRequestSignHeader,
|
getSignHeader: getRequestSignHeader,
|
||||||
},
|
},
|
||||||
Tools: {
|
Tools: {
|
||||||
transCookie,
|
|
||||||
getServerByUid,
|
getServerByUid,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user