文献校对功能完善

This commit is contained in:
wyn
2026-06-02 10:51:33 +08:00
parent 100f3cf35c
commit ff7e373633

7
vendor/autoload.php vendored
View File

@@ -14,9 +14,12 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
throw new RuntimeException($err);
trigger_error(
$err,
E_USER_ERROR
);
}
require_once __DIR__ . '/composer/autoload_real.php';
return ComposerAutoloaderInit7020b987d316c2076c2a6f439a1140f9::getLoader();
return ComposerAutoloaderInit2bc4f313dba415539e266f7ac2c87dcd::getLoader();