docs(claude): 更新项目开发指南和规范

- 添加登录页面重构相关的开发说明
- 更新主题色配置相关的文档
- 完善代码组织和样式规范
This commit is contained in:
Leo 2025-07-06 22:49:33 +08:00
parent c292ed9454
commit d356434c5a

View File

@ -569,7 +569,7 @@ async function handleSubmit() {
``` ```
### 强制要求 ### 强制要求
- ✅ 必须按照 `script` → `template` → `style` 的顺序排布 - ✅ 必须按照 `template` → `script` → `style` 的顺序排布
- ✅ 使用 `<script setup lang="ts">` 语法 - ✅ 使用 `<script setup lang="ts">` 语法
- ✅ 样式块使用 `scoped` 属性确保样式隔离 - ✅ 样式块使用 `scoped` 属性确保样式隔离
- ✅ 每个代码块之间保持一个空行间隔 - ✅ 每个代码块之间保持一个空行间隔