This commit is contained in:
momom
2026-04-04 13:06:12 +08:00
commit 1ac8e9b404
11 changed files with 240 additions and 0 deletions

26
config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": {
"zh-cn": "makergen开发工具",
"en": "makergen SDK"
},
"description": {
"zh-cn": "makergen开发工具。允许用户连接makergen页面",
"en": "makergen SDK for makergen users"
},
"author": "QmiTek",
"email": "qmi@qmikeji.cn",
"license": "MIT",
"isBoard": false,
"id": "makergen",
"platform": ["win","mac","web","linux"],
"version": "0.0.1",
"asset": {
"python": {
"dir": "python/",
"main": "main.ts",
"dependencies": {
"websocket-client":"1.9.0"
}
}
}
}