feat: 添加 ARKJ 主页面 UI - 8 个功能模块 + 底部导航
Android Release / release (push) Failing after 28s

This commit is contained in:
CI Bot
2026-06-02 22:22:32 +08:00
parent 0ef5b087e7
commit a098260bbe
25 changed files with 719 additions and 4 deletions
+3 -2
View File
@@ -3,11 +3,11 @@ plugins {
}
android {
namespace 'com.example.newapp'
namespace 'com.arkj.app'
compileSdk 34
defaultConfig {
applicationId 'com.example.newapp'
applicationId 'com.arkj.app'
minSdk 24
targetSdk 34
versionCode 1
@@ -29,4 +29,5 @@ android {
dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
}