Rename feature field

This commit is contained in:
Aoran Zeng
2024-11-08 19:32:57 +08:00
parent ba98d46e97
commit bbb66dd9d4
24 changed files with 33 additions and 32 deletions

View File

@@ -79,7 +79,7 @@ pl_rust_cargo_feat (char *option)
f.can_reset = true;
f.cap_locally = PartiallyCan;
f.locally = "可以基于本项目换源吗?请帮助确认";
f.cap_locally_explain = "可以基于本项目换源吗?请帮助确认";
f.can_english = false;
f.can_user_define = true;

View File

@@ -106,7 +106,7 @@ pl_rust_rustup_feat (char *option)
f.can_reset = false;
f.cap_locally = CanNot;
f.locally = "";
f.cap_locally_explain = "";
f.can_english = false;
f.can_user_define = true;