yangjie #51

Open
yangqiang wants to merge 34 commits from yangjie into master
4 changed files with 5 additions and 5 deletions
Showing only changes of commit ba8303aa66 - Show all commits

View File

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

View File

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

View File

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

View File

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