From 86534b952a3f9bcd3c3b2e0f2106ab89fdb91119 Mon Sep 17 00:00:00 2001 From: lblblong <1162275271@qq.com> Date: Sat, 4 Sep 2021 22:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0mac=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + utools/plugin.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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",