Merge remote-tracking branch 'origin/projects_keeper_tag' into winboll

This commit is contained in:
2026-05-27 20:26:14 +08:00
3 changed files with 9 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sun May 24 09:53:05 HKT 2026 #Wed May 27 14:51:29 HKT 2026
stageCount=22 stageCount=23
libraryProject=libappbase libraryProject=libappbase
baseVersion=15.20 baseVersion=15.20
publishVersion=15.20.21 publishVersion=15.20.22
buildCount=0 buildCount=0
baseBetaVersion=15.20.22 baseBetaVersion=15.20.23

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #Created by .winboll/winboll_app_build.gradle
#Sun May 24 09:53:05 HKT 2026 #Wed May 27 14:51:29 HKT 2026
stageCount=22 stageCount=23
libraryProject=libappbase libraryProject=libappbase
baseVersion=15.20 baseVersion=15.20
publishVersion=15.20.21 publishVersion=15.20.22
buildCount=0 buildCount=0
baseBetaVersion=15.20.22 baseBetaVersion=15.20.23

View File

@@ -59,7 +59,7 @@ public class DebugSwitchInfoImageView extends ImageView {
final AlertDialog dialog = new AlertDialog.Builder(getContext()).create(); final AlertDialog dialog = new AlertDialog.Builder(getContext()).create();
dialog.setTitle("调试Token"); dialog.setTitle("调试Token");
dialog.setMessage(getDebugToken()); dialog.setMessage(getDebugToken());
dialog.setCanceledOnTouchOutside(true); dialog.setCanceledOnTouchOutside(false);
dialog.setButton(DialogInterface.BUTTON_POSITIVE, "复制到剪贴板", (DialogInterface.OnClickListener) null); dialog.setButton(DialogInterface.BUTTON_POSITIVE, "复制到剪贴板", (DialogInterface.OnClickListener) null);
dialog.setButton(DialogInterface.BUTTON_NEUTRAL, "重置", (DialogInterface.OnClickListener) null); dialog.setButton(DialogInterface.BUTTON_NEUTRAL, "重置", (DialogInterface.OnClickListener) null);
dialog.setButton(DialogInterface.BUTTON_NEGATIVE, "关闭", (DialogInterface.OnClickListener) null); dialog.setButton(DialogInterface.BUTTON_NEGATIVE, "关闭", (DialogInterface.OnClickListener) null);