Rename enum can status

This commit is contained in:
Aoran Zeng
2024-10-04 02:13:07 +08:00
parent be4f11b1d8
commit d9e6840399
22 changed files with 30 additions and 29 deletions

View File

@@ -69,7 +69,7 @@ pl_python_pdm_feat (char *option)
fi.can_reset = true;
// PDM 完全支持项目级换源
fi.stcan_locally = CanFully;
fi.cap_locally = FullyCan;
fi.locally = NULL;
fi.can_english = true;

View File

@@ -66,7 +66,7 @@ pl_python_poetry_feat (char *option)
fi.can_get = true;
fi.can_reset = true;
fi.stcan_locally = CanFully;
fi.cap_locally = FullyCan;
fi.locally = NULL;
fi.can_english = false;
fi.can_user_define = true;

View File

@@ -89,7 +89,7 @@ pl_python_feat (char *option)
fi.can_get = true;
fi.can_reset = true;
fi.stcan_locally = CanSemi;
fi.cap_locally = PartiallyCan;
fi.locally = "pip 不支持,其他支持";
fi.can_english = false;
fi.can_user_define = true;

View File

@@ -79,7 +79,7 @@ pl_python_pip_feat (char *option)
fi.can_reset = true;
// pip 不支持项目级换源
fi.stcan_locally = CanNot;
fi.cap_locally = CanNot;
fi.locally = NULL;
fi.can_english = true;
fi.can_user_define = true;