Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Achrou committed Aug 30, 2020
1 parent fb11805 commit facd77d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
18 changes: 11 additions & 7 deletions README.md
Expand Up @@ -3,7 +3,7 @@
# 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.

[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/)

Expand All @@ -22,7 +22,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
- [x] 🎯 Paging load
- [x] 🌐 I18n(multi-language)
- [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] 🎧 Audio Online
- [x] 🚀 Faster speed
Expand All @@ -34,8 +34,14 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)

## 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

3. Deploy the code to [Cloudflare Workers](https://www.cloudflare.com/)

## Deployment
Expand Down Expand Up @@ -116,6 +122,8 @@ audio: {
- 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 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 audio player ([APlayer](https://github.com/MoePlayer/APlayer)) [#77](https://github.com/Aicirou/goindex-theme-acrou/issues/77)
- Add copy button to video page
Expand Down Expand Up @@ -160,10 +168,6 @@ audio: {
- Optimize search results
- 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

[MIT](LICENSE)
Expand Down
18 changes: 11 additions & 7 deletions README_zh.md
Expand Up @@ -2,7 +2,7 @@

结合 [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/)

Expand All @@ -21,7 +21,7 @@ Acrou: [https://oss.achirou.workers.dev/](https://oss.achirou.workers.dev/)
- [x] 🎯 分页加载
- [x] 🌐 I18n(多国语言)
- [x] 🛠 Markdown/Html渲染(也许它可以成为你的博客)
- [x] 🖥 视频在线播放(mp4,mkv,webm,flv,m3u8,mov,m4v)
- [x] 🖥 视频在线播放(支持外挂字幕vtt)
- [x] 🕹 支持自定义视频播放器(API)
- [x] 🎧 音频在线播放
- [x] 🚀 拥有更快的速度
Expand All @@ -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. 授权并获取授权码

3. 将代码部署到 [Cloudflare Workers](https://www.cloudflare.com/)

## 部署
Expand Down Expand Up @@ -112,6 +118,8 @@ audio: {
- 修复图片文件操作列不可用问题 [#100](https://github.com/Aicirou/goindex-theme-acrou/issues/100)
- 修复错误判断图片问题 [#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)
- 修复搜索结果中的某些操作无法使用
- 修复修改内容后缓存不刷新
- 添加默认视频播放器 ([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)
- 视频页面添加复制按钮
Expand Down Expand Up @@ -157,10 +165,6 @@ audio: {
- 优化搜索结果
- 优化页面显示

## 关于

这个项目一开始仅仅是为了满足我个人观感体验开发的,当这个项目收获了第一个start、第一个fork、第一个issues,再到大家不断开始提建议,让我有了更新下去的动力。非常感谢大家的支持,得以有了现在的2.0版本。

## Lisense

[MIT](LICENSE)

0 comments on commit facd77d

Please sign in to comment.