From 36996d8b21c5ffddb4ac76ec59104f7d58c8e10c Mon Sep 17 00:00:00 2001 From: BakaXiluo Date: Tue, 14 Oct 2025 09:36:24 +0800 Subject: [PATCH] =?UTF-8?q?typo:=20=E8=B0=83=E6=8D=A2=20H@H=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=20=E7=9A=84=20Cost=20=E4=B8=8E=20Size=20=E7=9A=84?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=20(#170)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ehentai.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehentai.js b/ehentai.js index 68f5222..a048900 100644 --- a/ehentai.js +++ b/ehentai.js @@ -1124,7 +1124,7 @@ class Ehentai extends ComicSource { archives.push({ id: `h@h_${resolutionText.toLowerCase().replace('x', '')}`, title: `H@H ${resolutionText}`, - description: `Size: ${size}, Cost: ${cost}`, + description: `Cost: ${cost}, Size: ${size}`, }); } // If size or cost is "N/A", we simply skip this option