diff --git a/src/components/FeedbackFab.tsx b/src/components/FeedbackFab.tsx index ae70661..1f5d23a 100644 --- a/src/components/FeedbackFab.tsx +++ b/src/components/FeedbackFab.tsx @@ -9,6 +9,7 @@ import { fetchJson } from '../auth/api-client'; import { useAuth } from '../auth/useAuth'; import { canManageFeedback } from '../shared/auth/roles'; import FeedbackHistoryDrawer from './FeedbackHistoryDrawer'; +import RotatingFooterHint from './RotatingFooterHint'; const MAX_SCREENSHOTS = 6; const MAX_IMG_SIZE_MB = 5; @@ -320,8 +321,8 @@ export default function FeedbackFab({ module: moduleProp }: Props = {}) { {step === 1 && ( -

想反馈点什么?

-

选一个最贴近的类型

+

想反馈点什么?

+
{TYPE_OPTIONS.map((opt, i) => { const Icon = opt.icon; diff --git a/src/components/RotatingFooterHint.tsx b/src/components/RotatingFooterHint.tsx index f518e47..0a6e6ca 100644 --- a/src/components/RotatingFooterHint.tsx +++ b/src/components/RotatingFooterHint.tsx @@ -30,7 +30,7 @@ export default function RotatingFooterHint({ hints = FOOTER_HINTS, intervalMs = return (