feat: 添加主题管理功能,更新系统设置页面,优化用户体验
This commit is contained in:
5
auto-imports.d.ts
vendored
5
auto-imports.d.ts
vendored
@@ -281,6 +281,7 @@ declare global {
|
||||
const useTextDirection: typeof import('@vueuse/core').useTextDirection
|
||||
const useTextSelection: typeof import('@vueuse/core').useTextSelection
|
||||
const useTextareaAutosize: typeof import('@vueuse/core').useTextareaAutosize
|
||||
const useTheme: typeof import('./src/composables/useTheme').useTheme
|
||||
const useThrottle: typeof import('@vueuse/core').useThrottle
|
||||
const useThrottleFn: typeof import('@vueuse/core').useThrottleFn
|
||||
const useThrottledRefHistory: typeof import('@vueuse/core').useThrottledRefHistory
|
||||
@@ -340,6 +341,9 @@ declare global {
|
||||
export type { QRScanResult } from './src/composables/useQRScanner'
|
||||
import('./src/composables/useQRScanner')
|
||||
// @ts-ignore
|
||||
export type { ThemeMode } from './src/composables/useTheme'
|
||||
import('./src/composables/useTheme')
|
||||
// @ts-ignore
|
||||
export type { Series, TData, WeightChartOptions, TradingViewData, TradingViewOptions } from './src/composables/useTradingView'
|
||||
import('./src/composables/useTradingView')
|
||||
// @ts-ignore
|
||||
@@ -628,6 +632,7 @@ declare module 'vue' {
|
||||
readonly useTextDirection: UnwrapRef<typeof import('@vueuse/core')['useTextDirection']>
|
||||
readonly useTextSelection: UnwrapRef<typeof import('@vueuse/core')['useTextSelection']>
|
||||
readonly useTextareaAutosize: UnwrapRef<typeof import('@vueuse/core')['useTextareaAutosize']>
|
||||
readonly useTheme: UnwrapRef<typeof import('./src/composables/useTheme')['useTheme']>
|
||||
readonly useThrottle: UnwrapRef<typeof import('@vueuse/core')['useThrottle']>
|
||||
readonly useThrottleFn: UnwrapRef<typeof import('@vueuse/core')['useThrottleFn']>
|
||||
readonly useThrottledRefHistory: UnwrapRef<typeof import('@vueuse/core')['useThrottledRefHistory']>
|
||||
|
||||
Reference in New Issue
Block a user