383383 < select id ="fallback_version_select " class ="config-input " style ="display:none;width:100%; ">
384384 < option value =""> < %=translate("Loading versions...")%> </ option >
385385 </ select >
386- < input type ="text " id ="fallback_version " class ="config-input " placeholder ="v2.6.0 " style ="display:none;width:100%; ">
386+ < input type ="text " id ="fallback_version " class ="config-input " placeholder ="v2.6.1 " style ="display:none;width:100%; ">
387387 </ div >
388388 < button type ="button " class ="upload-btn " onclick ="showDownloadModal() " style ="padding:8px 16px;min-width:auto;flex-shrink:0; ">
389389 < %=translate("Online Download")%>
@@ -758,14 +758,14 @@ <h3><%=translate("Online Download EasyTier")%></h3>
758758 proxyList = Array . isArray ( proxys ) ? proxys : [ ] ;
759759
760760 renderProxyList ( ) ;
761- versionManager . setVersion ( config . fallback_version || 'v2.6.0 ' ) ;
761+ versionManager . setVersion ( config . fallback_version || 'v2.6.1 ' ) ;
762762
763763 // 保存原始配置
764764 originalConfig = {
765765 easytierbin : config . easytierbin || '/usr/bin/easytier-core' ,
766766 webbin : config . webbin || '/usr/bin/easytier-web' ,
767767 github_proxys : JSON . stringify ( proxyList ) ,
768- fallback_version : config . fallback_version || 'v2.6.0 '
768+ fallback_version : config . fallback_version || 'v2.6.1 '
769769 } ;
770770
771771 checkDiskSpace ( 'easytierbin' ) ;
@@ -843,7 +843,7 @@ <h3><%=translate("Online Download EasyTier")%></h3>
843843 easytierbin : document . getElementById ( 'easytierbin' ) . value || '/usr/bin/easytier-core' ,
844844 webbin : document . getElementById ( 'webbin' ) . value || '/usr/bin/easytier-web' ,
845845 github_proxys : JSON . stringify ( proxyList ) ,
846- fallback_version : versionManager . getCurrentVersion ( ) || 'v2.6.0 '
846+ fallback_version : versionManager . getCurrentVersion ( ) || 'v2.6.1 '
847847 } ;
848848}
849849
@@ -868,7 +868,7 @@ <h3><%=translate("Online Download EasyTier")%></h3>
868868 easytierbin : document . getElementById ( 'easytierbin' ) . value || '/usr/bin/easytier-core' ,
869869 webbin : document . getElementById ( 'webbin' ) . value || '/usr/bin/easytier-web' ,
870870 github_proxys : proxyList ,
871- fallback_version : versionManager . getCurrentVersion ( ) || 'v2.6.0 '
871+ fallback_version : versionManager . getCurrentVersion ( ) || 'v2.6.1 '
872872 } ;
873873
874874 var xhr = new XMLHttpRequest ( ) ;
0 commit comments