This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
#项目规范
## 技术栈
- 前端:Tauri + Vue 3 + TypeScript
- 后端:Java + Spring Boot
- 数据库:MS SQL Server 或 OceanBase
## 代码规范
- 函数名用 camelcase,组件名用 Pascalcase
- 所有函数必须有 JSDoc 注释
- 错误处理必须用 try/catch,不能用.catch()
## 禁止行为
- 不使用 any 类型
- 不写裸 console.log,用统一的 logger
- css不用内联样式
## 提交规范
feat:新功能 |fix:修复| refactor:重构