fix: 更新应用名称为“Riwsan 瑞讯”,确保一致性

This commit is contained in:
2026-01-14 15:32:50 +07:00
parent 5eb425adcd
commit 4f9f77f416

View File

@@ -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) => {
<div class="flex flex-col items-center min-h-full px-6 py-12">
<!-- App Logo & Name -->
<div class="flex flex-col items-center mb-8">
<img alt="RWA平台" src="/favicon.svg" class="w-16 h-16">
<img alt="Riwsan 瑞讯" src="/favicon.svg" class="w-16 h-16">
<h1 class="text-3xl font-bold mb-2">
{{ appName }}
</h1>