typo: 调换 H@H下载 的 Cost 与 Size 的位置 (#170)

This commit is contained in:
BakaXiluo
2025-10-14 09:36:24 +08:00
committed by GitHub
parent e45ca0b996
commit 36996d8b21

View File

@@ -1124,7 +1124,7 @@ class Ehentai extends ComicSource {
archives.push({ archives.push({
id: `h@h_${resolutionText.toLowerCase().replace('x', '')}`, id: `h@h_${resolutionText.toLowerCase().replace('x', '')}`,
title: `H@H ${resolutionText}`, 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 // If size or cost is "N/A", we simply skip this option