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

View File

@@ -368,7 +368,7 @@ key_binder:
# Lua 配置: shijian.lua 的引导符,涉及:日期、时间、节日、节气、生日、问候模板等功能
shijian_keys: ["/", "o"]
# Lua 配置: 超级tips上屏按键
tips_key: "period" #修改时候去default找
tips_key: "comma" #修改时候去default找
# Lua 配置: 以词定字(上屏当前词句的第一个或最后一个字),和中括号翻页有冲突
select_first_character: "bracketleft" # 左中括号 [
select_last_character: "bracketright" # 右中括号 ]