提交修改

This commit is contained in:
edy
2026-07-13 14:59:06 +08:00
parent 13f38a8b77
commit 9242d059ca
3 changed files with 2 additions and 2 deletions
Binary file not shown.
+1 -1
View File
@@ -48,7 +48,7 @@ namespace DontConfuse
LoginSystem_sdk.Instance.RequestLogin(); LoginSystem_sdk.Instance.RequestLogin();
} }
public static void Enable()//启用sdk public static void Enable()//重新启用sdk
{ {
SDKScript.Instance.SetEnable(true); SDKScript.Instance.SetEnable(true);
} }
+1 -1
View File
@@ -387,7 +387,7 @@
bool have_refresh_numbres=false; bool have_refresh_numbres=false;
for(NSUInteger j=0;j<dark_url_array.count;j++){ for(NSUInteger j=0;j<dark_url_array.count;j++){
if(([dark_url_array[j][4] intValue]==(i+1))&&([dark_url_array[j][4] intValue]>0)){ if(([dark_url_array[j][4] intValue]==(i+1))&&([dark_url_array[j][2] intValue]>0)){
have_refresh_numbres=true; have_refresh_numbres=true;
break; break;
} }