19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"pluginName": "内网穿透NAT",
|
|
"description": "内网穿透",
|
|
"author": "lblblong",
|
|
"homepage": "https://github.com/lblblong/nat-utools",
|
|
"main": "./index.html",
|
|
"preload": "./index.js",
|
|
"version": "2.0.0",
|
|
"logo": "./logo.png",
|
|
"platform": ["win32", "darwin", "linux"],
|
|
"features": [
|
|
{
|
|
"code": "startLiveServer",
|
|
"explain": "内网穿透管理面板",
|
|
"cmds": ["内网穿透"]
|
|
}
|
|
]
|
|
}
|