feat(feedback): add problem reporting flow

This commit is contained in:
2026-07-16 18:30:34 +08:00
parent 4981de9b18
commit 37f45f0736
34 changed files with 1866 additions and 4 deletions
+2
View File
@@ -25,6 +25,7 @@ export const ROUTES = {
externalEntry: "/external-entry",
auth: "/auth",
sidebar: "/sidebar",
feedback: "/feedback",
subscription: "/subscription",
coinsRules: "/coins-rules",
} as const;
@@ -69,6 +70,7 @@ export const ALL_STATIC_ROUTES: readonly StaticRoute[] = [
ROUTES.externalEntry,
ROUTES.auth,
ROUTES.sidebar,
ROUTES.feedback,
ROUTES.coinsRules,
] as const;