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

This commit is contained in:
2026-04-07 09:12:13 +08:00
parent 593f72ce8b
commit a32c98848f
178 changed files with 5359 additions and 43 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="270"
android:startColor="@color/windows_color"
android:centerColor="@color/windows_color"
android:endColor="@color/style_color"/>
</shape>