2 Commits

Author SHA1 Message Date
bf8a286086 chore(build): 更新应用配置和更换应用标识
- 修改build.gradle中app输出名称和应用ID
- 调整应用主颜色值和应用名称资源
- 更新buildConfigField配置项,包括USERID和HAS_CONTACT
- 替换google-services.json文件内容,更新Firebase项目配置
- 添加新的应用图标资源文件
- 删除旧的应用图标资源文件
2026-08-06 09:37:23 +08:00
87a92afa6c feat: add initial configuration and resources for 2U8OB module
- Created build.gradle for the 2U8OB module with application ID com.xizhcozzc.xoxau and output name xofun88.
- Added google-services.json for Firebase configuration.
- Implemented Firebase messaging service for push notifications.
- Included AndroidManifest.xml with necessary permissions and application setup.
- Added drawable and mipmap resources for app branding.
- Created .gitignore to exclude build and release directories.
- Added pro
2026-06-23 11:30:07 +08:00