重命名为 chsrc_use_this_source()

This commit is contained in:
Aoran Zeng
2025-08-22 14:40:25 +08:00
parent c8818e4923
commit 64924a7ffc
56 changed files with 59 additions and 59 deletions

View File

@@ -112,7 +112,7 @@ void
<category>_<target>_setsrc (char *option)
{
/* 下面这行是必须的,注入 source 变量 */
use_this_source(<category>_<target>);
chsrc_use_this_source (<category>_<target>);
/* 如果是 target group你可能想要指定不同的 target 来使用它的源 */
// Source_t source = chsrc_yield_source_and_confirm (&pl_js_group_target, option);