fix: 修改独立窗口样式
This commit is contained in:
@@ -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": [
|
||||
|
Reference in New Issue
Block a user