添加不再提醒功能.

This commit is contained in:
lijiahang
2023-10-08 18:42:06 +08:00
parent 66b2539630
commit 7a26e6f89c
15 changed files with 232 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import useMenuStore from './modules/menu';
import useUserStore from './modules/user';
import useTabBarStore from './modules/tab-bar';
import useCacheStore from './modules/cache';
import useTipsStore from './modules/tips';
const pinia = createPinia();
@@ -13,6 +14,7 @@ export {
useUserStore,
useTabBarStore,
useCacheStore,
useTipsStore,
};
export default pinia;