mirror of
https://github.com/tsingui/softcenter-1.git
synced 2024-12-23 10:35:17 +00:00
update
This commit is contained in:
parent
cfa527300e
commit
e79141c188
@ -1,8 +1,8 @@
|
||||
{
|
||||
"version":"3.0.5",
|
||||
"md5":"85056d753a7babd8b494a9b3a4b04266",
|
||||
"md5":"8e2dcfc093371d6b90df36170c1d4ed5",
|
||||
"home_url":"Main_Ss_Content.asp",
|
||||
"title":"shadowsocks",
|
||||
"description":"shadowsocks",
|
||||
"build_date":"2019-01-15_12:45:31"
|
||||
"build_date":"2019-01-15_14:10:56"
|
||||
}
|
||||
|
@ -13,3 +13,4 @@
|
||||
2.8.7 72fc65ae418080a64189a64e76e26756
|
||||
2.8.8 4e3a0560e3ae648d5d23f51542d29360
|
||||
2.8.9 47346b43aedc7c91f73bd0d5c51f2df9
|
||||
3.0.5 8e2dcfc093371d6b90df36170c1d4ed5
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -74,7 +74,7 @@ rm -rf /tmp/shadowsocks* >/dev/null 2>&1
|
||||
|
||||
# transform data in skipd when ss version below 3.0.0
|
||||
curr_version=`dbus get ss_basic_version_local`
|
||||
comp=`/usr/bin/versioncmp $curr_version 3.0.0`
|
||||
comp=`/usr/sbin/versioncmp $curr_version 3.0.0`
|
||||
if [ -n "$curr_version" ] && [ "$comp" == "1" ];then
|
||||
echo_date 从ss3.0.0版本开始,将对界面内textarea内的值和ss的密码进行base64加密,方便储存!
|
||||
echo_date 生成当前SS版本:$curr_version的配置文件到/jffs根目录!
|
||||
|
@ -1 +1 @@
|
||||
3.0.4
|
||||
3.0.5
|
||||
|
@ -354,13 +354,6 @@ function update_visibility_tab2(){
|
||||
document.getElementById("show_isp_dns").style.display = "";
|
||||
$j("#show_isp_dns").html("ChinaDNS方案自带国内cdn加速,请在ChinaDNS国内DNS选取国内DNS");
|
||||
$j("#user_cdn_span").html("ChinaDNS方案自带国内cdn加速,无需定义cdn加速名单");
|
||||
}else if(rdf == "6"){
|
||||
document.getElementById("ss_dns_china").style.display = "none";
|
||||
document.getElementById("ss_dns_china_user").style.display = "none";
|
||||
document.getElementById("ss_isp_website_web").style.display = "none";
|
||||
document.getElementById("show_isp_dns").style.display = "";
|
||||
$j("#show_isp_dns").html("Pcap_DNSProxy方案自带国内cdn加速,无需定义国内DNS");
|
||||
$j("#user_cdn_span").html("Pcap_DNSProxy方案自带国内cdn加速,无需定义cdn加速名单");
|
||||
}else{
|
||||
document.getElementById("ss_dns_china").style.display = "";
|
||||
showhide("ss_dns_china_user", (rdc == "12"));
|
||||
@ -2764,7 +2757,6 @@ function write_proc_status(){
|
||||
<option value="3">dnscrypt-proxy</option>
|
||||
<option value="4">pdnsd</option>
|
||||
<option value="5">ChinaDNS</option>
|
||||
<option value="6">Pcap_DNSProxy</option>
|
||||
</select>
|
||||
<select id="ss_opendns" name="ss_opendns" class="input_option" style="width:320px"></select>
|
||||
<input type="text" class="ssconfig input_ss_table" id="ss_dns2socks_user" name="ss_dns2socks_user" maxlength="100" placeholder="需端口号如:8.8.8.8:53" value="8.8.8.8:53">
|
||||
|
@ -1,2 +1,2 @@
|
||||
3.0.5
|
||||
85056d753a7babd8b494a9b3a4b04266
|
||||
8e2dcfc093371d6b90df36170c1d4ed5
|
||||
|
@ -11,10 +11,10 @@
|
||||
"version": "0.2.3"
|
||||
},
|
||||
{
|
||||
"build_date": "2019-01-15_12:45:31",
|
||||
"build_date": "2019-01-15_14:10:56",
|
||||
"description": "shadowsocks",
|
||||
"home_url": "Main_Ss_Content.asp",
|
||||
"md5": "85056d753a7babd8b494a9b3a4b04266",
|
||||
"md5": "8e2dcfc093371d6b90df36170c1d4ed5",
|
||||
"name": "shadowsocks",
|
||||
"tar_url": "shadowsocks/shadowsocks.tar.gz",
|
||||
"title": "shadowsocks",
|
||||
@ -92,7 +92,7 @@
|
||||
}
|
||||
],
|
||||
"home_url": "https://raw.githubusercontent.com/paldier/softcenter/master",
|
||||
"md5": "f85034b38f4335d289e69a1228484d45",
|
||||
"md5": "9efbbd79792c6d7eb0fc834a8fcb2ae9",
|
||||
"tar_url": "softcenter/softcenter.tar.gz",
|
||||
"version": "1.1.6"
|
||||
}
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version":"1.1.6",
|
||||
"md5":"f85034b38f4335d289e69a1228484d45"
|
||||
"md5":"9efbbd79792c6d7eb0fc834a8fcb2ae9"
|
||||
}
|
||||
|
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
1.1.6
|
||||
f85034b38f4335d289e69a1228484d45
|
||||
9efbbd79792c6d7eb0fc834a8fcb2ae9
|
||||
|
Loading…
Reference in New Issue
Block a user