♻️ refactor(substore): 更新 common.js 脚本的版本号缓存后缀

This commit is contained in:
Orion
2026-06-03 15:30:03 +08:00
parent ca2274791b
commit 29224499f8
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
* 按地区稳定归并后重新连续编号,避免专属/普通节点撞号。
*/
// noinspection JSUnusedGlobalSymbols
const COMMON_SCRIPT_URL = 'https://git.orionc.me/orion/script/raw/branch/main/substore/common.js?v=20260603-2';
const COMMON_SCRIPT_URL = 'https://git.orionc.me/orion/script/raw/branch/main/substore/common.js?v=20260603-3';
async function loadRenameUtils() {
if (typeof globalThis !== 'undefined' && globalThis.SubStoreRenameUtils) {