修改名称

This commit is contained in:
yj 2026-04-21 16:34:32 +08:00
parent 4a848db982
commit ba8303aa66
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
],
"buildDependenciesFromSource": true,
"compression": "normal",
"productName": "四川绵阳教研平台",
"productName": "绵阳中学人工智能教育发展共同体 · 教研平台",
"publish": [
{
"provider": "generic",
@ -49,7 +49,7 @@
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"deleteAppDataOnUninstall": true,
"shortcutName": "四川绵阳教研平台",
"shortcutName": "绵阳中学人工智能教育发展共同体 · 教研平台",
"allowElevation": true,
"perMachine": true,
"include": "build/install.nsh"

View File

@ -75,7 +75,7 @@ function checkNetworkStatus() {
const titleMap = {
xy: '湖北襄阳四中教研平台',
xatyz: '西安铁一中教研平台',
my: '四川绵阳教研平台'
my: '绵阳中学人工智能教育发展共同体 · 教研平台'
};
const title = `${titleMap[env] || '智汇享'}-网络连接错误`;
dialog.showErrorBox(title, '当前无网络连接,请检查您的网络设置。');

View File

@ -83,7 +83,7 @@ export const getTitle = async () => {
str = '西安铁一中教研平台'
break;
case 'my':
str = '四川绵阳教研平台'
str = '绵阳中学人工智能教育发展共同体 · 教研平台'
break;
case 'development':
str = '智汇享'

View File

@ -20,7 +20,7 @@ module.exports = {
case 'xatyz':
return '西安铁一中教研平台'
case 'my':
return '四川绵阳教研平台'
return '绵阳中学人工智能教育发展共同体 · 教研平台'
case 'development':
return '智汇享'
default: