From 8b4504fc07858bd422fdcf073c264e20702cc2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=B0=E5=BD=A6=E7=B3=96?= <44092516+BingChunMoLi@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20core.c?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为user_agent设置正确的默认值 --- src/framework/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/core.c b/src/framework/core.c index e91e833..34ae184 100644 --- a/src/framework/core.c +++ b/src/framework/core.c @@ -134,7 +134,7 @@ ProgStatus = .leader_selected_index = -1, .chgtype = ChgType_Auto, .chsrc_run_faas = false, - .user_agent = "chsrc", + .user_agent = "chsrc/" Chsrc_Version, };