aiceps-mobile/CLAUDE.md

27 lines
638 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# CLAUDE.md
## 设计规范
- **组件优先**:优先使用 @/plugins/EasyComponent组件,遵循@/plugins/EasyComponent/README.md 禁止手动实现已有组件
- 接口方法如无特殊说明返回的都是json响应体的data字段
## 注意事项
- 遵循AGENTS.md
## 提交信息规范
- 本项目使用 [Conventional Commits](https://www.conventionalcommits.org/) 规范,
- 禁止输出emoji无需声明AI生成信息。
- 如为业务功能性更新,仅写明功能新更新内容,无需编写具体代码实现
### 格式
```
<类型>[可选作用域]: <描述>
```
### 注意事项
- 描述使用中文