feat(icons): 添加tauri多种平台的应用图标资源

This commit is contained in:
LOG1997
2025-12-09 20:21:59 +08:00
parent f5152da190
commit 9b091efff0
53 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<background android:drawable="@color/ic_launcher_background"/>
</adaptive-icon>