Cleanup community scripts

This commit is contained in:
Evgeny
2025-05-03 12:56:03 +08:00
parent d68ab0934f
commit 82ce7e6eff
11 changed files with 23 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ function on_search(input)
end
function on_click()
system:copy_to_clipboard(ip)
system:to_clipboard(ip)
end
function get_ip()
@@ -27,9 +27,9 @@ end
function on_network_result(result,code)
if code >= 200 and code < 300 then
ip = result
search:show({result},{blue})
search:show_buttons({result},{blue})
else
search:show({"Server Error"},{red})
search:show_buttons({"Server Error"},{red})
end
end