From c1caf39d0ae25fd6ac82f3f745e92ed49cf0400f Mon Sep 17 00:00:00 2001 From: chenweijian <820961417@qq.com> Date: Thu, 6 Apr 2023 16:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/config/config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resource/config/config.go b/resource/config/config.go index 4dbc40b..c5b9a80 100644 --- a/resource/config/config.go +++ b/resource/config/config.go @@ -194,6 +194,8 @@ type H5Config struct { GUILD_DATA_URL string MGR_GUILD_DATA_URL string RANKING_PINK_DIAMOND_URL string + AGENT_SHARE_URL string + AGENT_SHARE_ICON string } type GroupImConfig struct { -- 2.22.0