feat: add FPS Support

This commit is contained in:
xkeyC
2025-10-25 18:48:34 +08:00
parent 2f2a3c3889
commit 8d635827c4
10 changed files with 28 additions and 1 deletions

View File

@@ -332,7 +332,7 @@ class AboutUI extends HookConsumerWidget {
),
),
const SizedBox(height: 22),
Text(S.current.support_dev_in_game_currency_message, textAlign: TextAlign.start),
Text(S.current.support_dev_hk_fps_transfer_info, textAlign: TextAlign.start),
],
);
}