Add provider measure info

This commit is contained in:
Aoran Zeng
2025-07-11 16:46:32 +08:00
parent 026c4e4b5b
commit 459c1cf3cd
15 changed files with 18 additions and 18 deletions

View File

@@ -44,10 +44,10 @@ void
pl_python_setsrc (char *option)
{
{
char *msg = ENGLISH ? "Three package managers will be replaced for you at the same time: " \
"pip, Poetry, PDM. If you need to change the source independently, " \
"please run independently `chsrc set <pkg-manager>`"
: "将同时为您更换4个包管理器 pip, Poetry, PDM, uv 的源,若需要独立换源,请独立运行 chsrc set <pkg-manager>";
char *msg = ENGLISH ? "Three package managers will be replaced for you at the same time: "
"pip, Poetry, PDM. If you need to change the source independently, "
"please run independently `chsrc set <pkg-manager>`"
: "将同时为您更换4个包管理器 pip, Poetry, PDM, uv 的源,若需要独立换源,请独立运行 chsrc set <pkg-manager>";
chsrc_note2 (msg);
}