@anov/cic-standard-sdk 0.0.22 → 0.0.24

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 CHANGED
@@ -164,3 +164,9 @@ CICSDK.traverseTree(someComponent, c => {
164
164
 
165
165
  - 语义化版本(SemVer)发布
166
166
  - 请在 issue 中反馈使用问题与建议
167
+
168
+ ## 6. 架构文档
169
+
170
+ - 架构总览与职责边界:`docs/architecture/01-overview.md`
171
+ - 跨平台执行流程图(Mermaid):`docs/architecture/02-cross-platform-flow.md`
172
+ - 技术方案与验收标准:`docs/architecture/03-technical-solution.md`