コミットを比較

...

7 コミット

作成者 SHA1 メッセージ 日付
みてるぞ 245a712827 Merge remote-tracking branch 'origin/main' into feature/361 2026-06-14 05:40:09 +09:00
みてるぞ f3d3f2d301 #361 2026-06-14 05:38:26 +09:00
みてるぞ 791b52e894 #361 2026-06-14 05:31:00 +09:00
みてるぞ 6750692445 #361 2026-06-14 05:17:13 +09:00
みてるぞ 01b063f473 #361 2026-06-14 02:35:54 +09:00
みてるぞ c06d73fc6c #361 2026-06-14 00:53:11 +09:00
みてるぞ 3b5ad3b805 #361 2026-06-14 00:01:03 +09:00
8個のファイルの変更7行の追加7行の削除
バイナリファイルは表示されません.

変更後

幅:  |  高さ:  |  サイズ: 559 KiB

バイナリファイルは表示されません.

変更後

幅:  |  高さ:  |  サイズ: 146 KiB

バイナリファイルは表示されません.

変更後

幅:  |  高さ:  |  サイズ: 1.2 MiB

バイナリファイルは表示されません.

変更後

幅:  |  高さ:  |  サイズ: 188 KiB

バイナリファイルは表示されません.

変更後

幅:  |  高さ:  |  サイズ: 201 KiB

バイナリファイルは表示されません.

変更後

幅:  |  高さ:  |  サイズ: 196 KiB

バイナリファイルは表示されません.

変更後

幅:  |  高さ:  |  サイズ: 179 KiB

+7 -7
ファイルの表示
@@ -166,13 +166,13 @@ const performanceModeStorageKey = 'gekanator:performance-mode:v1'
const maxQuestionSuggestionsPerGame = 3
const maxStoredRecentGames = 12
const mascotAssetByState: Record<MascotState, string> = {
idle: '/gekanator/mascot-idle.png',
thinking_far: '/gekanator/mascot-thinking-far.png',
thinking_mid: '/gekanator/mascot-thinking-mid.png',
thinking_near: '/gekanator/mascot-thinking-near.png',
confident: '/gekanator/mascot-confident.png',
celebrate: '/gekanator/mascot-celebrate.png',
failed: '/gekanator/mascot-failed.png' }
idle: '/assets/gekanator/mascot-idle.png',
thinking_far: '/assets/gekanator/mascot-thinking-far.png',
thinking_mid: '/assets/gekanator/mascot-thinking-mid.png',
thinking_near: '/assets/gekanator/mascot-thinking-near.png',
confident: '/assets/gekanator/mascot-confident.png',
celebrate: '/assets/gekanator/mascot-celebrate.png',
failed: '/assets/gekanator/mascot-failed.png' }
const mascotAltByState: Record<MascotState, string> = {
idle: '待機する洗澡鹿',
thinking_far: '遠くを見つめる洗澡鹿',