pull/109/head
Mr Chen 7 years ago
parent 65cb489265
commit 9a2d22fe82
  1. 16
      plugins/abkill/info.json
  2. BIN
      plugins/csvn/ico.png
  3. BIN
      plugins/php/ico.png
  4. BIN
      plugins/readme/ico.png
  5. BIN
      plugins/redis/ico.png
  6. BIN
      plugins/score/ico.png
  7. 4
      static/js/soft.js

@ -0,0 +1,16 @@
{
"sort": 7,
"ps": "最流行的SVN代码共享管理软件",
"shell": "install.sh",
"name": "csvn",
"title": "CSVN",
"versions": "5.1",
"updates":"5.1.4",
"tip": "soft",
"checks": "server/csvn",
"author": "midoks",
"date": "2017-04-01",
"home": "https://www.collab.net",
"type": "SVN代码共享管理软件",
"pid": "3"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 B

After

Width:  |  Height:  |  Size: 786 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 832 B

@ -135,6 +135,7 @@ function getSList(isdisplay) {
version_info = version_info.substring(0, version_info.length - 1);
}
var handle = '<a class="btlink" onclick="addVersion(\'' + plugin.name + '\',\'' + version_info + '\',\'' + plugin.tip + '\',this,\'' + plugin.title + '\')">安装</a>';
@ -147,7 +148,7 @@ function getSList(isdisplay) {
var mupdate = '';//(plugin.versions[n] == plugin.updates[n]) '' : '<a class="btlink" onclick="SoftUpdate(\'' + plugin.name + '\',\'' + plugin.versions[n].version + '\',\'' + plugin.updates[n] + '\')">更新</a> | ';
// if (plugin.versions[n] == '') mupdate = '';
handle = mupdate + '<a class="btlink" onclick="softMain(\'' + plugin.name + '\',\'' + version_info + '\')">' + lan.soft.setup + '</a> | <a class="btlink" onclick="uninstallVersion(\'' + plugin.name + '\',\'' + plugin.versions + '\',\'' + plugin.title + '\')">卸载</a>';
handle = mupdate + '<a class="btlink" onclick="softMain(\'' + plugin.name + '\',\'' + version_info + '\')">安装</a> | <a class="btlink" onclick="uninstallVersion(\'' + plugin.name + '\',\'' + plugin_title + '\',\'' + plugin.title + '\')">卸载</a>';
titleClick = 'onclick="softMain(\'' + plugin.name + '\',\'' + version_info + '\')" style="cursor:pointer"';
// }
@ -179,6 +180,7 @@ function getSList(isdisplay) {
plugin_title = plugin.title + ' ' + plugin.setup_version;
}
sBody += '<tr>' +
'<td><span ' + titleClick +
'><img src="/plugins/file?name=' + plugin.name +

Loading…
Cancel
Save