mirror of
https://github.com/d0zingcat/rime-ice.git
synced 2026-06-04 23:26:50 +00:00
日常更新
This commit is contained in:
11
rime.lua
11
rime.lua
@@ -62,10 +62,13 @@ function date_translator(input, seg, env)
|
||||
cand.quality = 100
|
||||
yield(cand)
|
||||
end
|
||||
-- -- 输出内存
|
||||
-- local cand = Candidate("date", seg.start, seg._end, ("%.f"):format(collectgarbage('count')), "")
|
||||
-- cand.quality = 100
|
||||
-- yield(cand)
|
||||
|
||||
-- 输出内存
|
||||
if input == "gccount" then
|
||||
local cand = Candidate("date", seg.start, seg._end, ("%.f"):format(collectgarbage('count')), "")
|
||||
cand.quality = 100
|
||||
yield(cand)
|
||||
end
|
||||
-- if input == "xxx" then
|
||||
-- collectgarbage()
|
||||
-- local cand = Candidate("date", seg.start, seg._end, "collectgarbage()", "")
|
||||
|
||||
Reference in New Issue
Block a user