feat: 添加store

This commit is contained in:
2025-03-23 21:43:15 +08:00
parent cbbb48af97
commit ef50106e5c
9 changed files with 105 additions and 28 deletions

View File

@@ -12,6 +12,11 @@
"dev:lib": {
"persistent": true,
"cache": false
},
"build:lib": {
"dependsOn": [
"^build:lib"
]
}
}
}