From 564333ea03f4a05a650d3b1b9ee5bbf2134941ce Mon Sep 17 00:00:00 2001 From: KOMATA <20227709+HynoR@users.noreply.github.com> Date: Fri, 30 Jan 2026 14:53:58 +0800 Subject: [PATCH] feat: enhance app icon retrieval logic in home view (#11745) - Updated app icon handling to use a dedicated function for improved clarity and maintainability. - Introduced a new method, getAppIconSrc, to manage icon source retrieval based on app properties. - Ensured proper handling of base64 and URL-based icons for better performance and consistency. --- frontend/src/views/home/app/index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/home/app/index.vue b/frontend/src/views/home/app/index.vue index 1a44d1fc9..8551908e2 100644 --- a/frontend/src/views/home/app/index.vue +++ b/frontend/src/views/home/app/index.vue @@ -27,7 +27,7 @@