feat: 新增多个模块的基础配置和资源文件

This commit is contained in:
2026-04-23 09:45:11 +08:00
parent d68725d1b1
commit 088a98a327
163 changed files with 4580 additions and 52 deletions

View File

@@ -52,7 +52,7 @@ public class IndexActivity extends MainActivity {
setBackDrawables(R.drawable.big_bg);
setImageView(BuildConfig.IS_ROUND,BuildConfig.ROUND_RADIUS);
getWindow().getDecorView().setBackgroundResource(R.drawable.big_bg);
activityMain2Binding.showTopV1.setImageResource(R.mipmap.start_logo);
//需要修改启动页logo在这里弄 一般启动页logo就是app_logo 没特殊要求 不要动
}
@@ -76,5 +76,4 @@ public class IndexActivity extends MainActivity {
//===========================以上是APP的配置信息 都写在 app_config.xml中==================================
}
}