添加mac平台参数

This commit is contained in:
lblblong
2021-09-04 22:57:02 +08:00
parent 7c380dc236
commit 86534b952a
2 changed files with 5 additions and 4 deletions
+1
View File
@@ -5,6 +5,7 @@
/.cache
/utools/build
/utools/index.js
/.parcel-cache
# Logs
logs
+4 -4
View File
@@ -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",