This commit is contained in:
lblblong
2021-10-12 16:59:32 +08:00
commit d3c3707852
70 changed files with 22809 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"pluginName": "内网穿透NAT",
"description": "内网穿透",
"author": "lblblong",
"homepage": "https://github.com/lblblong/nat-utools",
"main": "./build/index.html",
"preload": "./index.js",
"version": "2.0.0",
"logo": "assets/logo.png",
"platform": ["win32", "darwin", "linux"],
"features": [
{
"code": "startLiveServer",
"explain": "内网穿透管理面板",
"cmds": ["内网穿透"]
}
]
}