[BugFix] CMS VOD 재생 패널 임시 비활성화 및 v1.2.6 반영#2
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Vercel preview is ready: https://ehelper-hoijvy4o8-kimyeonjins-projects.vercel.app |
There was a problem hiding this comment.
Pull request overview
CMS(cms.smu.ac.kr)에서 VOD 재생 패널이 오작동/불안정하게 노출되는 흐름을 테스트 환경 확보 전까지 런타임 가드로 임시 비활성화하고, 관련 TODO 및 문서/버전 정보를 v1.2.6 기준으로 정리한 PR입니다.
Changes:
cms.smu.ac.kr을 런타임 차단 대상으로 추가해 CMS 페이지에서 확장 런타임이 조기 종료되도록 처리- CMS
labplayer.php기반 VOD 뷰어 경로 분기를 주석 처리하고, 재활성화 TODO 명시 - 문서/프리뷰 릴리즈 노트 및 버전(패키지/매니페스트)
1.2.6동기화
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/preview/landingContent.ts | 1.2.6 릴리즈 노트를 프리뷰에 추가 |
| src/content/modules/vod.ts | CMS labplayer.php 경로 감지를 임시 비활성화하고 TODO 추가 |
| src/content/modules/shared.ts | 런타임 차단 대상에 cms.smu.ac.kr 추가 |
| package.json | 버전 1.2.6으로 업데이트 |
| package-lock.json | 버전 1.2.6으로 동기화 |
| manifest.json | 확장 버전 1.2.6으로 업데이트 |
| README.md | 1.2.6 업데이트 내역 및 CMS VOD 관련 TODO 반영 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 내용
CMS VOD 재생 패널이
cms.smu.ac.kr에서도 노출되던 흐름을 테스트 환경 확보 전까지 임시 비활성화했습니다.추후
labplayer.php기반 테스트 환경이 준비되면 빠르게 복구할 수 있도록 코드와 문서에 TODO를 함께 남겼고, 릴리즈 버전도v1.2.6으로 올렸습니다.주요 변경사항
cms.smu.ac.kr도메인을 런타임 공통 차단 대상으로 추가해 CMS 페이지에서 UI 주입과 VOD 패널 초기화가 실행되지 않도록 변경labplayer.php분기를 주석 처리하고, 재활성화 시점에 필요한 TODO를src/content/modules/vod.ts에 명시README.md와 랜딩 프리뷰 릴리즈 노트에 CMS VOD 패널 임시 비활성화 및 후속 작업 계획 반영package.json,package-lock.json,manifest.json버전을1.2.6으로 동기화테스트
npm run typechecknpm run build체크리스트
스크린샷 (선택)
UI 변경 없음
기타
이번 PR은
cms.smu.ac.kr지원을 manifest 권한에서 제거한 것이 아니라, 런타임 가드로 임시 차단한 변경입니다.따라서 추후 테스트 환경이 준비되면
src/content/modules/shared.ts의 도메인 차단과src/content/modules/vod.ts의labplayer.php분기를 기준으로 재작업하면 됩니다.