feat: 重构登录页面UI并优化交互体验

This commit is contained in:
Ray.Hao
2026-02-28 18:14:25 +08:00
parent 7cbf29ff90
commit a8b7177a0a
34 changed files with 510 additions and 357 deletions

View File

@@ -1,4 +1,4 @@
import type { ConfigProviderThemeVars } from "wot-design-uni";
import type { ConfigProviderThemeVars } from "wot-design-uni";
/**
* 主题色选项接口

View File

@@ -1,4 +1,4 @@
import { Client, type IMessage, type StompSubscription } from "@stomp/stompjs";
import { Client, type IMessage, type StompSubscription } from "@stomp/stompjs";
import { getAccessToken } from "@/utils/auth";
export interface UseStompOptions {

View File

@@ -1,4 +1,4 @@
export interface TabbarItem {
export interface TabbarItem {
name: string;
value: number | null;
active: boolean;

View File

@@ -1,4 +1,4 @@
import type { ThemeColorOption, ThemeMode } from "@/composables/types/theme";
import type { ThemeColorOption, ThemeMode } from "@/composables/types/theme";
import { themeColorOptions } from "@/composables/types/theme";
import { useThemeStore } from "@/store";