├── README.md ├── adapter ├── index.js └── render.js ├── apps ├── bilibiliPush.js ├── genmaData.js ├── help.js ├── index.js ├── randomApply.js └── update.js ├── components ├── Data.js └── common.js ├── index.js ├── resources ├── biliPush │ └── ckMaker.js ├── common │ └── font │ │ └── tttgbnumber.ttf └── help │ ├── image │ ├── bg.jpg │ ├── bilibili.png │ ├── count.png │ ├── monster.png │ ├── paimon-add-del.png │ ├── paimon.png │ ├── role.png │ ├── sign.png │ ├── slime.png │ └── wiki.png │ ├── index.css │ ├── index.html │ └── index.json └── 功能说明.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/README.md -------------------------------------------------------------------------------- /adapter/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/adapter/index.js -------------------------------------------------------------------------------- /adapter/render.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/adapter/render.js -------------------------------------------------------------------------------- /apps/bilibiliPush.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/apps/bilibiliPush.js -------------------------------------------------------------------------------- /apps/genmaData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/apps/genmaData.js -------------------------------------------------------------------------------- /apps/help.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/apps/help.js -------------------------------------------------------------------------------- /apps/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/apps/index.js -------------------------------------------------------------------------------- /apps/randomApply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/apps/randomApply.js -------------------------------------------------------------------------------- /apps/update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/apps/update.js -------------------------------------------------------------------------------- /components/Data.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/components/Data.js -------------------------------------------------------------------------------- /components/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/components/common.js -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/index.js -------------------------------------------------------------------------------- /resources/biliPush/ckMaker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/biliPush/ckMaker.js -------------------------------------------------------------------------------- /resources/common/font/tttgbnumber.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/common/font/tttgbnumber.ttf -------------------------------------------------------------------------------- /resources/help/image/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/bg.jpg -------------------------------------------------------------------------------- /resources/help/image/bilibili.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/bilibili.png -------------------------------------------------------------------------------- /resources/help/image/count.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/count.png -------------------------------------------------------------------------------- /resources/help/image/monster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/monster.png -------------------------------------------------------------------------------- /resources/help/image/paimon-add-del.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/paimon-add-del.png -------------------------------------------------------------------------------- /resources/help/image/paimon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/paimon.png -------------------------------------------------------------------------------- /resources/help/image/role.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/role.png -------------------------------------------------------------------------------- /resources/help/image/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/sign.png -------------------------------------------------------------------------------- /resources/help/image/slime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/slime.png -------------------------------------------------------------------------------- /resources/help/image/wiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/image/wiki.png -------------------------------------------------------------------------------- /resources/help/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/index.css -------------------------------------------------------------------------------- /resources/help/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/index.html -------------------------------------------------------------------------------- /resources/help/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/resources/help/index.json -------------------------------------------------------------------------------- /功能说明.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HeadmasterTan/zhi-plugin/HEAD/功能说明.md --------------------------------------------------------------------------------