style(ui): 프론트엔드 title 변경 #79

병합
HYOJIN feature/ISSUE-76-frontend-title-change 에서 develop 로 2 commits 를 머지했습니다 2026-03-23 17:31:11 +09:00
3개의 변경된 파일5개의 추가작업 그리고 39개의 파일을 삭제
Showing only changes of commit 24a13fd073 - Show all commits

파일 보기

@ -47,41 +47,7 @@
"Read(./**/application-local.properties)"
]
},
"hooks": {
"SessionStart": [
{
"matcher": "compact",
"hooks": [
{
"type": "command",
"command": "bash .claude/scripts/on-post-compact.sh",
"timeout": 10
}
]
}
],
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "bash .claude/scripts/on-pre-compact.sh",
"timeout": 30
}
]
}
],
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "bash .claude/scripts/on-commit.sh",
"timeout": 15
}
]
}
]
}
"hooks": {},
"deny": [],
"allow": []
}

파일 보기

@ -1,6 +1,6 @@
{
"applied_global_version": "1.6.1",
"applied_date": "2026-03-09",
"applied_date": "2026-03-23",
"project_type": "java-maven",
"gitea_url": "https://gitea.gc-si.dev"
}

파일 보기

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>frontend</title>
<title>S&amp;P 배치 관리</title>
</head>
<body>
<div id="root"></div>