🐛 修复(substore): 强制加载匹配版本的公共工具
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
* 维护说明:仅需修改 featureMap 字典即可,底部逻辑永远无需改动。
|
||||
*/
|
||||
// noinspection JSUnusedGlobalSymbols
|
||||
const COMMON_SCRIPT_URL = 'https://git.orionc.me/orion/script/raw/branch/main/substore/common.js?v=20260603-6';
|
||||
const COMMON_SCRIPT_VERSION = '20260603-7';
|
||||
const COMMON_SCRIPT_URL = `https://git.orionc.me/orion/script/raw/branch/main/substore/common.js?v=${COMMON_SCRIPT_VERSION}`;
|
||||
const hasCurrentRenameUtils = utils => Boolean(
|
||||
utils && typeof utils.normalizeLeadingMojibakeFlag === 'function'
|
||||
utils && utils.version === COMMON_SCRIPT_VERSION
|
||||
);
|
||||
|
||||
async function loadRenameUtils() {
|
||||
|
||||
Reference in New Issue
Block a user