From d208a5758af04a918dba34ace3cb8f76aa58e9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A3=9E?= <42599406+xfdown@users.noreply.github.com> Date: Sat, 13 May 2023 20:47:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=85=91=E6=8D=A2=E7=A0=81?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E3=80=82=20(#114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/genshin/apps/exchange.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/genshin/apps/exchange.js b/plugins/genshin/apps/exchange.js index 5698156..892e518 100644 --- a/plugins/genshin/apps/exchange.js +++ b/plugins/genshin/apps/exchange.js @@ -48,8 +48,8 @@ export class exchange extends plugin { for (let val of code.data.code_list) { if (val.code){ - let title = (val.title || '').replace(/\<.*?\>/g,'') - codes.push(title + ':' + val.code) + //let title = (val.title || '').replace(/\<.*?\>/g,'') + codes.push(val.code) } }