Files
memind/src/utils/appBrand.ts
T
john 7c65540366
Memind CI / Test, build, and release guards (push) Failing after 3m8s
Rename user-facing product label from TKMind to Memind.
Centralize the display name so nav, login, and page chrome stay consistent ahead of the 103 release.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-07 19:24:09 +08:00

6 lines
248 B
TypeScript

/** User-facing product name shown in nav, login, and page chrome. */
export const APP_DISPLAY_NAME = 'Memind';
/** Branded tagline suffix used on welcome and marketing surfaces. */
export const APP_DISPLAY_TAGLINE = `${APP_DISPLAY_NAME} 智趣`;