feat(login): Google 로그인 버튼 언어 전환 동적 로드 구현 및 문서 갱신

This commit is contained in:
Yu Sung
2026-05-08 14:33:15 +09:00
parent 43d0ebc9ed
commit 4e0b40afc0
7 changed files with 270 additions and 37 deletions

View File

@@ -8,7 +8,7 @@
<title>보이스온 크리에이터 관리자</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
<script src="https://accounts.google.com/gsi/client" async defer></script>
<!-- Google Identity Services SDK는 런타임 로케일에 맞춰 동적으로 로드합니다 (Login.vue) -->
<script src="https://developers.kakao.com/sdk/js/kakao.min.js"></script>
<script src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script>
</head>