From e758efb0ecad85a0997d27d2b4c2dc3756aa53ad Mon Sep 17 00:00:00 2001 From: weishu Date: Mon, 29 Dec 2025 14:36:20 +0800 Subject: [PATCH] feat: unify app name --- README.md | 2 +- web/index.html | 4 ++-- web/src/App.tsx | 2 +- web/src/components/InstallPrompt.tsx | 6 +++--- web/src/components/LoginPrompt.tsx | 2 +- web/vite.config.ts | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f1786549..46270afb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# hapi +# HAPI HAPI means "哈皮," a Chinese transliteration of [Happy](https://github.com/slopus/happy). Great credit to the original project. diff --git a/web/index.html b/web/index.html index 2ba0d426..4c1cabdd 100644 --- a/web/index.html +++ b/web/index.html @@ -15,7 +15,7 @@ - + @@ -38,7 +38,7 @@ } - Hapi + HAPI
diff --git a/web/src/App.tsx b/web/src/App.tsx index 1904dfba..16002f0f 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -204,7 +204,7 @@ export function App() { // Telegram auth failed return (
-
Hapi
+
HAPI
{authError ?? 'Not authorized'}
diff --git a/web/src/components/InstallPrompt.tsx b/web/src/components/InstallPrompt.tsx index c3422bb4..416baf1f 100644 --- a/web/src/components/InstallPrompt.tsx +++ b/web/src/components/InstallPrompt.tsx @@ -20,7 +20,7 @@ export function InstallPrompt() {

- Install Hapi + Install HAPI