修复 Python 和 JavaScript 组中 target 的 ls 问题

This commit is contained in:
Aoran Zeng
2025-08-22 13:38:41 +08:00
parent 106cb97e08
commit 8130f11cd1
10 changed files with 17 additions and 27 deletions

View File

@@ -21,9 +21,7 @@ pl_python_uv_prelude (void)
chef_allow_english(this);
chef_allow_user_define(this);
// 使用 pl_python_group 的源
this->sources = pl_python_group_target.sources;
this->sources_n = pl_python_group_target.sources_n;
chef_use_other_target_sources (this, &pl_python_group_target);
}