diff --git a/.gitignore b/.gitignore index afcfe35..e654a20 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ /.cache /utools/build /utools/index.js +/.parcel-cache # Logs logs diff --git a/utools/plugin.json b/utools/plugin.json index 4ec8294..dd191ac 100644 --- a/utools/plugin.json +++ b/utools/plugin.json @@ -1,13 +1,13 @@ { - "pluginName": "Live Server", - "description": "启动静态资源实时服务,静态页面开发神器。", + "pluginName": "内网穿透NAT", + "description": "内网穿透", "author": "lblblong", "homepage": "https://github.com/lblblong/nat-utools", "main": "./build/index.html", "preload": "./index.js", - "version": "0.0.1", + "version": "1.2.1", "logo": "assets/logo.png", - "platform": ["win32"], + "platform": ["win32", "darwin", "linux"], "features": [ { "code": "startLiveServer",