Update locally info

This commit is contained in:
Aoran Zeng 2024-08-17 06:56:46 +08:00
parent 26274ed907
commit 362695afee
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
3 changed files with 4 additions and 1 deletions

View File

@ -122,7 +122,8 @@ pl_nodejs_feat (char *option)
fi.can_get = true;
fi.can_reset = false;
fi.locally = "npm 支持 (From v0.1.7); yarn 未知; pnpm 未知;";
fi.stcan_locally = CanSemi;
fi.locally = "npm 支持 (From v0.1.7); yarn 未知; pnpm 未知";
fi.can_english = false;
fi.can_user_define = true;

View File

@ -70,6 +70,7 @@ pl_php_feat (char *option)
fi.can_get = true;
fi.can_reset = false;
fi.stcan_locally = CanFully;
fi.locally = "composer 支持 (From v0.1.7)";
fi.can_english = false;
fi.can_user_define = true;

View File

@ -152,6 +152,7 @@ pl_python_feat (char *option)
fi.can_get = true;
fi.can_reset = true;
fi.stcan_locally = CanSemi;
fi.locally = "pip 不支持; pdm 支持 (From v0.1.6); poetry 默认使用项目级 (From v0.1.7.2)";
fi.can_english = false;
fi.can_user_define = true;