mirror of
https://github.com/flucont/btcloud.git
synced 2025-10-19 10:07:37 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4608d4899b | ||
![]() |
272f3bfe97 |
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
Linux_Version="9.1.0"
|
Linux_Version="9.1.0"
|
||||||
Windows_Version="8.0.0"
|
Windows_Version="8.1.0"
|
||||||
Btm_Version="2.3.0"
|
Btm_Version="2.3.0"
|
||||||
|
|
||||||
FILES=(
|
FILES=(
|
||||||
|
@@ -163,7 +163,7 @@ function download_item(){
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type : 'POST',
|
type : 'POST',
|
||||||
url : '/admin/download_plugin',
|
url : '/admin/download_plugin',
|
||||||
data: { name:plugin.name, version:plugin.version},
|
data: { name:plugin.name, version:plugin.version, os:'Windows'},
|
||||||
dataType : 'json',
|
dataType : 'json',
|
||||||
success : function(data) {
|
success : function(data) {
|
||||||
layer.close(ii)
|
layer.close(ii)
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user