comi
comi
This is the default in hexo 4.0+, see here https://github.com/hexojs/hexo/pull/3728 I fixed it by add {escape: fasle}, please refer to my commit. https://github.com/comicat-hu/hexo-theme-cafe/commit/8f26a856a829dcbee28f98cb5d45477c38d5e3bb
the same issue in PHP 8.2.2 + Composer 2.5.2 remove the first line `#!/usr/bin/env php` in /vendor/bin/router.php make it work.
``` const projectConfigManager = getAuth(app).projectConfigManager(); const projectConfig = await projectConfigManager.getProjectConfig(); const passwordPolicy = projectConfig.passwordPolicyConfig; ``` it can works with 11.11.1