feat(插件): 新增产品需求提交 Skill

This commit is contained in:
cc
2026-08-11 11:42:58 +08:00
commit dcbbe886fa
10 changed files with 387 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "easyai-team",
"interface": {
"displayName": "EasyAI Team"
},
"plugins": [
{
"name": "easyai-product-intake",
"source": {
"source": "local",
"path": "./plugins/easyai-product-intake"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Productivity"
}
]
}