From 33e5aeceb5447c1a48016c7a1e273cb0f6a02efd Mon Sep 17 00:00:00 2001 From: xream Date: Mon, 23 Dec 2024 14:14:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=AE=A2=E9=98=85?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=E6=97=B6=E4=B8=8D=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=97=A5=E5=BF=97=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/package.json | 2 +- backend/src/restful/download.js | 2 +- backend/src/restful/file.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/package.json b/backend/package.json index 08b829b..1b0e074 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "sub-store", - "version": "2.14.447", + "version": "2.14.448", "description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.", "main": "src/main.js", "scripts": { diff --git a/backend/src/restful/download.js b/backend/src/restful/download.js index 210311d..ac621fd 100644 --- a/backend/src/restful/download.js +++ b/backend/src/restful/download.js @@ -275,7 +275,7 @@ async function downloadSubscription(req, res) { ); } } else { - $.error(`🌍 Sub-Store 下载订阅失败`, `❌ 未找到订阅:${name}!`); + $.error(`🌍 Sub-Store 下载订阅失败\n❌ 未找到订阅:${name}!`); failed( res, new ResourceNotFoundError( diff --git a/backend/src/restful/file.js b/backend/src/restful/file.js index 21c9a8a..b315078 100644 --- a/backend/src/restful/file.js +++ b/backend/src/restful/file.js @@ -179,7 +179,7 @@ async function getFile(req, res) { ); } } else { - $.error(`🌍 Sub-Store 下载文件失败`, `❌ 未找到文件:${name}!`); + $.error(`🌍 Sub-Store 下载文件失败\n❌ 未找到文件:${name}!`); failed( res, new ResourceNotFoundError(