Simple Web Image Player
https://github.com/flyqie/SimpleImagePlayer
basic.html为前端基础代码.
php、go文件夹为不同语言的后端.
go版本会打包page.html作为前端页面,支持子目录图片检索.
php版本前端页面位于index.php,不支持子目录图片检索.
灵感来源于https://hostloc.com/thread-821700-1-1.html
移动端支持下滑切换随机图片,PC端支持键盘上下左右、点击图片切换随机图片.
目前已知的问题:
PHP版本不支持子目录图片
Go及PHP版本在文件数比较多的时候会略显缓慢