更新 core.c

为user_agent设置正确的默认值
This commit is contained in:
冰彦糖
2025-08-26 10:59:27 +08:00
committed by GitHub
parent 7c9e351fc5
commit 8b4504fc07

View File

@@ -134,7 +134,7 @@ ProgStatus =
.leader_selected_index = -1,
.chgtype = ChgType_Auto,
.chsrc_run_faas = false,
.user_agent = "chsrc",
.user_agent = "chsrc/" Chsrc_Version,
};