mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-12-16 09:21:16 +00:00
typo: 调换 H@H下载 的 Cost 与 Size 的位置 (#170)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user