Update README

This commit is contained in:
Aicirou 2020-06-03 00:05:04 +08:00
parent 3b0cd0ada9
commit cf1af8a35c
2 changed files with 22 additions and 3 deletions

View File

@ -48,11 +48,20 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
## Logs
### 2020-06-02
- Add clean file cache
- Support for custom video player (API)
- Beautify: the grid mode file shows icon when no preview is shown
- Beautify: Adjust the HEAD.md render position
- Solve the problem that files that can't be previewed can't be downloaded directly by clicking [#30](https://github.com/Aicirou/goindex-theme-acrou/issues/30)
- Solve the problem that the file name cannot be opened [#20](https://github.com/Aicirou/goindex-theme-acrou/issues/20)
- Solve the problem that switching pages will fall back in the current page loading [#37](https://github.com/Aicirou/goindex-theme-acrou/issues/37) (Thanks [@PedroZhang](https://github.com/PedroZhang) Help to find out the cause of the problem)
### 2020-5-20
- Program changed to SPA(single page application)
- Add page level cache(The browser does not refresh and load in seconds after backward, and Mac users have a better experience of using touch pad)
- Add page level cache(Browser forward and backward do not refresh seconds to load, and Mac users have a better experience of using touch pad)
- Add http basic auth(Each drive letter can be configured with a user name and password separately, which can protect all sub files and sub folders under the drive)
- Add grid view mode(File preview)
- Add paging load

View File

@ -47,11 +47,21 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
## 更新日志
### 2020-06-02
- 添加清理文件缓存
- 支持自定义视频播放器API
- 美化:网格模式文件无预览图时显示图标
- 美化调整HEAD.md渲染位置
- 解决搜索不能预览的文件点击无法直接下载 [#30](https://github.com/Aicirou/goindex-theme-acrou/issues/30)
- 解决文件名中有#无法打开的问题 [#20](https://github.com/Aicirou/goindex-theme-acrou/issues/20)
- 解决当前页面加载中切换页面会回退的问题 [#37](https://github.com/Aicirou/goindex-theme-acrou/issues/37) (感谢@[PedroZhang](https://github.com/PedroZhang)帮忙找出的问题原因)
### 2020-5-20
- 程序改为单页应用
- 添加页面级缓存浏览器前后后退不刷新秒加载mac用户使用触控板体验更佳
- 添加页面级缓存(浏览器前后退不刷新秒加载mac用户使用触控板体验更佳
- 添加 http basic auth每个盘符可单独配置用户名和密码可以保护该盘下所有子文件和子文件夹
- 添加网格视图模式(文件预览)
- 添加分页加载