Closed boomker closed 1 week ago
我有以下代码:
local commit_history = context.commit_history commit_history:push(CommitRecord(cand.type, cand_txt))
但是好像不生效,大佬帮忙看看,谢谢🙏
沒有 CommitRecord() 這個function push 兩個參數 ( stirng, string) -- cand.type, cand.text : 直接替代 CommitRecord(type, text) (composition, string) -- context.composition, context.input , 可以參考 librime CommitRecord::Push()
我有以下代码:
但是好像不生效,大佬帮忙看看,谢谢🙏