diff --git a/js/projects.js b/js/projects.js index c803960..ac5c329 100644 --- a/js/projects.js +++ b/js/projects.js @@ -3820,8 +3820,6 @@ function get_width() { } function listen_project(projectName) { - showtext("平台使用高峰期,后台运行功能暂时禁用。") - return var modald = showmodaltext("

" + JSLang[lang].loading + "

") $.get('/startHost', { 'projectName': projectName diff --git a/mixio.js b/mixio.js index d62dc24..d1d9f72 100644 --- a/mixio.js +++ b/mixio.js @@ -1,5 +1,5 @@ var VERSION = "1.10.0" - +require('events').EventEmitter.defaultMaxListeners = 50; defaultCrt = `-----BEGIN CERTIFICATE----- MIID0TCCArmgAwIBAgICYxswDQYJKoZIhvcNAQELBQAwczELMAkGA1UEBhMCQ04x @@ -3637,7 +3637,8 @@ var MixIOclosure = function(userName, projectName, projectPass, dataStorage, dom }) }, 'decorate_text': function() {}, - 'decorate_pic': function() {} + 'decorate_pic': function() {}, + 'magic': function() {} } for (var ct = 0; ct <= units_array.length - 1; ct = ct + 1) { var un = $(units_array[ct])