Skip to content

Commit 1b6485d

Browse files
committed
Update: replace emoji with real images in TYPE_IMAGES
1 parent 293306d commit 1b6485d

1 file changed

Lines changed: 26 additions & 28 deletions

File tree

sbti-x-test.html

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -961,34 +961,32 @@ <h1 class="hero-title">SBTI 性癖测试</h1>
961961
{ id: 'drink_gate_q2', special: true, kind: 'drink_trigger', text: '您对重口性癖的态度是?', options: [{ label: '小酌怡情,玩不了太多', value: 1 }, { label: '我习惯把重口玩法当日常,当白开水玩,变态令我信服', value: 2 }] }
962962
];
963963

964-
const TYPE_IMAGES = {
965-
"CTRL": "🖐️",
966-
"ATM-er": "🏧",
967-
"Dior-s": "👗",
968-
"BOSS": "👑",
969-
"THAN-K": "🙏",
970-
"OH-NO": "😱",
971-
"GOGO": "🏃",
972-
"SEXY": "🔥",
973-
"LOVE-R": "💔",
974-
"MUM": "👩",
975-
"FAKE": "🎭",
976-
"OJBK": "🫡",
977-
"MALO": "😈",
978-
"JOKE-R": "😏",
979-
"WOC!": "😳",
980-
"THIN-K": "🤔",
981-
"SHIT": "💩",
982-
"ZZZZ": "😴",
983-
"DEAD": "💀",
984-
"HHHH": "🤣",
985-
"FUCK": "🖕",
986-
"POOR": "😢",
987-
"MONK": "🧘",
988-
"IMSB": "🤡",
989-
"SOLO": "🚶",
990-
"IMFW": "🚶‍♀️",
991-
"DRUNK": "🍺"
964+
const TYPE_IMAGES = {
965+
"CTRL": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/CTRL.png",
966+
"BOSS": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/BOSS.png",
967+
"THAN-K": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/THAN-K.png",
968+
"OH-NO": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/OH-NO.png",
969+
"GOGO": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/GOGO.png",
970+
"SEXY": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/SEXY.png",
971+
"LOVE-R": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/LOVE-R.png",
972+
"MUM": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/MUM.png",
973+
"FAKE": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/FAKE.png",
974+
"OJBK": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/OJBK.png",
975+
"MALO": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/MALO.png",
976+
"JOKE-R": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/JOKE-R.png",
977+
"WOC!": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/WOC!.png",
978+
"THIN-K": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/THIN-K.png",
979+
"SHIT": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/SHIT.png",
980+
"ZZZZ": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/ZZZZ.png",
981+
"DEAD": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/DEAD.png",
982+
"HHHH": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/HHHH.png",
983+
"FUCK": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/FUCK.png",
984+
"POOR": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/POOR.png",
985+
"MONK": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/MONK.png",
986+
"IMSB": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/IMSB.png",
987+
"SOLO": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/SOLO.png",
988+
"IMFW": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/IMFW.png",
989+
"DRUNK": "https://raw.githubusercontent.com/masher-pp/sbti-x/main/images/DRUNK.png"
992990
};
993991

994992
const TYPE_LIBRARY = {

0 commit comments

Comments
 (0)