├── README.md ├── data └── source.json └── doc ├── logo.png └── screenshots ├── screenshot_cms_detail_dark.png ├── screenshot_cms_detail_light.png ├── screenshot_cms_home_dark.png └── screenshot_cms_home_light.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddhap/HDPlayer-Release/HEAD/README.md -------------------------------------------------------------------------------- /data/source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddhap/HDPlayer-Release/HEAD/data/source.json -------------------------------------------------------------------------------- /doc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddhap/HDPlayer-Release/HEAD/doc/logo.png -------------------------------------------------------------------------------- /doc/screenshots/screenshot_cms_detail_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddhap/HDPlayer-Release/HEAD/doc/screenshots/screenshot_cms_detail_dark.png -------------------------------------------------------------------------------- /doc/screenshots/screenshot_cms_detail_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddhap/HDPlayer-Release/HEAD/doc/screenshots/screenshot_cms_detail_light.png -------------------------------------------------------------------------------- /doc/screenshots/screenshot_cms_home_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddhap/HDPlayer-Release/HEAD/doc/screenshots/screenshot_cms_home_dark.png -------------------------------------------------------------------------------- /doc/screenshots/screenshot_cms_home_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ddhap/HDPlayer-Release/HEAD/doc/screenshots/screenshot_cms_home_light.png --------------------------------------------------------------------------------