学生端迁移仓库1020
This commit is contained in:
74
src-tauri/tauri.conf.json
Normal file
74
src-tauri/tauri.conf.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"identifier": "com.teacher-end.app",
|
||||
"build": {
|
||||
"beforeDevCommand": "yarn dev",
|
||||
"beforeBuildCommand": "yarn build",
|
||||
"devUrl": "http://localhost:8080",
|
||||
"frontendDist": "../dist"
|
||||
},
|
||||
"productName": "湖北省技能高考万维考试平台",
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"label": "login",
|
||||
"title": "湖北省技能高考万维考试平台",
|
||||
"url": "/login",
|
||||
"resizable": false,
|
||||
"fullscreen": true,
|
||||
"minWidth": 1280,
|
||||
"minHeight": 720,
|
||||
"decorations": false,
|
||||
"transparent": true,
|
||||
"center": false,
|
||||
"maximizable": false,
|
||||
"alwaysOnTop": true,
|
||||
"closable": false,
|
||||
"minimizable": false,
|
||||
"skipTaskbar": false
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"windows": {
|
||||
"allowDowngrades": true,
|
||||
"certificateThumbprint": null,
|
||||
"digestAlgorithm": null,
|
||||
"nsis": {
|
||||
"languages": ["SimpChinese"],
|
||||
"displayLanguageSelector": true,
|
||||
"installerHooks": "./windows/hooks.nsi",
|
||||
"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",
|
||||
"binaries/AppCheckClose": "AppCheckClose",
|
||||
"binaries/windowsdesktop-runtime-8.0.16-win-x64.exe": "windowsdesktop-runtime-8.0.16-win-x64.exe",
|
||||
"binaries/judgement": "judgement"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user