Update: 调整版本号 Mixly2.0Mixly3.0

This commit is contained in:
王立帮
2024-07-24 13:46:57 +08:00
parent 4d21472dad
commit 8db272f655
4 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ const BOARD_DEFAULT_CONFIG = {
}; };
const SOFTWARE_DEFAULT_CONFIG = { const SOFTWARE_DEFAULT_CONFIG = {
"version": "Mixly2.0" "version": "Mixly3.0"
}; };
/** /**

View File

@@ -244,7 +244,7 @@ function createWindow(filePath = null, indexUrl = null) {
win.on('unresponsive', async () => { win.on('unresponsive', async () => {
const { response } = await dialog.showMessageBox({ const { response } = await dialog.showMessageBox({
message: 'Mixly2.0无响应', message: 'Mixly3.0无响应',
title: '您想尝试强制重新加载应用程序吗?', title: '您想尝试强制重新加载应用程序吗?',
buttons: ['确定', '取消'], buttons: ['确定', '取消'],
cancelId: 1 cancelId: 1

View File

@@ -1,6 +1,6 @@
{ {
"short_name": "Mixly2.0", "short_name": "Mixly3.0",
"name": "Mixly2.0 Online", "name": "Mixly3.0 Online",
"icons": [ "icons": [
{ {
"src": "files/icons/mixly-192.png", "src": "files/icons/mixly-192.png",

View File

@@ -1,6 +1,6 @@
{ {
"name": "Mixly2.0", "name": "Mixly3.0",
"version": "2.0.0", "version": "3.0.0",
"description": "MixlyA Visual Program IDE for K12", "description": "MixlyA Visual Program IDE for K12",
"repository": "", "repository": "",
"node-main": "./static-server/server.js", "node-main": "./static-server/server.js",