version:1.4.2

fix:
update:优化dock栏,优化图标显示
This commit is contained in:
2025-01-02 15:28:47 +08:00
parent ea7b6a4573
commit 3f1216ad5c
65 changed files with 4148 additions and 123 deletions

View File

@@ -102,6 +102,8 @@ public class DesktopIcon implements Serializable, Parcelable {
return context.getDrawable(R.drawable.icon_wechat_service);
case AppManager.CONTACT_PACKAGE:
return context.getDrawable(R.drawable.com_android_contacts);
case AppManager.EXIT_DESKTOP:
return context.getDrawable(R.drawable.exit_icon);
case "aios.daily.app":
return context.getDrawable(R.drawable.icon_daily_app);
case "aios.appstore":