bug fixes

This commit is contained in:
Evgeny
2021-07-29 16:32:28 +03:00
parent 6d0a29d77d
commit 43f323105f
2 changed files with 6 additions and 6 deletions

View File

@@ -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)` - удаляет с экрана встроенный виджет или виджет-скрипт (внимание: доп. виджеты тоже будут удалены);
# Сетевые функции # Сетевые функции

View File

@@ -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")