From e970ee587cf0599079d13228b69ac2d5be57980b Mon Sep 17 00:00:00 2001 From: Takusea Date: Fri, 25 Oct 2024 22:17:18 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=83=97=E3=83=AA=E5=90=8D=E3=82=92?= =?UTF-8?q?=E3=82=A2=E3=83=AB=E3=83=95=E3=82=A1=E3=83=99=E3=83=83=E3=83=88?= =?UTF-8?q?=E8=A1=A8=E8=A8=98=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 10 +++++----- src/App.tsx | 4 ++-- src/layouts/Header.tsx | 2 +- vite.config.ts | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index a9fbb96..4c03b61 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ - + - + - - ますとくりっぱー - + + MuStClipper +
diff --git a/src/App.tsx b/src/App.tsx index ca8fbbc..ebab4df 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -38,8 +38,8 @@ function App() { useEffect(() => { document.title = pageAttribute.title !== "" - ? `${pageAttribute.title} - ますとくりっぱー` - : "タイトルなし - ますとくりっぱー"; + ? `${pageAttribute.title} - MuStClipper` + : "タイトルなし - MuStClipper"; document .querySelector('meta[name="description"]') diff --git a/src/layouts/Header.tsx b/src/layouts/Header.tsx index 3637101..304f9e7 100644 --- a/src/layouts/Header.tsx +++ b/src/layouts/Header.tsx @@ -7,7 +7,7 @@ export function Header() {
- ますとくりっぱー + MuStClipper 新規作成 diff --git a/vite.config.ts b/vite.config.ts index 3d8e9c3..d0460e4 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -12,8 +12,8 @@ export default defineConfig({ includeAssets: ["favicon.png", "apple-touch-icon.png"], injectRegister: "auto", manifest: { - name: "ますとくりっぱー", - short_name: "ますとくりっぱー", + name: "Multi Streaming Clipper", + short_name: "MuStClipper", description: "YouTube・Twitch用配信まとめツール", theme_color: "#5eead4", background_color: "#fff",