Skip to content

Commit

Permalink
update serverchan
Browse files Browse the repository at this point in the history
  • Loading branch information
sadoneli committed Sep 10, 2019
1 parent 692994d commit 4117a96
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions serverchan/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Koolshare hnd/axhnd router software center serverchan Changelog
===========================================
0.8
- fix Fixed a bug with auto push failed, thx to xpc0938
- fix fix a show issue for the temperature of 2.4GHz and 5GHz wireless network card, thx to xpc0938

0.7
- fix 修复关闭mac地址显示无效的问题
- fix 修复RT-AC86U等机型无法显示温度的问题
Expand Down
2 changes: 1 addition & 1 deletion serverchan/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

MODULE="serverchan"
VERSION="0.7"
VERSION="0.8"
TITLE="serverChan微信推送"
DESCRIPTION="从路由器推送状态及通知的工具"
HOME_URL="Module_serverchan.asp"
Expand Down
6 changes: 3 additions & 3 deletions serverchan/config.json.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"version":"0.7",
"md5":"b3fa10b3442222d5e0e92ad6978fff9a",
"version":"0.8",
"md5":"c1d2840d43222d7eb35ced2aa9f8cd64",
"home_url":"Module_serverchan.asp",
"title":"serverChan微信推送",
"description":"从路由器推送状态及通知的工具",
"changelog":"",
"build_date":"2019-07-10_21:55:06"
"build_date":"2019-09-10_20:54:24"
}
Binary file modified serverchan/serverchan.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion serverchan/serverchan/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7
0.8
4 changes: 2 additions & 2 deletions serverchan/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
0.7
b3fa10b3442222d5e0e92ad6978fff9a
0.8
c1d2840d43222d7eb35ced2aa9f8cd64
6 changes: 3 additions & 3 deletions softcenter/app.json.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"apps": [
{
"build_date": "2019-07-10_21:55:06",
"build_date": "2019-09-10_20:54:24",
"changelog": "",
"description": "从路由器推送状态及通知的工具",
"home_url": "Module_serverchan.asp",
"md5": "b3fa10b3442222d5e0e92ad6978fff9a",
"md5": "c1d2840d43222d7eb35ced2aa9f8cd64",
"name": "serverchan",
"tar_url": "serverchan/serverchan.tar.gz",
"title": "serverChan微信推送",
"version": "0.7"
"version": "0.8"
},
{
"build_date": "2019-07-10_20:04:21",
Expand Down

0 comments on commit 4117a96

Please sign in to comment.