mirror of
https://github.com/RubyMetric/chsrc
synced 2025-09-09 18:04:32 +08:00
更新 core.c
为user_agent设置正确的默认值
This commit is contained in:
parent
7c9e351fc5
commit
8b4504fc07
@ -134,7 +134,7 @@ ProgStatus =
|
|||||||
.leader_selected_index = -1,
|
.leader_selected_index = -1,
|
||||||
.chgtype = ChgType_Auto,
|
.chgtype = ChgType_Auto,
|
||||||
.chsrc_run_faas = false,
|
.chsrc_run_faas = false,
|
||||||
.user_agent = "chsrc",
|
.user_agent = "chsrc/" Chsrc_Version,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user