Initial commit

This commit is contained in:
2026-05-10 10:45:02 +08:00
commit e62384a9c5
1053 changed files with 19615 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Launcher icon 前景。viewport 一律 108×108。
Adaptive icon 的可視「安全區」是中央 72×72 (= viewport 中央 67%)
外圍 18 單位會被系統做圓/方/水滴等遮罩切割。
這裡圓的半徑設 30直徑 60剛好在 72 安全區內留一點呼吸空間。
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#C2410C"
android:pathData="M54,54 m-30,0 a30,30 0 1,0 60,0 a30,30 0 1,0 -60,0" />
</vector>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Splash icon。Android 12+ 的 splash 安全區更嚴:
viewport 108×108但只有正中央 66×66 會顯示,外圍 21 都會被裁。
所以這裡圓的直徑設 50半徑 25比 launcher 那顆稍小,
在 splash 框裡看起來舒服、不會貼邊。
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:fillColor="#C2410C"
android:pathData="M54,54 m-25,0 a25,25 0 1,0 50,0 a25,25 0 1,0 -50,0" />
</vector>