添加连接中状态

This commit is contained in:
lblblong
2021-08-04 10:35:20 +08:00
parent 3f845f4e21
commit 154a35ce80
11 changed files with 79 additions and 22 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"pluginName": "Live Server",
"description": "启动静态资源实时服务,静态页面开发神器。",
"author": "lblblong",
"homepage": "https://github.com/lblblong/nat-utools",
"main": "./build/index.html",
"preload": "./index.js",
"version": "0.0.1",
"logo": "assets/logo.png",
"platform": ["win32"],
"features": [
{
"code": "startLiveServer",
"explain": "内网穿透管理面板",
"cmds": ["内网穿透"]
}
]
}