这是你当前会话中使用的 Token,在复制之前,请确保您正在干什么。
+ +如果你需要使用 Yeestring 的个性化服务,请使用 刷新 Token。
+ + + diff --git a/src/stores/app.ts b/src/stores/app.ts index 1fbde25..c128933 100644 --- a/src/stores/app.ts +++ b/src/stores/app.ts @@ -21,6 +21,11 @@ export const useAppStore = defineStore("app", { text: "工具", to: "/tools", }, + { + icon: "mdi-key", + text: "令牌", + to: "/tokens", + }, ], }), }); diff --git a/src/typed-router.d.ts b/src/typed-router.d.ts index 56f7c39..1ecabc2 100644 --- a/src/typed-router.d.ts +++ b/src/typed-router.d.ts @@ -28,6 +28,7 @@ declare module 'vue-router/auto-routes' { '/auth/login': RouteRecordInfo<'/auth/login', '/auth/login', Record