删除 tipsPreference.

This commit is contained in:
lijiahang
2023-10-08 17:51:30 +08:00
parent fbd815a10e
commit 66b2539630
13 changed files with 68 additions and 86 deletions

View File

@@ -12,7 +12,7 @@ export {
useMenuStore,
useUserStore,
useTabBarStore,
useCacheStore
useCacheStore,
};
export default pinia;

View File

@@ -1,6 +1,5 @@
import { defineStore } from 'pinia';
import { AppState } from './types';
import TimeScale from 'echarts/types/src/scale/Time';
const defaultConfig: AppState = {
// 应用设置

View File

@@ -1,6 +1,6 @@
export type Theme = 'light' | 'dark'
export type Device = 'desktop' | 'mobile'
export type ViewType = 'table' | 'card' | undefined
type Theme = 'light' | 'dark';
type Device = 'desktop' | 'mobile';
type ViewType = 'table' | 'card' | undefined;
/**
* 应用状态