关于Http Widget
简单的widget系统与Web API进行交互
Add a widget and web URL
The widget does a GET request for the web url, the result is shown inside of the widget.
The web request contains the query parameter "isClick".
isClick is "true" if the request is caused by the user tapping the widget.
isClick is "false" if the request is caused by a periodic refresh of the widget.
The widget outputs the recieved text from the http request into its body.
To customize the background color of the widget, the http response needs to start with the color separated from the text body with a black space character " " .
Supported color formats are: #RRGGBB #AARRGGBB or one of the following names: 'red', 'blue', 'green', 'black', 'white', 'gray', 'cyan', 'magenta', 'yellow', 'lightgray', 'darkgray', 'grey', 'lightgrey', 'darkgrey', 'aqua', 'fuchsia', 'lime', 'maroon', 'navy', 'olive', 'purple', 'silver', 'teal'.
最新版本1.0b的更新日志
New app icon (rarely seen as a widget)
Include RO translation