fix(video): develop

This commit is contained in:
zhangheng
2026-02-12 17:30:29 +08:00
parent 311a92f3fd
commit 6a5dbd776f
25 changed files with 229 additions and 54 deletions

View File

@@ -1,18 +1,18 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "webside",
"productName": "labelui",
"version": "0.1.0",
"identifier": "com.webside.dev",
"identifier": "com.labelui.dev",
"build": {
"frontendDist": "../out",
"devUrl": "http://localhost:5521",
"devUrl": "http://localhost:5531",
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build:export-stage"
},
"app": {
"windows": [
{
"title": "webside",
"title": "labelui",
"width": 800,
"height": 600,
"resizable": true,
@@ -39,4 +39,4 @@
}
}
}
}
}