chore: checkpoint app modules before flavor migration

This commit is contained in:
2026-08-05 16:33:36 +08:00
parent 63a12890c3
commit 5b965686c4
125 changed files with 4029 additions and 20 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>