feat: 新增Sponge的部分支持(测试中)

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-10-26 21:01:24 +08:00
parent 4bb2c48021
commit e387863061
18 changed files with 437 additions and 221 deletions

View File

@ -18,6 +18,7 @@ function init(root) {
function loadCore() {
// 加载基础模块
load(root + '/core/ext.js');
load(root + '/core/detect.js');
load(root + '/core/console.js');
}