♻️ refactor(core): 优化 substore 节点重命名与规范化逻辑
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user