refactor: 拆分 constants.ts 为多个模块文件
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user