first commit

This commit is contained in:
supernijia
2026-03-01 00:07:25 +08:00
commit a79426ada9
9 changed files with 1680 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "openclawele",
"version": "1.0.0",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"electron": "^40.6.1"
}
}