优化json格式化时间

This commit is contained in:
sugood 2022-09-28 12:21:23 +08:00
parent f818329d17
commit 6d7e11c238

View File

@ -63,8 +63,8 @@ function show(time)
--print("窗口焦点"..hs.window.focusedWindow())
sheetView:show(time)
hs.focus()
bindAllSelectKey()
hs.timer.delayed.new(0.7, function() bindPasteKey() end):start()
hs.timer.delayed.new(0.2, function() bindAllSelectKey() end):start()
hs.timer.delayed.new(0.4, function() bindPasteKey() end):start()
--bindPasteKey()
end