Merge pull request 'feat: favicon 변경 (#105)' (#106) from feature/ISSUE-105-favicon into develop

This commit is contained in:
HYOJIN 2026-03-26 14:21:46 +09:00
커밋 df93df1f54
10개의 변경된 파일10개의 추가작업 그리고 4개의 파일을 삭제

4
.gitignore vendored
파일 보기

@ -101,9 +101,7 @@ logs/
# Frontend (Vite + React) # Frontend (Vite + React)
frontend/node_modules/ frontend/node_modules/
frontend/node/ frontend/node/
src/main/resources/static/assets/ src/main/resources/static/
src/main/resources/static/index.html
src/main/resources/static/vite.svg
# Claude Code (개인 파일만 무시, 팀 파일은 추적) # Claude Code (개인 파일만 무시, 팀 파일은 추적)
.claude/settings.local.json .claude/settings.local.json

파일 보기

@ -4,6 +4,9 @@
## [Unreleased] ## [Unreleased]
### 추가
- favicon 변경 (#105)
## [2026-03-25] ## [2026-03-25]
### 추가 ### 추가

파일 보기

@ -2,7 +2,11 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/x-icon" href="/snp-api/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/snp-api/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/snp-api/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/snp-api/apple-touch-icon.png" />
<link rel="manifest" href="/snp-api/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>S&amp;P 배치 관리</title> <title>S&amp;P 배치 관리</title>
</head> </head>

Binary file not shown.

After

Width:  |  Height:  |  크기: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  크기: 636 B

Binary file not shown.

After

Width:  |  Height:  |  크기: 1.4 KiB

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  크기: 15 KiB

파일 보기

@ -0,0 +1 @@
{"name":"S&P 배치 관리","short_name":"S&P Batch","icons":[{"src":"/snp-api/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/snp-api/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}