fix(h5): show TKMind as the user-facing product name
Memind CI / Test, build, and release guards (push) Has been cancelled

Keep the chat chrome, page title, and related copy aligned with the existing TKMind brand.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-08-14 09:42:50 +08:00
parent 36d3a91f8d
commit 443544d1f7
5 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -8,6 +8,7 @@ import {
CHAT_IMAGE_MAX_SIDE,
compressImageForUpload,
} from '../utils/imageUpload';
import { APP_DISPLAY_NAME } from '../utils/appBrand';
import { FeedbackPageHeader } from './FeedbackPageHeader';
import { VoiceInputButton } from './VoiceInputButton';
@@ -277,7 +278,7 @@ export function FeedbackSubmitView({
>
<div className="feedback-board-toolbar">
<div className="feedback-board-toolbar-copy">
<p className="feedback-submit-eyebrow"> Memind</p>
<p className="feedback-submit-eyebrow"> {APP_DISPLAY_NAME}</p>
<h1> Bug </h1>
<p className="feedback-submit-desc feedback-board-desc">
便
+1 -1
View File
@@ -1,5 +1,5 @@
/** User-facing product name shown in nav, login, and page chrome. */
export const APP_DISPLAY_NAME = 'Memind';
export const APP_DISPLAY_NAME = 'TKMind';
/** Branded tagline suffix used on welcome and marketing surfaces. */
export const APP_DISPLAY_TAGLINE = `${APP_DISPLAY_NAME} 智趣`;