chore: 更新依赖,优化wsl下开发体验

This commit is contained in:
lblblong
2021-11-18 14:52:07 +08:00
parent 112fa6e55e
commit e449e92f5a
7 changed files with 43 additions and 44 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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": ["内网穿透"]
}
]
}