添加mac平台参数
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
/.cache
|
/.cache
|
||||||
/utools/build
|
/utools/build
|
||||||
/utools/index.js
|
/utools/index.js
|
||||||
|
/.parcel-cache
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|||||||
+4
-4
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"pluginName": "Live Server",
|
"pluginName": "内网穿透NAT",
|
||||||
"description": "启动静态资源实时服务,静态页面开发神器。",
|
"description": "内网穿透",
|
||||||
"author": "lblblong",
|
"author": "lblblong",
|
||||||
"homepage": "https://github.com/lblblong/nat-utools",
|
"homepage": "https://github.com/lblblong/nat-utools",
|
||||||
"main": "./build/index.html",
|
"main": "./build/index.html",
|
||||||
"preload": "./index.js",
|
"preload": "./index.js",
|
||||||
"version": "0.0.1",
|
"version": "1.2.1",
|
||||||
"logo": "assets/logo.png",
|
"logo": "assets/logo.png",
|
||||||
"platform": ["win32"],
|
"platform": ["win32", "darwin", "linux"],
|
||||||
"features": [
|
"features": [
|
||||||
{
|
{
|
||||||
"code": "startLiveServer",
|
"code": "startLiveServer",
|
||||||
|
|||||||
Reference in New Issue
Block a user