@brushes/schema-to-view 1.0.2 → 1.0.3
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/package.json +1 -1
- package/skills/SKILL.md +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brushes/schema-to-view",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "根据 UI 截图/设计稿动态生成低代码平台 JSON schema。当用户提供 UI 图片要求生成页面、将设计稿转为低代码页面、根据截图创建页面 JSON、图片转 Schema 时使用此 skill。触发条件:UI 截图 + 低代码、设计稿转代码、图片生成页面、schema 生成",
|
|
5
5
|
"keywords": ["pi-package"],
|
|
6
6
|
"pi": {
|
package/skills/SKILL.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: @brushes/schema-to-view
|
|
3
3
|
description: >
|
|
4
|
-
根据 UI 截图/设计稿动态生成低代码平台 JSON schema。当用户提供 UI 图片要求生成页面、
|
|
4
|
+
根据 WEB UI 截图/设计稿动态生成低代码平台 WEB JSON schema。当用户提供WEB UI 图片要求生成页面、
|
|
5
5
|
将设计稿转为低代码页面、根据截图创建页面 JSON、图片转 Schema 时使用此 skill。
|
|
6
|
-
触发条件:UI 截图 + 低代码、设计稿转代码、图片生成页面、schema 生成。
|
|
7
|
-
argument-hint: "[UI截图路径]"
|
|
6
|
+
触发条件:WEB + UI 截图 + 低代码、设计稿转代码、图片生成页面、schema 生成。
|
|
7
|
+
argument-hint: "[WEB UI截图路径]"
|
|
8
8
|
allowed-tools: Bash(ls mkdir) Read Write Edit Glob Grep mcp__image-vision-mcp__* mcp__zai-mcp-server__*
|
|
9
9
|
paths: "pageModels/**,apps/editor/**,packages/component-ui/**"
|
|
10
10
|
---
|