feat: Rename lastShownTimestamp to feedbackLastShownTimestamp and check QWEN_OAUTH for feedback dialog showing

This commit is contained in:
DragonnZhang 2026-01-19 16:19:35 +08:00
parent e8356c5f9e
commit f99295462d
3 changed files with 22 additions and 15 deletions

View file

@ -329,7 +329,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
return;
}
// Intercept feedback dialog option keys (1, 2, 3) when dialog is open
// Intercept feedback dialog option keys (1, 2) when dialog is open
if (
uiState.isFeedbackDialogOpen &&
(FEEDBACK_DIALOG_KEYS as readonly string[]).includes(key.name)