删除 tipsPreference.
This commit is contained in:
@@ -12,7 +12,7 @@ export {
|
||||
useMenuStore,
|
||||
useUserStore,
|
||||
useTabBarStore,
|
||||
useCacheStore
|
||||
useCacheStore,
|
||||
};
|
||||
|
||||
export default pinia;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { defineStore } from 'pinia';
|
||||
import { AppState } from './types';
|
||||
import TimeScale from 'echarts/types/src/scale/Time';
|
||||
|
||||
const defaultConfig: AppState = {
|
||||
// 应用设置
|
||||
|
||||
@@ -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;
|
||||
|
||||
/**
|
||||
* 应用状态
|
||||
|
||||
Reference in New Issue
Block a user