修改图标和端口号

This commit is contained in:
2025-08-18 09:09:20 +08:00
parent 108d4439db
commit 30d3f0da12
9 changed files with 4 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ export default defineNuxtConfig({
hmr: { hmr: {
protocol: "ws", protocol: "ws",
host: "0.0.0.0", host: "0.0.0.0",
port: 3001 port: 3000
}, },
watch: { watch: {
ignored: ["**/src-tauri/**"] ignored: ["**/src-tauri/**"]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -29,16 +29,16 @@
"beforeBuildCommand": "pnpm generate", "beforeBuildCommand": "pnpm generate",
"frontendDist": "../dist", "frontendDist": "../dist",
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",
"devUrl": "http://localhost:3001" "devUrl": "http://localhost:3000"
}, },
"productName": "Nuxtor", "productName": "视频控制端Demo",
"version": "1.4.0", "version": "1.4.0",
"identifier": "com.nicolaspadari.nuxtor", "identifier": "com.nicolaspadari.nuxtor",
"plugins": {}, "plugins": {},
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "视频控制端demo", "title": "视频控制端Demo",
"width": 800, "width": 800,
"height": 600, "height": 600,
"minWidth": 500, "minWidth": 500,