2 Commits
Author SHA1 Message Date
lblblong e449e92f5a chore: 更新依赖,优化wsl下开发体验 2021-11-18 14:52:07 +08:00
lblblong 112fa6e55e chore: 移除public目录 2021-11-08 16:42:45 +08:00
27 changed files with 45 additions and 108 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
/node_modules
/build
/.cache
/utools/build
/utools/index.js
/public/index.js
/.parcel-cache
# Logs
+2 -3
View File
@@ -2,10 +2,9 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./public/icon/fonts/icon.css">
<title>Vite App</title>
<link rel="stylesheet" href="./src/assets/icon/fonts/icon.css">
<title>内网穿透</title>
</head>
<body>
<div id="root"></div>
+5 -5
View File
@@ -8,16 +8,16 @@
"scripts": {
"serve": "vite build -w",
"serve:preload": "cd ./packages/preload && npm run serve",
"build": "npm run build:html && npm run build:preload",
"build:html": "rm -rf ./utools/build && vite build && cp -r ./build ./utools",
"build": "npm run build:preload && npm run build:html",
"build:html": "vite build",
"build:preload": "cd ./packages/preload && npm run build",
"commit": "git-cz"
},
"dependencies": {
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"history": "^5.0.0",
"lbl-popups": "^1.0.0",
"is-wsl": "^2.2.0",
"lbl-popups": "^1.1.1",
"mobx": "^6.3.3",
"mobx-react": "^7.2.0",
"react": "^17.0.2",
@@ -37,7 +37,7 @@
"typescript": "^4.1.2",
"utility-types": "^3.10.0",
"utools-helper": "^1.4.6",
"vite": "^2.6.13"
"vite": "^2.6.14"
},
"config": {
"commitizen": {
+2 -2
View File
@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"homepage": ".",
"app": "../../utools/index.js",
"app": "../../public/index.js",
"targets": {
"app": {
"source": "src/index.ts",
@@ -13,7 +13,7 @@
}
},
"scripts": {
"build": "rm -rf ../utools/index.js && parcel build"
"build": "rm -rf ../public/index.js && parcel build"
},
"dependencies": {
"localtunnel": "^2.0.2",
+28 -31
View File
@@ -14,8 +14,8 @@ importers:
csstype: ^3.0.9
cz-customizable: ^6.3.0
dayjs: ^1.10.7
history: ^5.0.0
lbl-popups: ^1.0.0
is-wsl: ^2.2.0
lbl-popups: ^1.1.1
mobx: ^6.3.3
mobx-react: ^7.2.0
react: ^17.0.2
@@ -25,12 +25,12 @@ importers:
typescript: ^4.1.2
utility-types: ^3.10.0
utools-helper: ^1.4.6
vite: ^2.6.13
vite: ^2.6.14
dependencies:
classnames: 2.3.1
dayjs: 1.10.7
history: 5.0.1
lbl-popups: 1.1.0[email protected][email protected]
is-wsl: 2.2.0
lbl-popups: 1.1.1[email protected][email protected]
mobx: 6.3.3
mobx-react: 7.2.0_8aec6830c9f393111667240500a3b25c
react: 17.0.2
@@ -49,7 +49,7 @@ importers:
typescript: 4.4.3
utility-types: 3.10.0
utools-helper: 1.5.1
vite: 2.6.13[email protected]
vite: 2.6.14[email protected]
packages/localtunnel:
specifiers:
@@ -1794,20 +1794,20 @@ packages:
minimist: 1.2.5
dev: true
/@commitlint/execute-rule/13.2.0:
resolution: {integrity: sha512-6nPwpN0hwTYmsH3WM4hCdN+NrMopgRIuQ0aqZa+jnwMoS/g6ljliQNYfL+m5WO306BaIu1W3yYpbW5aI8gEr0g==}
/@commitlint/execute-rule/15.0.0:
resolution: {integrity: sha512-pyE4ApxjbWhb1TXz5vRiGwI2ssdMMgZbaaheZq1/7WC0xRnqnIhE1yUC1D2q20qPtvkZPstTYvMiRVtF+DvjUg==}
engines: {node: '>=v12'}
dev: true
optional: true
/@commitlint/load/13.2.1:
resolution: {integrity: sha512-qlaJkj0hfa9gtWRfCfbgFBTK3GYQRmjZhba4l9mUu4wV9lEZ4ICFlrLtd/8kaLXf/8xbrPhkAPkVFOAqM0YwUQ==}
/@commitlint/load/15.0.0:
resolution: {integrity: sha512-Ak1YPeOhvxmY3ioe0o6m1yLGvUAYb4BdfGgShU8jiTCmU3Mnmms0Xh/kfQz8AybhezCC3AmVTyBLaBZxOHR8kg==}
engines: {node: '>=v12'}
requiresBuild: true
dependencies:
'@commitlint/execute-rule': 13.2.0
'@commitlint/resolve-extends': 13.2.0
'@commitlint/types': 13.2.0
'@commitlint/execute-rule': 15.0.0
'@commitlint/resolve-extends': 15.0.0
'@commitlint/types': 15.0.0
'@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_4b317b069e4dad36c8619feea2045a32
chalk: 4.1.2
cosmiconfig: 7.0.1
@@ -1817,8 +1817,8 @@ packages:
dev: true
optional: true
/@commitlint/resolve-extends/13.2.0:
resolution: {integrity: sha512-HLCMkqMKtvl1yYLZ1Pm0UpFvd0kYjsm1meLOGZ7VkOd9G/XX+Fr1S2G5AT2zeiDw7WUVYK8lGVMNa319bnV+aw==}
/@commitlint/resolve-extends/15.0.0:
resolution: {integrity: sha512-7apfRJjgJsKja7lHsPfEFixKjA/fk/UeD3owkOw1174yYu4u8xBDLSeU3IinGPdMuF9m245eX8wo7vLUy+EBSg==}
engines: {node: '>=v12'}
dependencies:
import-fresh: 3.3.0
@@ -1828,8 +1828,8 @@ packages:
dev: true
optional: true
/@commitlint/types/13.2.0:
resolution: {integrity: sha512-RRVHEqmk1qn/dIaSQhvuca6k/6Z54G+r/KyimZ8gnAFielGiGUpsFRhIY3qhd5rXClVxDaa3nlcyTWckSccotQ==}
/@commitlint/types/15.0.0:
resolution: {integrity: sha512-OMSLX+QJnyNoTwws54ULv9sOvuw9GdVezln76oyUd4YbMMJyaav62aSXDuCdWyL2sm9hTkSzyEi52PNaIj/vqw==}
engines: {node: '>=v12'}
dependencies:
chalk: 4.1.2
@@ -5633,6 +5633,10 @@ packages:
cssom: 0.3.8
dev: true
/csstype/3.0.10:
resolution: {integrity: sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==}
dev: false
/csstype/3.0.9:
resolution: {integrity: sha512-rpw6JPxK6Rfg1zLOYCSwle2GFOOsnjmDYDaBwEcwoOg4qlsIVCN789VkBZDJAGi4T07gI4YSutR43t9Zz4Lzuw==}
dev: true
@@ -5652,7 +5656,7 @@ packages:
longest: 2.0.1
word-wrap: 1.2.3
optionalDependencies:
'@commitlint/load': 13.2.1
'@commitlint/load': 15.0.0
dev: true
/cz-customizable/6.3.0:
@@ -7781,12 +7785,6 @@ packages:
resolution: {integrity: sha512-yR5lWvNz7c85OhVAEAeFhVCc/GV4C30Fjzc/rCP0aCWzc1UUOPUk55dK/qdwTZHBvMZo+eZ2jpk62ndX/xMFlg==}
dev: true
/history/5.0.1:
resolution: {integrity: sha512-5qC/tFUKfVci5kzgRxZxN5Mf1CV8NmJx9ByaPX0YTLx5Vz3Svh7NYp6eA4CpDq4iA9D0C1t8BNIfvQIrUI3mVw==}
dependencies:
'@babel/runtime': 7.15.4
dev: false
/hmac-drbg/1.0.1:
resolution: {integrity: sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=}
dependencies:
@@ -8386,7 +8384,6 @@ packages:
resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==}
engines: {node: '>=8'}
hasBin: true
dev: true
/is-extendable/0.1.1:
resolution: {integrity: sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=}
@@ -8646,7 +8643,6 @@ packages:
engines: {node: '>=8'}
dependencies:
is-docker: 2.2.1
dev: true
/isarray/1.0.0:
resolution: {integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=}
@@ -9473,12 +9469,13 @@ packages:
webpack-sources: 1.4.3
dev: true
/lbl-popups/1.1.0[email protected][email protected]:
resolution: {integrity: sha512-QRBCP+6KhxfDorUGRAwEEcWT6PiBWKrxg3w6ygbjQ33N6dP1nU5qfuwbpUEt9YrsF+xmzrRFdElYgvYikJkboA==}
/lbl-popups/1.1.1[email protected][email protected]:
resolution: {integrity: sha512-wLzN5dTM3HXGQXwnOurcmPnt+XVFVx+UlBHSeO/hsCEjEq0qofMvSXCq4VR/3x7us1xAwRu3Ozji5C/M2qTPgQ==}
engines: {node: '>=10'}
peerDependencies:
react: ^16.0.0
react: '>=16'
dependencies:
csstype: 3.0.10
rc-dialog: 8.6[email protected][email protected]
rc-drawer: 4.4[email protected][email protected]
react: 17.0.2
@@ -14529,8 +14526,8 @@ packages:
extsprintf: 1.3.0
dev: true
/vite/2.6.13[email protected]:
resolution: {integrity: sha512-+tGZ1OxozRirTudl4M3N3UTNJOlxdVo/qBl2IlDEy/ZpTFcskp+k5ncNjayR3bRYTCbqSOFz2JWGN1UmuDMScA==}
/vite/2.6.14[email protected]:
resolution: {integrity: sha512-2HA9xGyi+EhY2MXo0+A2dRsqsAG3eFNEVIo12olkWhOmc8LfiM+eMdrXf+Ruje9gdXgvSqjLI9freec1RUM5EA==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

-43
View File
@@ -1,43 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>内网穿透</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

-15
View File
@@ -1,15 +0,0 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
+2 -2
View File
@@ -3,10 +3,10 @@
"description": "内网穿透",
"author": "lblblong",
"homepage": "https://github.com/lblblong/nat-utools",
"main": "./build/index.html",
"main": "./index.html",
"preload": "./index.js",
"version": "2.0.0",
"logo": "assets/logo.png",
"logo": "./logo.png",
"platform": ["win32", "darwin", "linux"],
"features": [
{
-3
View File
@@ -1,3 +0,0 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 171 B

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 418 B

+5 -2
View File
@@ -1,12 +1,15 @@
import react from '@vitejs/plugin-react'
import path from 'path'
import { defineConfig } from 'vite'
import isWsl from 'is-wsl'
// https://vitejs.dev/config/
export default defineConfig({
build: {
sourcemap: false,
outDir: 'build'
emptyOutDir: true,
// wsl 下输出到 c 盘目录
outDir: isWsl ? '/mnt/c/code/utools/nat-utools' : 'dist',
},
base: './',
plugins: [react()],
@@ -21,5 +24,5 @@ export default defineConfig({
replacement: '',
},
],
}
},
})