Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 625 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 625 Bytes

SimpleImagePlayer

Simple Web Image Player

basic.html为前端基础代码.

php、go文件夹为不同语言的后端.

go版本会打包page.html作为前端页面,支持子目录图片检索.

php版本前端页面位于index.php,不支持子目录图片检索.

灵感来源于https://hostloc.com/thread-821700-1-1.html

移动端支持下滑切换随机图片,PC端支持键盘上下左右、点击图片切换随机图片.

目前已知的问题:

  1. PHP版本不支持子目录图片

  2. Go及PHP版本在文件数比较多的时候会略显缓慢

如您有解决方案,欢迎发布Issue或PR帮助完善,谢谢.