修改图标和端口号
@@ -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/**"]
|
||||||
|
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 372 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 14 KiB |
@@ -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,
|
||||||
|