bug fixes
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
* `aio:doAction(string)` - выполняет действие AIO ([подробнее](https://aiolauncher.app/api.html));
|
* `aio:doAction(string)` - выполняет действие AIO ([подробнее](https://aiolauncher.app/api.html));
|
||||||
* `aio:addWidget(string)` - добавляет на экран встроенный виджет или виджет-скрипт;
|
* `aio:addWidget(string)` - добавляет на экран встроенный виджет или виджет-скрипт;
|
||||||
* `aio:removeWidget(string` - удаляет с экрана встроенный виджет или виджет-скрипт (внимание: доп. виджеты тоже будут удалены);
|
* `aio:removeWidget(string)` - удаляет с экрана встроенный виджет или виджет-скрипт (внимание: доп. виджеты тоже будут удалены);
|
||||||
|
|
||||||
# Сетевые функции
|
# Сетевые функции
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
name = "GitHub Trending"
|
-- name = "GitHub Trending"
|
||||||
description = "GitHub trending repositories (trending-github.com)"
|
-- description = "GitHub trending repositories (trending-github.com)"
|
||||||
scriptType = "widget"
|
-- type = "widget"
|
||||||
author = "Evgeny Zobnin (zobnin@gmail.com)"
|
-- author = "Evgeny Zobnin (zobnin@gmail.com)"
|
||||||
version = "1.0"
|
-- version = "1.0"
|
||||||
|
|
||||||
function onAlarm()
|
function onAlarm()
|
||||||
net:getText("https://api.trending-github.com/github/repositories")
|
net:getText("https://api.trending-github.com/github/repositories")
|
||||||
|
|||||||
Reference in New Issue
Block a user