From ee74d31dac4d7fbec2fbe255d224ed57a8332632 Mon Sep 17 00:00:00 2001 From: dekun Date: Mon, 15 Jun 2026 08:56:14 +0800 Subject: [PATCH] Fix image loading and improve PWA install guidance. Allow /images/ as public static assets and show install hints on all pages including mobile and HTTP deployments. Co-authored-by: Cursor --- .vitepress/theme/InstallApp.vue | 78 ++++++++++++++++++++++++--------- server/index.js | 1 + 2 files changed, 58 insertions(+), 21 deletions(-) diff --git a/.vitepress/theme/InstallApp.vue b/.vitepress/theme/InstallApp.vue index 07d48bf..d208f51 100644 --- a/.vitepress/theme/InstallApp.vue +++ b/.vitepress/theme/InstallApp.vue @@ -1,26 +1,39 @@