@minus-ai/create-skill 0.1.0-beta.8 → 0.1.0-beta.9
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/index.mjs
CHANGED
|
@@ -595,7 +595,7 @@ ${templateDocs[inputType] || templateDocs.custom}
|
|
|
595
595
|
|
|
596
596
|
### 开发手册
|
|
597
597
|
写前端代码前,读以下开发手册:
|
|
598
|
-
- 读 \`${
|
|
598
|
+
- 读 \`${platformUrl}/runtime/frontend-guide/doc.md\`
|
|
599
599
|
- 手册包含:前后端数据契约(StepOutcome → StepRenderCtx)、Widget 选型与用法(defineWidgetStep、内置 Interactive/Display Widget)、自定义 Widget 开发、多语言接入。
|
|
600
600
|
|
|
601
601
|
### 后端 SDK 参考
|
|
@@ -605,8 +605,8 @@ ${templateDocs[inputType] || templateDocs.custom}
|
|
|
605
605
|
|
|
606
606
|
### 前端 SDK 参考
|
|
607
607
|
@minus/* 包通过平台 CDN 加载,本地无源码。写前端代码前,读以下文档了解可用 API:
|
|
608
|
-
- Widget 框架:读 \`${
|
|
609
|
-
- 平台组件:读 \`${
|
|
608
|
+
- Widget 框架:读 \`${platformUrl}/runtime/widget-framework/docs.md\`
|
|
609
|
+
- 平台组件:读 \`${platformUrl}/runtime/platform-widgets/docs.md\`
|
|
610
610
|
|
|
611
611
|
修改前端代码后,同步更新 \`frontend/src/locales/\` 下的多语言文件。
|
|
612
612
|
|
package/package.json
CHANGED