feat: 将存储的按照功能分离

This commit is contained in:
2026-04-30 11:15:23 +08:00
parent 3fe099c3b0
commit 85eaf3b86a
5 changed files with 26 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
import { useAppStore } from "./app";
import { useSelectedDateStore } from "./selectedDate";
import { usePictureStore } from "./picture";
export { useAppStore, useSelectedDateStore };
export { useAppStore, useSelectedDateStore, usePictureStore };