Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flucout committed Aug 10, 2024
1 parent 272f3bf commit 4608d48
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/script/convert.sh
Original file line number Diff line number Diff line change
@@ -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=(
Expand Down
2 changes: 1 addition & 1 deletion app/view/admin/pluginswin.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h4 class="modal-title">帮助</h4>
$.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)
Expand Down
Binary file modified public/install/src/panel6.zip
Binary file not shown.
Binary file modified public/install/update/LinuxPanel-9.1.0.zip
Binary file not shown.
Binary file not shown.

0 comments on commit 4608d48

Please sign in to comment.