diff --git a/.github/workflows/tagging_song.yml b/.github/workflows/tagging_song.yml index 10b5111..3587922 100644 --- a/.github/workflows/tagging_song.yml +++ b/.github/workflows/tagging_song.yml @@ -1,9 +1,9 @@ name: Tagging Songs on: - schedule: - - cron: "0 14 * * *" # 한국 시간 23:00 실행 (UTC+9 → UTC 14:00) - workflow_dispatch: + # schedule: + # - cron: "0 14 * * *" # 한국 시간 23:00 실행 (UTC+9 → UTC 14:00) + # workflow_dispatch: permissions: contents: write # push 권한을 위해 필요 diff --git a/apps/web/package.json b/apps/web/package.json index e34844e..4114540 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "2.3.0", + "version": "2.4.0", "type": "module", "private": true, "scripts": { diff --git a/apps/web/public/changelog.json b/apps/web/public/changelog.json index 0c74171..0ec847a 100644 --- a/apps/web/public/changelog.json +++ b/apps/web/public/changelog.json @@ -108,5 +108,9 @@ "인기곡 페이지의 UI를 개선했습니다. 이제 인기곡 페이지에서 곡을 추천할 수 있습니다.", "로그인 시 제공되는 코인을 30개로 변경했습니다." ] + }, + "2.4.0": { + "title": "버전 2.4.0", + "message": ["네온 나이트 다크 테마를 추가했습니다.", "전체적인 UI를 개선했습니다."] } } diff --git a/apps/web/public/sitemap-0.xml b/apps/web/public/sitemap-0.xml index fa9b0e3..8772997 100644 --- a/apps/web/public/sitemap-0.xml +++ b/apps/web/public/sitemap-0.xml @@ -1,4 +1,4 @@ -https://www.singcode.kr2026-03-30T15:15:37.869Zweekly0.7 +https://www.singcode.kr2026-04-05T15:20:24.064Zweekly0.7 \ No newline at end of file diff --git a/apps/web/src/Footer.tsx b/apps/web/src/Footer.tsx index acfccf2..6bcf065 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 ( -