Files
Genarrative/apps/ai-game-creator-shell/src/app/appMetadata.ts
T
kdletters a8d4aae390
Project CI / Frontend tests (push) Successful in 6m41s
Project CI / Repository checks (push) Successful in 6m43s
Project CI / Backend tests (push) Successful in 7m44s
Project CI / Native shell tests (push) Successful in 15m49s
新增 AGC 设置关于页并展示客户端版本
增加独立关于页并使用品牌 Logo

从客户端 package.json 自动读取版本号

补充设置页回归测试、样式与技术方案
2026-08-26 16:22:30 +08:00

6 lines
216 B
TypeScript

import appPackage from '../../package.json';
/** Product metadata shared by the client UI and release bundle. */
export const APP_NAME = 'Genarrative AI Game Creator';
export const APP_VERSION = appPackage.version;