mirror of
https://github.com/tsingui/softcenter-1.git
synced 2024-12-23 18:45:17 +00:00
update speedtest
This commit is contained in:
parent
29acb454c6
commit
8a07458caf
@ -1,10 +1,10 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"build_date": "2018-12-07_22:58:48",
|
||||
"build_date": "2019-01-12_20:58:26",
|
||||
"description": "让测速更简单",
|
||||
"home_url": "Module_speedtest.asp",
|
||||
"md5": "70ce58f20f2d72e186059a1b1d0cc77d",
|
||||
"md5": "05fcccca9ce4bc98f56730d502f75a96",
|
||||
"name": "speedtest",
|
||||
"tar_url": "speedtest/speedtest.tar.gz",
|
||||
"title": "网络测速",
|
||||
@ -104,7 +104,7 @@
|
||||
}
|
||||
],
|
||||
"home_url": "https://raw.githubusercontent.com/paldier/softcenter/master",
|
||||
"md5": "3bb44fca41795904e2490e728c7138ed",
|
||||
"md5": "11b6c4b4a8bf2586f92d1dcb48f5782d",
|
||||
"tar_url": "softcenter/softcenter.tar.gz",
|
||||
"version": "1.1.6"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version":"1.1.6",
|
||||
"md5":"3bb44fca41795904e2490e728c7138ed"
|
||||
"md5":"11b6c4b4a8bf2586f92d1dcb48f5782d"
|
||||
}
|
||||
|
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
1.1.6
|
||||
3bb44fca41795904e2490e728c7138ed
|
||||
11b6c4b4a8bf2586f92d1dcb48f5782d
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version":"0.2.3",
|
||||
"md5":"70ce58f20f2d72e186059a1b1d0cc77d",
|
||||
"md5":"05fcccca9ce4bc98f56730d502f75a96",
|
||||
"home_url":"Module_speedtest.asp",
|
||||
"title":"网络测速",
|
||||
"description":"让测速更简单",
|
||||
"build_date":"2018-12-07_22:58:48"
|
||||
"build_date":"2019-01-12_20:58:26"
|
||||
}
|
||||
|
Binary file not shown.
@ -231,86 +231,6 @@
|
||||
margin-top: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="init();">
|
||||
<div id="TopBanner"></div>
|
||||
<div id="Loading" class="popup_bg"></div>
|
||||
<iframe name="hidden_frame" id="hidden_frame" src="" width="0" height="0" frameborder="0"></iframe>
|
||||
<form method="post" name="form" action="/applydb.cgi?p=speedtest_" target="hidden_frame">
|
||||
<input type="hidden" name="current_page" value="Module_speedtest.asp"/>
|
||||
<input type="hidden" name="next_page" value="Module_speedtest.asp"/>
|
||||
<input type="hidden" name="group_id" value=""/>
|
||||
<input type="hidden" name="modified" value="0"/>
|
||||
<input type="hidden" name="action_mode" value=""/>
|
||||
<input type="hidden" name="action_script" value=""/>
|
||||
<input type="hidden" name="action_wait" value="5"/>
|
||||
<input type="hidden" name="first_time" value=""/>
|
||||
<input type="hidden" name="preferred_lang" id="preferred_lang" value="<% nvram_get("preferred_lang"); %>"/>
|
||||
<input type="hidden" name="SystemCmd" onkeydown="onSubmitCtrl(this, ' Refresh ')" value="speedtest_config.sh"/>
|
||||
<input type="hidden" name="firmver" value="<% nvram_get("firmver"); %>"/>
|
||||
|
||||
<table class="content" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="17"> </td>
|
||||
<td valign="top" width="202">
|
||||
<div id="mainMenu"></div>
|
||||
<div id="subMenu"></div>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<div id="tabMenu" class="submenuBlock"></div>
|
||||
<table width="98%" border="0" align="left" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<table width="760px" border="0" cellpadding="5" cellspacing="0" bordercolor="#6b8fa3" class="FormTitle" id="FormTitle">
|
||||
<tr>
|
||||
<td bgcolor="#4D595D" colspan="3" valign="top">
|
||||
<h2 class="plugin-header">
|
||||
<span class="text">Speedtest网络测速
|
||||
<span class="version-info">(V<% dbus_get_def("speedtest_version", "0"); %>)</span>
|
||||
</span>
|
||||
<a class="return-button" href="/Main_Soft_center.asp">返回软件中心</a>
|
||||
</h2>
|
||||
<div class="speedtest-dashboard">
|
||||
<div class="dashboard-content">
|
||||
<div class="graph">
|
||||
<h4 class="desc">下载速度</h4>
|
||||
<div class="background">
|
||||
<div id="download_speed" class="speed">0.00</div>
|
||||
</div>
|
||||
<div id="indicator_download" class="indicator"></div>
|
||||
</div>
|
||||
<div class="graph">
|
||||
<h4 class="desc">上传速度</h4>
|
||||
<div class="background">
|
||||
<div id="upload_speed" class="speed">0.00</div>
|
||||
</div>
|
||||
<div id="indicator_upload" class="indicator"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="opt-bar">
|
||||
<center>
|
||||
<button id="cmdBtn" class="button_gen" onclick="onSubmitCtrl(this, ' Refresh ')">开始测速</button>
|
||||
</center>
|
||||
</div>
|
||||
<div id="warn" style="display: none;margin-top: 20px;text-align: center;font-size: 20px;margin-bottom: 20px;"class="formfontdesc" ><i></i></div>
|
||||
<div class="KoolshareBottom">
|
||||
<br/>论坛技术支持: <a href="http://www.koolshare.cn" target="_blank"> <i><u>www.koolshare.cn</u></i> </a> <br/>
|
||||
后台技术支持: <i>Xiaobao</i> <br/>
|
||||
Shell, Web by: <i>wangchll</i>, <i>acelan</i><br/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="10" align="center" valign="top"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<div id="footer"></div>
|
||||
<script type="text/javascript">
|
||||
function init() {
|
||||
show_menu();
|
||||
@ -445,8 +365,7 @@
|
||||
})();
|
||||
|
||||
//开始测速
|
||||
function onSubmitCtrl(o, s) {
|
||||
document.form.action_mode.value = s;
|
||||
function onSubmitCtrl() {
|
||||
$("#updateBtn").attr("disabled", true);
|
||||
$("#updateBtn").hide();
|
||||
$("#cmdBtn").attr("disabled", true);
|
||||
@ -466,5 +385,85 @@
|
||||
return true;
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body onload="init();">
|
||||
<div id="TopBanner"></div>
|
||||
<div id="Loading" class="popup_bg"></div>
|
||||
<iframe name="hidden_frame" id="hidden_frame" src="" width="0" height="0" frameborder="0"></iframe>
|
||||
<form method="post" name="form" action="/applydb.cgi?p=speedtest_" target="hidden_frame">
|
||||
<input type="hidden" name="current_page" value="Module_speedtest.asp"/>
|
||||
<input type="hidden" name="next_page" value="Module_speedtest.asp"/>
|
||||
<input type="hidden" name="group_id" value=""/>
|
||||
<input type="hidden" name="modified" value="0"/>
|
||||
<input type="hidden" name="action_mode" value="toolscript"/>
|
||||
<input type="hidden" name="action_script" value="speedtest_config.sh"/>
|
||||
<input type="hidden" name="action_wait" value="5"/>
|
||||
<input type="hidden" name="first_time" value=""/>
|
||||
<input type="hidden" name="preferred_lang" id="preferred_lang" value="<% nvram_get("preferred_lang"); %>"/>
|
||||
<input type="hidden" name="firmver" value="<% nvram_get("firmver"); %>"/>
|
||||
|
||||
<table class="content" align="center" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td width="17"> </td>
|
||||
<td valign="top" width="202">
|
||||
<div id="mainMenu"></div>
|
||||
<div id="subMenu"></div>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<div id="tabMenu" class="submenuBlock"></div>
|
||||
<table width="98%" border="0" align="left" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left" valign="top">
|
||||
<table width="760px" border="0" cellpadding="5" cellspacing="0" bordercolor="#6b8fa3" class="FormTitle" id="FormTitle">
|
||||
<tr>
|
||||
<td bgcolor="#4D595D" colspan="3" valign="top">
|
||||
<h2 class="plugin-header">
|
||||
<span class="text">Speedtest网络测速
|
||||
<span class="version-info">(V<% dbus_get_def("speedtest_version", "0"); %>)</span>
|
||||
</span>
|
||||
<a class="return-button" href="/Main_Soft_center.asp">返回软件中心</a>
|
||||
</h2>
|
||||
<div class="speedtest-dashboard">
|
||||
<div class="dashboard-content">
|
||||
<div class="graph">
|
||||
<h4 class="desc">下载速度</h4>
|
||||
<div class="background">
|
||||
<div id="download_speed" class="speed">0.00</div>
|
||||
</div>
|
||||
<div id="indicator_download" class="indicator"></div>
|
||||
</div>
|
||||
<div class="graph">
|
||||
<h4 class="desc">上传速度</h4>
|
||||
<div class="background">
|
||||
<div id="upload_speed" class="speed">0.00</div>
|
||||
</div>
|
||||
<div id="indicator_upload" class="indicator"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="opt-bar">
|
||||
<center>
|
||||
<button id="cmdBtn" class="button_gen" onclick="onSubmitCtrl()">开始测速</button>
|
||||
</center>
|
||||
</div>
|
||||
<div id="warn" style="display: none;margin-top: 20px;text-align: center;font-size: 20px;margin-bottom: 20px;"class="formfontdesc" ><i></i></div>
|
||||
<div class="KoolshareBottom">
|
||||
<br/>论坛技术支持: <a href="http://www.koolshare.cn" target="_blank"> <i><u>www.koolshare.cn</u></i> </a> <br/>
|
||||
后台技术支持: <i>Xiaobao</i> <br/>
|
||||
Shell, Web by: <i>wangchll</i>, <i>acelan</i><br/>
|
||||
<br/>修改版 by: <i>paldier</i>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
<td width="10" align="center" valign="top"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,2 +1,2 @@
|
||||
0.2.3
|
||||
70ce58f20f2d72e186059a1b1d0cc77d
|
||||
05fcccca9ce4bc98f56730d502f75a96
|
||||
|
Loading…
Reference in New Issue
Block a user