From 1fbd2f449aeb0c239f82e7a1c7f6bcebe461b2a3 Mon Sep 17 00:00:00 2001 From: SunRyK <108290923+SmallK111407@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:49:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Denka=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#443)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/system/profile_system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/system/profile_system.js b/config/system/profile_system.js index a977166d..a9f712c0 100644 --- a/config/system/profile_system.js +++ b/config/system/profile_system.js @@ -25,7 +25,7 @@ export const enkaApi = { url: 'https://enka.network/', userAgent: 'Miao-Plugin/3.0', listApi: ({ url, uid, diyCfg }) => { - return api `${url}api/uid/${uid}/` + return `${url}api/uid/${uid}/` } }