manual save(2026-01-22 15:18)

This commit is contained in:
SiteAgent Bot
2026-01-22 15:18:39 +08:00
parent 0986f8b726
commit 92f332c293
7 changed files with 72 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
/**
* 示例集团企业官网 - 常量定义
* 诚裕集团企业官网 - 常量定义
*/
// 企业基本信息
@@ -57,21 +57,21 @@ export const SOCIAL_MEDIA = [
label: '微信公众号',
icon: 'Wechat',
url: 'https://weixin.qq.com',
description: '示例集团官方微信公众号',
description: '诚裕集团官方微信公众号',
},
{
id: 'weibo',
label: '官方微博',
icon: 'Weibo',
url: 'https://weibo.com',
description: '示例集团官方微博账号',
description: '诚裕集团官方微博账号',
},
{
id: 'linkedin',
label: 'LinkedIn',
icon: 'Linkedin',
url: 'https://linkedin.com/company/chengyu-group',
description: '示例集团 LinkedIn 主页',
description: '诚裕集团 LinkedIn 主页',
},
];