fix: 反查模式不派生

This commit is contained in:
amzxyz
2026-01-21 16:24:04 +08:00
parent 369812d689
commit 71809740c3
2 changed files with 3 additions and 2 deletions

View File

@@ -442,7 +442,8 @@ function F.func(input, env)
-- [Phase 3] 历史回溯构造 (Strictly fallback)
if not has_valid_candidate then
if find(curr_input, "^[/]") then
if env.block_derivation then return end
if find(curr_input, "^[/]") then
return
end
if not env.block_derivation and has_letters(curr_input) then