mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-08-12 18:50:58 +00:00
9ccff4efbc
- Sync backend and frontend from GeekAI Plus v4.3.0 - Remove commercial License flows and update open-source deployment defaults - Preserve Docker Compose deployment and bump image tags to v4.3.0 BREAKING CHANGE: commercial License configuration and related endpoints are removed
9 lines
380 B
Markdown
9 lines
380 B
Markdown
# 项目固定指令(Cursor 必须遵守)
|
|
|
|
1. 代码必须使用清晰命名,禁止单字母变量
|
|
2. 代码必须加注释
|
|
3. 统一使用 4 空格缩进
|
|
4. 前端样式代码永远优先适应 Tailwind CSS 的样式, 别自定义样式。除非 Tailwind CSS 不支持或者做不到。
|
|
5. 不要生成多余代码,保持简洁
|
|
6. 每次生成代码前遵守以上规则
|