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

- 添加 build.gradle、AndroidManifest.xml、Firebase 消息服务、主题样式等文件
- 包含 .gitignore 文件以忽略 build 和 release 目录
- 新增资源文件如 drawable、mipmap 和 values 目录
This commit is contained in:
2026-05-06 17:08:15 +08:00
parent 5d98e6e540
commit 27f8695ca6
144 changed files with 5157 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<root-path name="app_root_path" path="/"/>
<external-path name="app_external_path" path="/"/>
<external-cache-path name="app_external_cache_path" path="/"/>
<external-files-path name="app_external_files_path" path="/"/>
<files-path name="app_files_path" path="/"/>
<cache-path name="app_cache_path" path="/"/>
</paths>