diff --git a/src/views/pwa/download.vue b/src/views/pwa/download.vue index aa80149..3bd8ed4 100644 --- a/src/views/pwa/download.vue +++ b/src/views/pwa/download.vue @@ -10,7 +10,7 @@ const { t } = useI18n(); const { canInstall, isInstalled, install, isIOS, isIOSSafari } = usePWAInstall(); const platform = usePlatform(); -const appName = "Riwa"; +const appName = "Riwsan 瑞讯"; const isLoading = ref(false); // 调试日志 @@ -99,7 +99,7 @@ watch(isInstalled, (installed) => {