feat: 使用插件的类加载器

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
2017-11-03 03:15:37 +08:00
parent abe5569c4a
commit b6a452aa10
3 changed files with 46 additions and 34 deletions

View File

@ -12,7 +12,7 @@ var disable;
// 开发环境下初始化
root = root || "src/main/resources";
// 解压文件到根目录
release(root, "[core|modules]/.*", true);
release(root, "[api|core|internal|modules]/.*", true);
release(root, "plugins/.*");
load(root + '/core/init.js');
if (__FILE__ !== "<eval>") {