feat: 移除电话号码展示,更新ICP备案号

- 暂时移除联系方式中的电话号码展示
- 更新ICP备案号为:蜀ICP备2026013658号
This commit is contained in:
张翔
2026-03-27 09:28:58 +08:00
parent 6c4c6c0c1f
commit f76137b8b0
2 changed files with 3 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export const COMPANY_INFO = {
email: 'contact@novalon.cn',
phone: '028-88888888',
address: '中国四川省成都市龙泉驿区幸福路12号',
icp: '蜀ICP备XXXXXXXX号-1',
icp: '蜀ICP备2026013658号',
police: '川公网安备 XXXXXXXXXXX号',
} as const;