Restore legacy CSS entrypoint

This commit is contained in:
seo
2026-06-12 15:33:14 +09:00
parent 711b5fc06a
commit 8145dc6938
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -22,13 +22,14 @@
- `api.php`: 로그인, 로그아웃, 암호 변경, 콕 찌르기 카운트/웹훅 처리 - `api.php`: 로그인, 로그아웃, 암호 변경, 콕 찌르기 카운트/웹훅 처리
- `js/main.js`: 4개 아이콘 렌더링, 인증 흐름, 암호 변경 UI - `js/main.js`: 4개 아이콘 렌더링, 인증 흐름, 암호 변경 UI
- `css/style.css`: 기존 삽입 코드 호환용 공용 CSS import
- `img/`: 런처 아이콘 이미지 - `img/`: 런처 아이콘 이미지
## 공통 모듈 연동 ## 공통 모듈 연동
인증, 암호 hash 저장, Home Assistant 호출은 `/custom/common` 모듈을 사용합니다. 런처는 더 이상 Home Assistant 토큰이나 웹훅을 브라우저로 직접 노출하지 않습니다. 인증, 암호 hash 저장, Home Assistant 호출은 `/custom/common` 모듈을 사용합니다. 런처는 더 이상 Home Assistant 토큰이나 웹훅을 브라우저로 직접 노출하지 않습니다.
런처 CSS `/custom/common/css/launcher.css`를 사용합니다. 서비스 폴더에는 런처 전용 PHP, JS, 이미지 파일만 둡니다. 런처 CSS 원본은 `/custom/common/css/launcher.css`를 사용합니다. 기존 운영 HTML이 `/custom/launcher/css/style.css`를 참조해도 호환 파일이 공용 CSS를 import합니다.
## 운영 메모 ## 운영 메모
+1
View File
@@ -0,0 +1 @@
@import url("/custom/common/css/launcher.css");