♻️ refactor(core): 优化 substore 节点重命名与规范化逻辑

This commit is contained in:
Orion
2026-06-03 15:12:56 +08:00
parent 313e77421b
commit edb7d167c0
3 changed files with 26 additions and 61 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
* Sub-Store 节点命名公共工具
*
* 远程引用地址:
* https://git.orionc.me/orion/script/raw/branch/main/substore/common.js
* https://git.orionc.me/orion/script/raw/branch/main/substore/common.js?v=20260603-2
*/
(function (root) {
const regexSpecialChars = new Set(['.', '*', '+', '?', '^', '$', '{', '}', '(', ')', '|', '[', ']', '\\']);
@@ -272,4 +272,4 @@
splitLeadingOrInlineFlag,
stripLineDescriptors
};
})(typeof globalThis !== 'undefined' ? globalThis : this);
})(globalThis);