更新文档

This commit is contained in:
Aoran Zeng
2026-02-24 16:29:30 +08:00
parent 2be4dce1ea
commit 3674fe882c
8 changed files with 23 additions and 21 deletions

View File

@@ -66,7 +66,8 @@ pl_python_pip_setsrc (char *option)
// 对于不支持的情况,尽早结束
if (chsrc_in_project_scope_mode())
{
char *msg = ENGLISH ? "pip doesn't support `-local`. SKIP changing source!" : "pip 不支持 -local跳过换源";
char *msg = ENGLISH ? "pip doesn't support `-scope=project`. SKIP changing source!"
: "pip 不支持项目级换源,跳过换源";
chsrc_error (msg);
// 不能直接退出,因为 Leader target 不能就此结束
return;