1:添加小时榜

2:添加小时榜飘屏
This commit is contained in:
2025-09-30 10:20:26 +08:00
parent 855555e9af
commit 3b117060d3
34 changed files with 1579 additions and 789 deletions

View File

@@ -114,6 +114,8 @@ public class CommonAppContext extends MultiDexApplication implements Applicatio
// 添加后台状态标记
private boolean wasInBackground = false;
public boolean isMai=false;
public void onAppBackground() {
wasInBackground = true;
}