enhance(drop-and-fusion): add new mode, some tweaks

This commit is contained in:
syuilo 2024-01-12 14:48:44 +09:00
parent be57ff4985
commit d2063df78d
18 changed files with 319 additions and 89 deletions

1
locales/index.d.ts vendored
View file

@ -1200,6 +1200,7 @@ export interface Locale {
"replay": string;
"replaying": string;
"ranking": string;
"lastNDays": string;
"_bubbleGame": {
"howToPlay": string;
"_howToPlay": {

View file

@ -1197,6 +1197,7 @@ showReplay: "リプレイを見る"
replay: "リプレイ"
replaying: "リプレイ中"
ranking: "ランキング"
lastNDays: "直近{n}日"
_bubbleGame:
howToPlay: "遊び方"