diff --git a/README.md b/README.md index 23ea506..e586cf9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) ## Features +- [x] 👑 Page-level caching,browser forward and backward without reloading (MAC users have a better experience with the trackpad) - [x] 🗂 Multi drive switching - [x] 🔐 Http Basic Auth - [x] 🎨 Grid view mode(File Preview) @@ -22,6 +23,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) - [x] 🌐 I18n(multi-language) - [x] 🛠 Html render - [x] 🖥 Video Online(mp4,mkv,webm,flv,m3u8) +- [x] 🕹 Support for custom video player (API) - [x] 🚀 Faster speed ## TODO @@ -41,7 +43,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) 2. Create a [OAuth client ID](https://console.developers.google.com/apis/credentials/oauthclient) 3. Install [rclone](https://rclone.org/downloads/) software locally 4. Get `refresh_token ` with `rclone` -5. Download `index.js` in https://github.com/Aicirou/goindex-theme-acrou/go2index and replace `client_id`,`client_secret`,`refresh_token` for what you just got. +5. Download `index.js` in https://github.com/Aicirou/goindex-theme-acrou/tree/master/go2index and replace `client_id`,`client_secret`,`refresh_token` for what you just got. 6. Deploy the code to [Cloudflare Workers](https://www.cloudflare.com/) > If you write a good article and want to share it with others, please submit Issues and I will post the link here. diff --git a/README_zh.md b/README_zh.md index a0b74fd..bf71cc2 100644 --- a/README_zh.md +++ b/README_zh.md @@ -14,6 +14,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) ## 特色 +- [x] 👑 页面级缓存,浏览器前进后退不刷新秒加载(mac用户使用触控板体验更佳) - [x] 🗂 多盘切换 - [x] 🔐 Http Basic Auth - [x] 🎨 网格视图模式(文件预览) @@ -21,6 +22,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) - [x] 🌐 I18n(多国语言) - [x] 🛠 html渲染 - [x] 🖥 视频在线播放(mp4,mkv,webm,flv,m3u8) +- [x] 🕹 支持自定义视频播放器(API) - [x] 🚀 拥有更快的速度 ## TODO @@ -40,7 +42,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/) 2. 创建一个 [OAuth client ID](https://console.developers.google.com/apis/credentials/oauthclient) 3. 本地安装[rclone](https://rclone.org/downloads/) 4. 使用`rclone`获取`refresh_token` -5. 下载`index.js` (https://github.com/Aicirou/goindex-theme-acrou/go2index)然后替换`client_id`,`client_secret`,`refresh_token` 为你刚刚获取到的 +5. 下载`index.js` (https://github.com/Aicirou/goindex-theme-acrou/tree/master/go2index) 然后替换`client_id`,`client_secret`,`refresh_token` 为你刚刚获取到的 6. 把代码部署到[Cloudflare Workers](https://www.cloudflare.com/) > 如果你写了一篇不错的文章,想分享给大家,请提交Issues,我会把链接贴在这里。