Compare commits

..

2 Commits
2.5 ... 2.6

Author SHA1 Message Date
flucout
4608d4899b update 2024-08-10 22:30:50 +08:00
flucout
272f3bfe97 update 2024-07-27 13:10:39 +08:00
6 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
Linux_Version="9.1.0"
Windows_Version="8.0.0"
Windows_Version="8.1.0"
Btm_Version="2.3.0"
FILES=(

View File

@@ -163,7 +163,7 @@ function download_item(){
$.ajax({
type : 'POST',
url : '/admin/download_plugin',
data: { name:plugin.name, version:plugin.version},
data: { name:plugin.name, version:plugin.version, os:'Windows'},
dataType : 'json',
success : function(data) {
layer.close(ii)

Binary file not shown.

Binary file not shown.