提交1 bmad搭建与项目启动 - ok

This commit is contained in:
2025-10-17 17:24:56 +08:00
commit ec58562661
686 changed files with 149750 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
export { useAuthStore } from './modules/auth'
export { useMachineryStore } from './modules/machinery'
export { useLandStore } from './modules/land'
export { useOperationStore } from './modules/operation'
export { useAssetStore } from './modules/asset'
export { useAIModelStore } from './modules/ai-model'
export { useIrrigationStore } from './modules/irrigation'
export { useConfigStore } from './modules/config'
export { useGlobalStore } from './modules/global'