From 9321c49e495fffbf938346430d90ff4f7f3dd654 Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 22 Jul 2025 09:27:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E8=80=85=E4=BF=A1=E6=81=AF=E5=88=A0?= =?UTF-8?q?=E9=99=A4content?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 6fe31b0f..59f5c8cd 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -6220,35 +6220,35 @@ class Information extends CI_Controller // 共享的头像和专长映射 $expertiseMap = [ 'zzy' => [ - 'expertise' => 'Japan Content Expert', + 'expertise' => 'Japan Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/bc1583b921a24cc3be739e57d290f582_cut_300x300_608.JPG' ], 'HWT' => [ - 'expertise' => 'Thailand Content Expert', + 'expertise' => 'Thailand Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/5dc9f81961c24725895205d65123b8e7_cut_300x300_608.JPG' ], 'TJQ' => [ - 'expertise' => 'Thailand Content Expert', + 'expertise' => 'Thailand Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/513a1f2af9e54157932fbe157a8862d3_cut_300x300_608.JPG' ], 'RY' => [ - 'expertise' => 'Vietnam Content Expert', + 'expertise' => 'Vietnam Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/8895dc76301e47a094c0c86048a2c39a_cut_300x300_608.JPG' ], 'QMY' => [ - 'expertise' => 'China Content Expert', + 'expertise' => 'China Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/8097b02a5f2c4486824ffecc045a4125_cut_300x300_608.JPG' ], 'CY' => [ - 'expertise' => 'Japan Content Expert', + 'expertise' => 'Japan Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/65499011c0714e0aa1271bc300d9399d_cut_300x300_608.JPG' ], 'Vicky' => [ - 'expertise' => 'Japan Content Expert', + 'expertise' => 'Japan Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/a2d6ac5a7ccb4c06a3d8f1bbf939bdf5_cut_300x300_608.JPG' ], 'LXW' => [ - 'expertise' => 'Japan Content Expert', + 'expertise' => 'Japan Expert', 'avatar' => 'https://images.'. $domain_name . '/allpicture/2024/03/b002b9e61b464e24956fea8f17e2ef37_cut_300x300_608.JPG', ], ];