Update: 调整版本号 Mixly2.0 → Mixly3.0
This commit is contained in:
@@ -41,7 +41,7 @@ const BOARD_DEFAULT_CONFIG = {
|
||||
};
|
||||
|
||||
const SOFTWARE_DEFAULT_CONFIG = {
|
||||
"version": "Mixly2.0"
|
||||
"version": "Mixly3.0"
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
2
main.js
2
main.js
@@ -244,7 +244,7 @@ function createWindow(filePath = null, indexUrl = null) {
|
||||
|
||||
win.on('unresponsive', async () => {
|
||||
const { response } = await dialog.showMessageBox({
|
||||
message: 'Mixly2.0无响应',
|
||||
message: 'Mixly3.0无响应',
|
||||
title: '您想尝试强制重新加载应用程序吗?',
|
||||
buttons: ['确定', '取消'],
|
||||
cancelId: 1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"short_name": "Mixly2.0",
|
||||
"name": "Mixly2.0 Online",
|
||||
"short_name": "Mixly3.0",
|
||||
"name": "Mixly3.0 Online",
|
||||
"icons": [
|
||||
{
|
||||
"src": "files/icons/mixly-192.png",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Mixly2.0",
|
||||
"version": "2.0.0",
|
||||
"name": "Mixly3.0",
|
||||
"version": "3.0.0",
|
||||
"description": "Mixly,A Visual Program IDE for K12",
|
||||
"repository": "",
|
||||
"node-main": "./static-server/server.js",
|
||||
|
||||
Reference in New Issue
Block a user