feat: 重构登录页面UI并优化交互体验
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ConfigProviderThemeVars } from "wot-design-uni";
|
||||
import type { ConfigProviderThemeVars } from "wot-design-uni";
|
||||
|
||||
/**
|
||||
* 主题色选项接口
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export interface TabbarItem {
|
||||
export interface TabbarItem {
|
||||
name: string;
|
||||
value: number | null;
|
||||
active: boolean;
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user