ai-front-base 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
企业级PC端AI组件库
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### 🚨 AI开发强制流程
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**MUST 在开始任何开发工作前,AI必须按顺序完成以下步骤:**
|
|
8
8
|
|
|
9
|
-
1. **[前端规范](dist/standards/README.md)
|
|
10
|
-
2. **[布局规则](dist/layouts/README.md)
|
|
11
|
-
3. **[样式主题](dist/styles/README.md)
|
|
12
|
-
4. **[组件库](dist/components/README.md)
|
|
9
|
+
1. **MUST READ** [前端规范](dist/standards/README.md) - 命名、代码风格、Git规范
|
|
10
|
+
2. **MUST READ** [布局规则](dist/layouts/README.md) - 确定布局规则
|
|
11
|
+
3. **MUST READ** [样式主题](dist/styles/README.md) - 选择并配置主题
|
|
12
|
+
4. **MUST READ** [组件库](dist/components/README.md) - 了解可用组件
|
|
13
|
+
|
|
14
|
+
**禁止跳过任何一步,读完全部 4 个文档后才能开始开发。**
|
|
13
15
|
|
|
14
16
|
### AI开发流程
|
|
15
17
|
|