fix bug lol

This commit is contained in:
ayunami2000 2022-02-01 17:36:18 -05:00
parent 62c1ae2f8b
commit 303cf54460
3 changed files with 20382 additions and 20382 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
<script type="text/javascript" src="music.js"></script> <script type="text/javascript" src="music.js"></script>
<script type="text/javascript" src="classes.js?t=updateme6"></script> <script type="text/javascript" src="classes.js?t=updateme7"></script>
<script type="text/javascript"> <script type="text/javascript">
//window.eag_self_proxy=true;//set to true to set the default proxy to the current url //window.eag_self_proxy=true;//set to true to set the default proxy to the current url
//window.eag_proxy_list="";//set to a string of comma-separated proxy ip:port combinations for a custom proxy list //window.eag_proxy_list="";//set to a string of comma-separated proxy ip:port combinations for a custom proxy list

View File

@ -87,7 +87,7 @@ public class EaglerAdapterImpl2 {
@JSBody(params = { }, script = "return !!window.eag_self_proxy;") @JSBody(params = { }, script = "return !!window.eag_self_proxy;")
public static native boolean getSelfProxy(); public static native boolean getSelfProxy();
@JSBody(params = { }, script = "return (window.eag_proxy_list+\"\")||\"\";") @JSBody(params = { }, script = "return \"\"+(window.eag_proxy_list||\"\");")
private static native String getCustomProxyListString(); private static native String getCustomProxyListString();
public static String[] getCustomProxyList(){ public static String[] getCustomProxyList(){