hchunhui / librime-lua

Extending RIME with Lua scripts
BSD 3-Clause "New" or "Revised" License
293 stars 43 forks source link

反查機制腳本 ,請用 ShadowCandidate 才可以更新 userdict 權重 #309

Open shewer opened 5 months ago

shewer commented 5 months ago

176 已加上 ShadowCandidate , 有使用 reverse 轉換 繁簡碼

不要再使用 Candidate() -- SimpleCandidate


   yield(   
         ShadowCandidate(cand, type, text, comment], inhert_comment) 
    )