refactor(substore): 清理 alphaair-rename 脚本中的多余空行
- 移除 loadRenameUtils 函数定义前的多余空行 - 移除文件末尾的多余空行 - 优化代码格式以提高可读性
This commit is contained in:
@@ -11,7 +11,7 @@ const COMMON_SCRIPT_URL = `https://git.orionc.me/orion/script/raw/branch/main/su
|
||||
const hasCurrentRenameUtils = utils => Boolean(
|
||||
utils && utils.version === COMMON_SCRIPT_VERSION
|
||||
);
|
||||
const
|
||||
|
||||
async function loadRenameUtils() {
|
||||
if (typeof globalThis !== 'undefined' && hasCurrentRenameUtils(globalThis.SubStoreRenameUtils)) {
|
||||
return globalThis.SubStoreRenameUtils;
|
||||
|
||||
Reference in New Issue
Block a user