[feat] use heroui + setup persistore + setup toast
todo: fix launchoption problem
This commit is contained in:
6
src/store/index.ts
Normal file
6
src/store/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const DEFAULT_STORE_CONFIG = {
|
||||
saveOnChange: true,
|
||||
saveOnExit: true,
|
||||
saveStrategy: 'debounce' as const,
|
||||
saveInterval: 3000,
|
||||
};
|
||||
Reference in New Issue
Block a user