fix: 修改独立窗口样式

This commit is contained in:
陆光LG
2025-08-15 15:33:15 +08:00
parent 55691fa3df
commit 52a5230051
34 changed files with 10583 additions and 9397 deletions

View File

@@ -2,12 +2,12 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "teacher-end",
"version": "0.1.0",
"identifier": "com.tauri.dev",
"identifier": "com.pengcheng.teacherend",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:5173",
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build"
"beforeDevCommand": "yarn dev",
"beforeBuildCommand": "yarn build"
},
"app": {
"windows": [