Skip to content

Commit bd8f2a2

Browse files
committed
kf76用のラベル変更
1 parent de05c55 commit bd8f2a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

view/src/pages/Dashboard.svelte

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
import type { Kind } from '~/share/schema';
99
1010
const URL_LABELS = new Map([
11-
['keiba.utcode.net', '競馬 AI'],
1211
['maze.utcode.net', 'はじプロ/迷路'],
13-
['blosite.utcode.net', 'Blosite'],
14-
['mahjong.utcode.net', '一人麻雀'],
15-
['othello.utcode.net', 'オセロ'],
16-
['security.utcode.net', 'セキュリティ']
12+
['boardgame.utcode.net', 'オセロ'],
13+
['page8.utcode.net', '8番ページ'],
14+
['browser-hack.utcode.net', 'ブラウザハック入門'],
15+
['life-code.utcode.net', 'Life Code'],
16+
['plusoperatorgame.onrender.com', 'プラス演算子ゲーム']
1717
]);
1818
1919
type Props = {

0 commit comments

Comments
 (0)