Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icodelifee authored May 25, 2020
1 parent d5f6a22 commit 6d4310e
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Based on panta js, refer to OneIndex's theme nexmoe, magic change beautification

App-v3.js is based on yanzai's js beautification, supports features such as multi-disk, search, pagination and call-to-external player, plus DPlayer playback.

app-v3.js templates for GoIndex_v2.js
This is just a English translation of the theme by @5MayRain : [Repo](https://github.com/5MayRain/goIndex-theme-nexmoe) </br>
All credits goes to him/her.

Use
1. Open the https://install.kenci.workers.dev/ website, verify and get the code
Expand All @@ -13,16 +14,22 @@ Use

3. Deploy code to Cloudflare Workers

4. Replace the js in the get code with https://cdn.jsdelivr.net/gh/5MayRain/goIndex-theme-nexmoe@1.1.2/app-v2.js
4. Replace the js in the get code with https://rawcdn.githack.com/icodelifee/goIndex-theme-nexmoe/d5f6a22701b3308e93d6b0db73a21c4f51b407f8/app_v3_en.js

``` js
var html = '

......

<script src="the cdn link here"></script>
<script src="https://rawcdn.githack.com/icodelifee/goIndex-theme-nexmoe/d5f6a22701b3308e93d6b0db73a21c4f51b407f8/app_v3_en.js"></script>
......

`;



```
### Extra Options
``` js
const uiConfig = {
.......
"avatar": "https://i.ibb.co/jW0TDZH/image.png", // Changes the avatar image in the navbar
"disable_navicon": true // Disables nav menu in navbar
.......
};
```

0 comments on commit 6d4310e

Please sign in to comment.