feat(tip): add coffee tipping page

This commit is contained in:
2026-07-08 19:21:42 +08:00
parent c1aba64573
commit cb7791dd8d
14 changed files with 1224 additions and 4 deletions
+2
View File
@@ -22,6 +22,7 @@ export const ROUTES = {
splash: "/splash",
chat: "/chat",
privateRoom: "/private-room",
tip: "/tip",
auth: "/auth",
sidebar: "/sidebar",
subscription: "/subscription",
@@ -54,6 +55,7 @@ export const ALL_STATIC_ROUTES: readonly StaticRoute[] = [
ROUTES.splash,
ROUTES.chat,
ROUTES.privateRoom,
ROUTES.tip,
ROUTES.auth,
ROUTES.sidebar,
ROUTES.coinsRules,