From 5664a1a616df498cba58b9a8e63a91ac0ba96bab Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 01 七月 2025 13:44:55 +0800 Subject: [PATCH] feat: add rrweb --- config/config.ts | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/config/config.ts b/config/config.ts index bd0c635..5927090 100644 --- a/config/config.ts +++ b/config/config.ts @@ -11,7 +11,8 @@ loginFormTitle: '涔愰亣淇濅簯鏈嶅姟', }); -type AppType = 'one' | 'rz' | 'jx' | 'jy' | 'other' | 'backup'; +//tp:澶钩 +type AppType = 'one' | 'rz' | 'jx' | 'jy' | 'other' | 'backup' | 'tp'; const AppSettingMap = { one: { @@ -44,6 +45,11 @@ loginFormTitle: '姹熶綉淇濆鐢�', MenuTitle: '姹熶綉淇濆鐢�', }, + tp: { + title: '姹熶綉鍏变繚鍚庡彴绠$悊绯荤粺', + loginFormTitle: '姹熶綉鍏变繚鍚庡彴绠$悊绯荤粺', + MenuTitle: '姹熶綉鍏变繚', + }, }; export function getAppSetting(appType: AppType) { -- Gitblit v1.9.1