docs: 更新 HTTP 错误码、用户积分、占卜运行及用户资料协议文档

This commit is contained in:
qzl
2026-04-10 16:45:45 +08:00
parent 1bc8bc6a27
commit 17ef460391
78 changed files with 18680 additions and 25 deletions
@@ -0,0 +1,13 @@
Read the frontend development guidelines before starting your development task.
Execute these steps:
1. Read `.trellis/spec/frontend/index.md` to understand available guidelines
2. Based on your task, read the relevant guideline files:
- Component work → `.trellis/spec/frontend/component-guidelines.md`
- Hook work → `.trellis/spec/frontend/hook-guidelines.md`
- State management → `.trellis/spec/frontend/state-management.md`
- Type questions → `.trellis/spec/frontend/type-safety.md`
3. Understand the coding standards and patterns you need to follow
4. Then proceed with your development plan
This step is **mandatory** before writing any frontend code.