From ae4cce8abf63248ccf458002af4ee9e0198245e1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 17 May 2024 10:41:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AE=89=E8=A3=85=E5=88=B0=E6=A1=8C?= =?UTF-8?q?=E9=9D=A2=E6=97=B6=E6=94=AF=E6=8C=81=E6=93=8D=E4=BD=9C=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 919379fe..2561ad91 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -2,6 +2,7 @@ "name": "MoviePilot", "short_name": "MoviePilot", "start_url": "./", + "display": "minimal-ui", "icons": [ { "src": "./android-chrome-192x192.png", @@ -30,7 +31,6 @@ ], "theme_color": "#28243D", "background_color": "#28243D", - "display": "standalone", "shortcuts": [ { "name": "推荐", @@ -77,4 +77,4 @@ ] } ] -} \ No newline at end of file +} From 33d2a396ce892cc6782d7a5ac98bd28234c21d6b Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 17 May 2024 10:54:19 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BB=AA=E8=A1=A8=E6=9D=BF=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/misc/DashboardElement.vue | 2 +- src/pages/dashboard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/misc/DashboardElement.vue b/src/components/misc/DashboardElement.vue index d76f3f0e..fa6f05ae 100644 --- a/src/components/misc/DashboardElement.vue +++ b/src/components/misc/DashboardElement.vue @@ -46,7 +46,7 @@ onUnmounted(() => { mdi-drag - {{ props.config?.name }} + {{ props.config?.attrs?.title ?? props.config?.name }} {{ props.config?.attrs?.subtitle }} diff --git a/src/pages/dashboard.vue b/src/pages/dashboard.vue index 22f08508..8fc65b1b 100644 --- a/src/pages/dashboard.vue +++ b/src/pages/dashboard.vue @@ -264,7 +264,7 @@ onBeforeMount(async () => { - +