chore(web): swap 数据幽灵 and 极简杀机 positions in male DISPLAY_ORDER

m14 (极简杀机) is currently a 14.7KB placeholder while m18 (数据幽灵)
got a real curated cover this round — promote 数据幽灵 into the front
row and demote 极简杀机 back to its original neighborhood so the visible
首屏 only shows finished art.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
DESKTOP-I1T6TF3\Q
2026-06-03 04:13:51 +08:00
parent c90929ce4b
commit 1bcea098d5
+2 -2
View File
@@ -740,13 +740,13 @@ const DISPLAY_ORDER: Record<Gender, number[]> = {
13, // 复古未来梦
8, // 社团存亡日
9, // 黄昏归途
14, // 极简杀机
18, // 数据幽灵
27, // 辐射新娘
10, // 霓虹义体
11, // 月光下的约定
2, // 花魁的刀
// 其余按原顺序填补
0, 1, 3, 4, 5, 6, 7, 12, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29,
0, 1, 3, 4, 5, 6, 7, 12, 15, 16, 17, 14, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29,
],
女性向: Array.from({ length: 30 }, (_, i) => i),
};