refactor: 拆分 constants.ts 为多个模块文件

This commit is contained in:
张翔
2026-04-21 07:49:36 +08:00
parent 78090d1f15
commit 6e09bcf33e
9 changed files with 508 additions and 629 deletions
+12
View File
@@ -0,0 +1,12 @@
export const COMPANY_INFO = {
name: '四川睿新致远科技有限公司',
shortName: '睿新致遠',
slogan: '智连未来,成长伙伴',
description: '以智慧连接数字趋势,以伙伴身份陪您成长——您的数字化转型同行者',
founded: '2026',
location: '四川省成都市',
email: 'contact@novalon.cn',
address: '中国四川省成都市龙泉驿区幸福路12号',
icp: '蜀ICP备2026013658号',
police: '川公网安备51010602003285号',
} as const;