From a9f7f854809aaf7c4397f542ce0c4cfaf1adf4e7 Mon Sep 17 00:00:00 2001 From: Spmario233 Date: Tue, 7 May 2024 20:31:12 +0800 Subject: [PATCH] =?UTF-8?q?get.character=E5=87=BD=E6=95=B0=E5=BC=BA?= =?UTF-8?q?=E5=8C=96=E5=85=9C=E5=BA=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/get/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noname/get/index.js b/noname/get/index.js index 1cd4539c4..cf0f2004c 100644 --- a/noname/get/index.js +++ b/noname/get/index.js @@ -604,7 +604,7 @@ export class Get { if (num === 3 || num === 4) return []; return; } - return info || {}; + return info || get.convertedCharacter({}); } characterInitFilter(name) { const info = get.character(name);