mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
feat: 更新类型系统指南,添加代码检查和格式化要求
This commit is contained in:
@@ -125,6 +125,8 @@ if (tasks.size > 0) processNextInQueue(0);
|
|||||||
|
|
||||||
## 📝 Type System Guidelines
|
## 📝 Type System Guidelines
|
||||||
|
|
||||||
|
Important: DO NOT use any in the code!
|
||||||
|
|
||||||
### Core Types (src/global/typedefinition.ts)
|
### Core Types (src/global/typedefinition.ts)
|
||||||
|
|
||||||
#### App Data Structure
|
#### App Data Structure
|
||||||
@@ -816,6 +818,11 @@ See README.md for more details.
|
|||||||
3. **Test installation flow end-to-end**
|
3. **Test installation flow end-to-end**
|
||||||
4. **Update comments and docs**
|
4. **Update comments and docs**
|
||||||
|
|
||||||
|
### MUST DO
|
||||||
|
|
||||||
|
1. Lint code
|
||||||
|
2. Format code
|
||||||
|
3. Build vite project to check for errors.
|
||||||
---
|
---
|
||||||
|
|
||||||
**Document Version:** 1.0
|
**Document Version:** 1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user