小改动

This commit is contained in:
Zhanghu
2026-03-26 11:12:13 +08:00
parent e8eff1d512
commit 15cbcc206e
3 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ author:
2. $ {VERSION_CODE} (去掉空格),会自动替换实际修订号,比如 1.1.4.$ {VERSION_CODE}
-->
### [1.1.1.${VERSION_CODE}] - 2026.3.16
### [1.1.1.35] - 2026.3.16
#### 文件下载

View File

@@ -224,6 +224,7 @@ public class DashboardActivity extends FullscreenActivity {
retryCount++;
Log.d("WebView", "加载失败将在1分钟后重试 (第" + retryCount + "次重试)");
WaitDialog.dismiss();
// 使用Handler延迟执行重试
new Handler(Looper.getMainLooper()).postDelayed(new Runnable() {
@Override

View File

@@ -1,3 +1,5 @@
**注意:本项目已停止更新,可完全由 [CastBox](http://code.slackz.cn/ykbox/CastBox) 替代**
# Dashboard Client
## 1. 简介