update plugins

This commit is contained in:
Evgeny
2022-01-17 10:38:18 +03:00
parent 6594ac8843
commit 30a20d3b8e
4 changed files with 36 additions and 1 deletions

16
samples/search-test.lua Normal file
View File

@@ -0,0 +1,16 @@
-- name = "Script #1"
-- type = "search"
local table = {}
function on_search(input)
search:show({ input.." 1", input.." 2" })
end
function on_click(idx)
system:vibrate(100)
end
function on_long_click(idx)
system:vibrate(300)
end