From db804fefd5e51f1c0c09ab9221140490b62beac7 Mon Sep 17 00:00:00 2001 From: GulSam00 Date: Wed, 8 Jul 2026 01:10:54 +0900 Subject: [PATCH 01/16] =?UTF-8?q?chore=20:=20TWA=20=EB=A7=A4=EB=8B=88?= =?UTF-8?q?=ED=8E=98=EC=8A=A4=ED=8A=B8=20www=20=ED=98=B8=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=20=ED=86=B5=EC=9D=BC=20=EB=B0=8F=20=EB=B2=84=EC=A0=84(4)=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(#268)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- apps/twa/twa-manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/twa/twa-manifest.json b/apps/twa/twa-manifest.json index 2eebba5..5de016c 100644 --- a/apps/twa/twa-manifest.json +++ b/apps/twa/twa-manifest.json @@ -1,6 +1,6 @@ { "packageId": "kr.singcode.app", - "host": "singcode.kr", + "host": "www.singcode.kr", "name": "싱코드(singcode) - 노래방 번호 검색", "launcherName": "Singcode", "display": "standalone", @@ -13,19 +13,19 @@ "backgroundColor": "#1A1A2E", "enableNotifications": true, "startUrl": "/", - "iconUrl": "https://singcode.kr/icons/icon-512.png", - "maskableIconUrl": "https://singcode.kr/icons/icon-maskable-512.png", - "monochromeIconUrl": "https://singcode.kr/icons/icon-512.png", + "iconUrl": "https://www.singcode.kr/icons/icon-512.png", + "maskableIconUrl": "https://www.singcode.kr/icons/icon-maskable-512.png", + "monochromeIconUrl": "https://www.singcode.kr/icons/icon-512.png", "splashScreenFadeOutDuration": 300, "signingKey": { "path": "./android.keystore", "alias": "singcode" }, - "appVersionName": "3", - "appVersionCode": 3, + "appVersionName": "4", + "appVersionCode": 4, "shortcuts": [], "generatorApp": "bubblewrap-cli", - "webManifestUrl": "https://singcode.kr/manifest.webmanifest", + "webManifestUrl": "https://www.singcode.kr/manifest.webmanifest", "fallbackType": "customtabs", "features": {}, "alphaDependencies": { @@ -34,7 +34,7 @@ "enableSiteSettingsShortcut": true, "isChromeOSOnly": false, "isMetaQuest": false, - "fullScopeUrl": "https://singcode.kr/", + "fullScopeUrl": "https://www.singcode.kr/", "minSdkVersion": 21, "orientation": "portrait", "fingerprints": [], @@ -44,5 +44,5 @@ "fileHandlers": [], "launchHandlerClientMode": "", "displayOverride": [], - "appVersion": "3" + "appVersion": "4" } From 421d71c95668a9a8b5e7c7cf8191388f0e2b67d1 Mon Sep 17 00:00:00 2001 From: GulSam00 Date: Wed, 8 Jul 2026 01:12:47 +0900 Subject: [PATCH 02/16] =?UTF-8?q?chore=20:=20=ED=91=B8=ED=84=B0=20?= =?UTF-8?q?=EB=86=92=EC=9D=B4=20=EC=A1=B0=EC=A0=95=20=EB=B0=8F=20=ED=8A=B8?= =?UTF-8?q?=EC=9C=84=ED=84=B0=20=EC=B9=B4=EB=93=9C=20=EB=A9=94=ED=83=80?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EB=AC=B8=EA=B5=AC=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0=20(#268)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- apps/web/src/Footer.tsx | 2 +- apps/web/src/app/layout.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/Footer.tsx b/apps/web/src/Footer.tsx index 6bcf065..62f973a 100644 --- a/apps/web/src/Footer.tsx +++ b/apps/web/src/Footer.tsx @@ -30,7 +30,7 @@ export default function Footer() { const navPath = pathname.split('/')[1]; return ( -