feat: 功能

This commit is contained in:
2025-12-28 13:49:45 +08:00
parent 36195ea55a
commit bbf8093ca3
25 changed files with 1046 additions and 1970 deletions

View File

@@ -34,6 +34,7 @@ Keep this managed block so 'openspec update' can refresh the instructions.
- 状态管理使用Pinia保持仓库模块化
- TypeScript类型定义规范
- 组件保持小巧专注,逻辑清晰
- 样式优先使用less 示例:`<style scoped lang="less"><style>`
### Java开发规范
- 分层架构Controller → Service → Mapper → VO/DO