feat: unify app name

This commit is contained in:
weishu
2025-12-29 14:36:24 +08:00
parent 517eb46b4e
commit e758efb0ec
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
<!-- iOS PWA Meta Tags -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Hapi" />
<meta name="apple-mobile-web-app-title" content="HAPI" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<!-- Favicon -->
@@ -38,7 +38,7 @@
}
</script>
<title>Hapi</title>
<title>HAPI</title>
</head>
<body>
<div id="root"></div>