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.
This is just a English translation of the theme by @5MayRain : Repo
All credits goes to him/her.
Use
-
Open the https://install.kenci.workers.dev/ website, verify and get the code
-
Use the template code for the corresponding app.js, and fill in the id and authorization obtained
-
Deploy code to Cloudflare Workers
-
Replace the js in the get code with https://cdn.jsdelivr.net/gh/icodelifee/goIndex-theme-nexmoe@master/app_v3_en.js
var html = '
......
<script src="https://cdn.jsdelivr.net/gh/icodelifee/goIndex-theme-nexmoe@master/app_v3_en.js"></script>
......
`;
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
.......
};