feat: 初始化 Android 项目结构及配置文件

This commit is contained in:
2025-11-27 15:08:44 +08:00
parent 7cba2965a9
commit 0a45ad03fe
12 changed files with 193 additions and 1 deletions

8
android/settings.gradle Normal file
View File

@@ -0,0 +1,8 @@
include ':app'
// Cordova / Capacitor 插件聚合模块
include ':capacitor-cordova-android-plugins'
project(':capacitor-cordova-android-plugins').projectDir = new File('capacitor-cordova-android-plugins')
// Capacitor 自动生成的核心与插件模块
apply from: "capacitor.settings.gradle"