update to 2.5.0-b1 (build 408)

This commit is contained in:
jerry
2021-06-16 00:17:30 +08:00
parent 59d614a24e
commit 4ee16d4fc6
92 changed files with 2286 additions and 1342 deletions

View File

@@ -0,0 +1,11 @@
<?php
function loader__generated_id__() {
$obj = json_decode(file_get_contents(__DIR__.'/zmplugin.json'), true);
foreach(($obj["autoload-psr-4"] ?? []) as $v) {
require_once Phar::running().'/'.$v;
}
}
echo "OK!\n";
return json_decode(file_get_contents(__DIR__.'/zmplugin.json'), true) ?? ['zm_module' => false];