feat(ui): 新增登录

This commit is contained in:
廖彦棋
2024-03-06 17:54:38 +08:00
parent 5a1a596098
commit ef06f0da98
27 changed files with 287 additions and 21 deletions

View File

@@ -1 +1,9 @@
/// <reference types="vite/client" />
declare module "*.vue" {
import { DefineComponent } from "vue";
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>;
export default component;
}
declare const __AUTH_KEY: string;