https://github.com/CTeX-org/ctex-kit/blob/1ee66c6f130802d3400f893db01fd6a6701ab164/xeCJK/xeCJK.dtx#L2327-L2330 https://github.com/CTeX-org/ctex-kit/blob/1ee66c6f130802d3400f893db01fd6a6701ab164/xeCJK/xeCJK.dtx#L2449-L2450 请问这里的 `\c_@@_FullLeft_chars_clist` 和 `\c_@@_FullRight_chars_clist` 是不是应该改为 `\g_@@_FullLeft_chars_clist` 和 `\g_@@_FullRight_chars_clist`?因为 const 变量应该不能被 `\clist_gconcat:NNN` 函数修改。