diff --git a/apps/tools.js b/apps/tools.js index 14ae447..ca15cd4 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -1764,7 +1764,7 @@ export class tools extends plugin { return true; } } else { - const normalRegex = /^(.*?)\s+https?:\/\//; + const normalRegex = /^(.*?)\s*https?:\/\//; musicInfo = normalRegex.exec(e.msg)?.[1].trim(); } // 删除特殊字符