📝 Update README
This commit is contained in:
parent
fb11805d3a
commit
facd77d7f9
18
README.md
18
README.md
@ -3,7 +3,7 @@
|
|||||||
# GoIndex-theme-acrou
|
# GoIndex-theme-acrou
|
||||||
Combining the power of [Cloudflare Workers](https://workers.cloudflare.com/) and [Google Drive](https://www.google.com/drive/) will allow you to index you files on the browser on Cloudflare Workers.
|
Combining the power of [Cloudflare Workers](https://workers.cloudflare.com/) and [Google Drive](https://www.google.com/drive/) will allow you to index you files on the browser on Cloudflare Workers.
|
||||||
|
|
||||||
[goindex/index.js](https://github.com/Aicirou/goindex-theme-acrou/go2index) is the content of the Workers script.
|
[go2index/index.js](https://github.com/Aicirou/goindex-theme-acrou/go2index) is the content of the Workers script.
|
||||||
|
|
||||||
This theme's goindex is currently based on [yanzai/goindex](https://github.com/yanzai/goindex/)
|
This theme's goindex is currently based on [yanzai/goindex](https://github.com/yanzai/goindex/)
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
|
|||||||
- [x] 🎯 Paging load
|
- [x] 🎯 Paging load
|
||||||
- [x] 🌐 I18n(multi-language)
|
- [x] 🌐 I18n(multi-language)
|
||||||
- [x] 🛠 Markdown/Html render (Maybe it can be your blog)
|
- [x] 🛠 Markdown/Html render (Maybe it can be your blog)
|
||||||
- [x] 🖥 Video Online(mp4,mkv,webm,flv,m3u8,mov,m4v)
|
- [x] 🖥 Video Online(.vtt subtitle)
|
||||||
- [x] 🕹 Support for custom video player (API)
|
- [x] 🕹 Support for custom video player (API)
|
||||||
- [x] 🎧 Audio Online
|
- [x] 🎧 Audio Online
|
||||||
- [x] 🚀 Faster speed
|
- [x] 🚀 Faster speed
|
||||||
@ -34,8 +34,14 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
|
|||||||
|
|
||||||
## Quick Deployment
|
## Quick Deployment
|
||||||
|
|
||||||
1. Open https://install.achirou.workers.dev or https://goindex-quick-install.glitch.me
|
1. Open any of the following links
|
||||||
|
|
||||||
|
- https://install.achirou.workers.dev
|
||||||
|
- https://goindex-quick-install.glitch.me
|
||||||
|
- https://goindex-install.herokuapp.com
|
||||||
|
|
||||||
2. Auth and get the code
|
2. Auth and get the code
|
||||||
|
|
||||||
3. Deploy the code to [Cloudflare Workers](https://www.cloudflare.com/)
|
3. Deploy the code to [Cloudflare Workers](https://www.cloudflare.com/)
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
@ -116,6 +122,8 @@ audio: {
|
|||||||
- Fix image file actions does not work [#100](https://github.com/Aicirou/goindex-theme-acrou/issues/100)
|
- Fix image file actions does not work [#100](https://github.com/Aicirou/goindex-theme-acrou/issues/100)
|
||||||
- Fix misjudged file to image format [#88](https://github.com/Aicirou/goindex-theme-acrou/issues/88)
|
- Fix misjudged file to image format [#88](https://github.com/Aicirou/goindex-theme-acrou/issues/88)
|
||||||
- Fix more than 10 drive not working [#59](https://github.com/Aicirou/goindex-theme-acrou/issues/59) [#85](https://github.com/Aicirou/goindex-theme-acrou/issues/85)
|
- Fix more than 10 drive not working [#59](https://github.com/Aicirou/goindex-theme-acrou/issues/59) [#85](https://github.com/Aicirou/goindex-theme-acrou/issues/85)
|
||||||
|
- Fix some of the operation functions in the search list cannot be used
|
||||||
|
- Fix text cache content not refreshing
|
||||||
- Add video default player([plyr](https://github.com/sampotts/plyr)) [#22](https://github.com/Aicirou/goindex-theme-acrou/issues/22) [#38](https://github.com/Aicirou/goindex-theme-acrou/issues/38)
|
- Add video default player([plyr](https://github.com/sampotts/plyr)) [#22](https://github.com/Aicirou/goindex-theme-acrou/issues/22) [#38](https://github.com/Aicirou/goindex-theme-acrou/issues/38)
|
||||||
- Add audio player ([APlayer](https://github.com/MoePlayer/APlayer)) [#77](https://github.com/Aicirou/goindex-theme-acrou/issues/77)
|
- Add audio player ([APlayer](https://github.com/MoePlayer/APlayer)) [#77](https://github.com/Aicirou/goindex-theme-acrou/issues/77)
|
||||||
- Add copy button to video page
|
- Add copy button to video page
|
||||||
@ -160,10 +168,6 @@ audio: {
|
|||||||
- Optimize search results
|
- Optimize search results
|
||||||
- Optimize page display
|
- Optimize page display
|
||||||
|
|
||||||
## About
|
|
||||||
|
|
||||||
At the beginning of this project, it was just to satisfy my personal perception and experience development. When this project reaped the first start, the first fork and the first issues, and then everyone began to make suggestions, I had the power to update. Thank you very much for your support. Now we have version 2.0.
|
|
||||||
|
|
||||||
## Lisense
|
## Lisense
|
||||||
|
|
||||||
[MIT](LICENSE)
|
[MIT](LICENSE)
|
||||||
|
18
README_zh.md
18
README_zh.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
结合 [Cloudflare Workers](https://workers.cloudflare.com/) 和 [Google Drive](https://www.google.com/drive/) 的力量,你可以在Cloudflare Workers的浏览器上建立你的文件索引。
|
结合 [Cloudflare Workers](https://workers.cloudflare.com/) 和 [Google Drive](https://www.google.com/drive/) 的力量,你可以在Cloudflare Workers的浏览器上建立你的文件索引。
|
||||||
|
|
||||||
[goindex/index.js](https://github.com/Aicirou/goindex-theme-acrou/go2index) 是Workers脚本的内容。
|
[go2index/index.js](https://github.com/Aicirou/goindex-theme-acrou/go2index) 是Workers脚本的内容。
|
||||||
|
|
||||||
这个主题的goindex目前是基于 [yanzai/goindex](https://github.com/yanzai/goindex/)
|
这个主题的goindex目前是基于 [yanzai/goindex](https://github.com/yanzai/goindex/)
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
|
|||||||
- [x] 🎯 分页加载
|
- [x] 🎯 分页加载
|
||||||
- [x] 🌐 I18n(多国语言)
|
- [x] 🌐 I18n(多国语言)
|
||||||
- [x] 🛠 Markdown/Html渲染(也许它可以成为你的博客)
|
- [x] 🛠 Markdown/Html渲染(也许它可以成为你的博客)
|
||||||
- [x] 🖥 视频在线播放(mp4,mkv,webm,flv,m3u8,mov,m4v)
|
- [x] 🖥 视频在线播放(支持外挂字幕vtt)
|
||||||
- [x] 🕹 支持自定义视频播放器(API)
|
- [x] 🕹 支持自定义视频播放器(API)
|
||||||
- [x] 🎧 音频在线播放
|
- [x] 🎧 音频在线播放
|
||||||
- [x] 🚀 拥有更快的速度
|
- [x] 🚀 拥有更快的速度
|
||||||
@ -33,8 +33,14 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
|
|||||||
|
|
||||||
## 快速部署
|
## 快速部署
|
||||||
|
|
||||||
1. 打开https://install.achirou.workers.dev 或者 https://goindex-quick-install.glitch.me
|
1. 打开以下任意网址(哪个快用哪个)
|
||||||
|
|
||||||
|
- https://install.achirou.workers.dev
|
||||||
|
- https://goindex-quick-install.glitch.me
|
||||||
|
- https://goindex-install.herokuapp.com
|
||||||
|
|
||||||
2. 授权并获取授权码
|
2. 授权并获取授权码
|
||||||
|
|
||||||
3. 将代码部署到 [Cloudflare Workers](https://www.cloudflare.com/)
|
3. 将代码部署到 [Cloudflare Workers](https://www.cloudflare.com/)
|
||||||
|
|
||||||
## 部署
|
## 部署
|
||||||
@ -112,6 +118,8 @@ audio: {
|
|||||||
- 修复图片文件操作列不可用问题 [#100](https://github.com/Aicirou/goindex-theme-acrou/issues/100)
|
- 修复图片文件操作列不可用问题 [#100](https://github.com/Aicirou/goindex-theme-acrou/issues/100)
|
||||||
- 修复错误判断图片问题 [#88](https://github.com/Aicirou/goindex-theme-acrou/issues/88)
|
- 修复错误判断图片问题 [#88](https://github.com/Aicirou/goindex-theme-acrou/issues/88)
|
||||||
- 修复无法设置10个以上的drive [#59](https://github.com/Aicirou/goindex-theme-acrou/issues/59) [#85](https://github.com/Aicirou/goindex-theme-acrou/issues/85)
|
- 修复无法设置10个以上的drive [#59](https://github.com/Aicirou/goindex-theme-acrou/issues/59) [#85](https://github.com/Aicirou/goindex-theme-acrou/issues/85)
|
||||||
|
- 修复搜索结果中的某些操作无法使用
|
||||||
|
- 修复修改内容后缓存不刷新
|
||||||
- 添加默认视频播放器 ([plyr](https://github.com/sampotts/plyr)) [#22](https://github.com/Aicirou/goindex-theme-acrou/issues/22) [#38](https://github.com/Aicirou/goindex-theme-acrou/issues/38)
|
- 添加默认视频播放器 ([plyr](https://github.com/sampotts/plyr)) [#22](https://github.com/Aicirou/goindex-theme-acrou/issues/22) [#38](https://github.com/Aicirou/goindex-theme-acrou/issues/38)
|
||||||
- 添加音频播放器 ([APlayer](https://github.com/MoePlayer/APlayer)) [#77](https://github.com/Aicirou/goindex-theme-acrou/issues/77)
|
- 添加音频播放器 ([APlayer](https://github.com/MoePlayer/APlayer)) [#77](https://github.com/Aicirou/goindex-theme-acrou/issues/77)
|
||||||
- 视频页面添加复制按钮
|
- 视频页面添加复制按钮
|
||||||
@ -157,10 +165,6 @@ audio: {
|
|||||||
- 优化搜索结果
|
- 优化搜索结果
|
||||||
- 优化页面显示
|
- 优化页面显示
|
||||||
|
|
||||||
## 关于
|
|
||||||
|
|
||||||
这个项目一开始仅仅是为了满足我个人观感体验开发的,当这个项目收获了第一个start、第一个fork、第一个issues,再到大家不断开始提建议,让我有了更新下去的动力。非常感谢大家的支持,得以有了现在的2.0版本。
|
|
||||||
|
|
||||||
## Lisense
|
## Lisense
|
||||||
|
|
||||||
[MIT](LICENSE)
|
[MIT](LICENSE)
|
Loading…
Reference in New Issue
Block a user