Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:10 +08:00
commit 411ca26b46
8 changed files with 1173 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "qietuzai",
"description": "自动从 Figma 生成 UI 代码。首次使用会自动引导配置 Figma API Key",
"version": "1.0.0",
"author": {
"name": "Guo Wenqing"
},
"agents": [
"./agents"
],
"hooks": [
"./hooks"
]
}