🐛 修复(substore): 避免特征尾号和 HY2 误判

This commit is contained in:
Orion
2026-06-03 16:09:15 +08:00
parent 30e68ff3e9
commit f9e0d1146c
8 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
* - 不追加订阅后缀,整合订阅最后仍交给 rename.js 处理
*/
// noinspection JSUnusedGlobalSymbols
const COMMON_SCRIPT_URL = 'https://git.orionc.me/orion/script/raw/branch/main/substore/common.js?v=20260603-5';
const COMMON_SCRIPT_URL = 'https://git.orionc.me/orion/script/raw/branch/main/substore/common.js?v=20260603-6';
const hasCurrentRenameUtils = utils => Boolean(
utils && typeof utils.normalizeLeadingMojibakeFlag === 'function'
);