This commit is contained in:
Timi
2026-04-09 19:42:13 +08:00
parent 3773c37364
commit a89a2c9f79
5 changed files with 22 additions and 12 deletions

View File

@@ -10,7 +10,5 @@
- 即使不使用 Promise 的返回值,也请使用 await
- 路由、Pinia、组件命名规则应符合官方建议
- 需要适配深色模式
- 所有文字、评论和文档均为中文
- 不在没有充分理由的情况下添加外部库
- 不用繁重的计算阻塞主线程, 卸载或推迟
- 重复 API 调用必要时通过存储进行缓存或协调
- 始终显示加载、空和错误状态