mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-11 14:47:58 +08:00
- Bump plugin ABI `SchemaVersion` to 6 and add `SchemaVersionRawManagementResponse`. - Skip HTML entity escaping for plugin management JSON responses on schema version 6 and above. - Retain legacy HTML escaping behavior for plugins with schema versions prior to 6. Closes: #5605