fix: 添加打开应用功能

This commit is contained in:
陆光LG
2025-09-16 18:20:54 +08:00
parent 52a5230051
commit 182cb8b6db
114 changed files with 26175 additions and 5060 deletions

View File

@@ -1,6 +1,6 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "teacher-end",
"productName": "教师端",
"version": "0.1.0",
"identifier": "com.pengcheng.teacherend",
"build": {
@@ -12,9 +12,11 @@
"app": {
"windows": [
{
"title": "teacher-end",
"width": 1280,
"title": "教师端",
"width": 1200,
"height": 720,
"minWidth": 800,
"minHeight": 600,
"resizable": true,
"fullscreen": false,
"decorations": false
@@ -27,12 +29,36 @@
"bundle": {
"active": true,
"targets": "all",
"windows": {
"allowDowngrades": true,
"certificateThumbprint": null,
"digestAlgorithm": null,
"nsis": {
"languages": ["SimpChinese"],
"displayLanguageSelector": true,
"installMode": "perMachine"
},
"signCommand": null,
"timestampUrl": null,
"tsp": false,
"webviewInstallMode": {
"silent": true,
"type": "downloadBootstrapper"
},
"wix": {
"language": "zh-CN"
}
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
]
],
"externalBin": [],
"resources": {
"binaries/applications": "applications"
}
}
}