thingsboard--修改标题、默认中文语言、logo

修改目录thingsboard/ui-ngx/src/environments下的两个文件:

environment.prod.ts和environment.ts里面,可以修改标题和语言

export const environment = {
appTitle: 'TEST',//修改标题
production: true,
// @ts-ignore
tbVersion: TB_VERSION,
// @ts-ignore
supportedLangs: SUPPORTED_LANGS,
defaultLang: 'zh_CN'//修改默认语言
};

 

在目录/ui-ngx/src/assets下修改LOGO文件:

logo_title_white.svg和logo_white.svg

posted @ 2025-02-10 11:01  谁主沉浮1226  阅读(245)  评论(0)    收藏  举报