Skip to content

Commit

Permalink
更新稳定版 v1.4
Browse files Browse the repository at this point in the history
更新检查工具可以自定义更新源且可以检测自身更新了。
  • Loading branch information
tnqzh123 committed Jun 14, 2017
1 parent 2c967d5 commit 5fdae8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion check-update/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
该文件存储了检查更新用的版本号,请勿随意修改!
*/
// 主程序版本号
$version = 1.3;
$version = 1.4;
// 检查更新工具版本号
$checkerVersion = 1.2;
?>
2 changes: 1 addition & 1 deletion settings.php.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ $useUrl = true;
// 设置时间(几天前),将 0 修改为你需要的时间,1 为昨天,2 为前天,-1 为明天,以此类推
$daysAgo = '0';
// 设置更新源,更新源列表请看 https://github.com/Minecraft-LittleQiu/laji-bing-pic-api/wiki/%E5%A6%82%E4%BD%95%E6%90%AD%E5%BB%BA%E6%9B%B4%E6%96%B0%E6%BA%90-&-%E6%9B%B4%E6%96%B0%E6%BA%90%E5%88%97%E8%A1%A8
$updateRepo = 'https://raw.githubusercontent.com/Minecraft-LittleQiu/laji-bing-pic-api/master/update.json';
$updateRepo = 'https://pastebin.com/raw/mrvb7Pqw';
?>
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app_name": "laji-bing-pic-api",
"version": "1.3",
"date": "1497196800",
"version": "1.4",
"date": "1497369600",
"checkerVersion": "1.2",
"checkerDate": "1497196800"
}

0 comments on commit 5fdae8d

Please sign in to comment.