-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b91a6c
commit 87d99bd
Showing
12 changed files
with
59 additions
and
75 deletions.
There are no files selected for viewing
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,31 +35,31 @@ | |
<img src="assets/screenshots/multi-instances.png"> | ||
<p data-t="multiInstances"></p> | ||
<p class="description" data-t="multiInstancesDesc"></p> | ||
<a role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
<a href="i.html?https://dl.pl.apisium.cn/resources/plugins/multi-instances/package.json" target="_blank" role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
</section> | ||
<section> | ||
<img style="width:65%" src="assets/screenshots/villager.png"> | ||
<p>AuthlibInjector</p> | ||
<p class="description" data-t="authlibInjectorDesc"></p> | ||
<a role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
<a href="i.html?https://dl.pl.apisium.cn/resources/plugins/authlib-injector/package.json" target="_blank" role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
</section> | ||
<section> | ||
<img src="assets/screenshots/mcbot.jpg"> | ||
<p>MCBot</p> | ||
<p class="description" data-t="mcBotDesc"></p> | ||
<a role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
<a href="i.html?https://dl.pl.apisium.cn/resources/plugins/mcbot/package.json" target="_blank" role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
</section> | ||
<section> | ||
<img style="width:65%" src="assets/screenshots/curseforge.png"> | ||
<p>CurseForge</p> | ||
<p class="description" data-t="curseForgeDesc"></p> | ||
<a role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
<a href="i.html?https://dl.pl.apisium.cn/resources/plugins/curseforge/package.json" target="_blank" role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
</section> | ||
<section> | ||
<img src="assets/screenshots/skins.png" class="screenshot-plugin"> | ||
<p data-t="skins"></p> | ||
<p class="description" data-t="skinsDesc"></p> | ||
<a role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
<a href="i.html?https://dl.pl.apisium.cn/resources/plugins/skins/package.json" target="_blank" role="button" class="btn btn-primary btn-sm" data-t="install"></a> | ||
</section> | ||
</div> | ||
<div id="book-footer"></div> | ||
|
@@ -72,6 +72,7 @@ | |
<a href="javascript:void setLanguague('en-us')">English</a> | ||
</span> | ||
</div> | ||
<div><a href="http://www.beian.miit.gov.cn" target="_blank">辽ICP备16002088号-2</a></div> | ||
<span class="copy">Copyright © 2020 Apisium All rights reserved.</span> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/npo.src.min.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,17 +34,17 @@ | |
<section> | ||
<img src="assets/windows.png"> | ||
<p>WINDOWS</p> | ||
<p class="links"><a data-t="32">32位</a></p> | ||
<p class="links"><a data-t="32" data-ext="exe" target="_blank"></a></p> | ||
</section> | ||
<section> | ||
<img src="assets/mac.png"> | ||
<p>MACOS</p> | ||
<p class="links"><span data-t="64"></span>: <a>dmg</a></p> | ||
<p class="links"><span data-t="64"></span>: <a data-ext="dmg" target="_blank">dmg</a></p> | ||
</section> | ||
<section> | ||
<img src="assets/linux.png"> | ||
<p>LINUX</p> | ||
<p class="links"><span data-t="64"></span>: <a>rpm</a> <a>deb</a> <a>tar.gz</a></p> | ||
<p class="links"><span data-t="64"></span>: <a target="_blank" data-ext="rpm">rpm</a> <a target="_blank" data-ext="deb">deb</a> <a target="_blank" data-ext="tar.gz">tar.gz</a></p> | ||
</section> | ||
</div> | ||
<div id="book-footer"></div> | ||
|
@@ -57,11 +57,13 @@ | |
<a href="javascript:void setLanguague('en-us')">English</a> | ||
</span> | ||
</div> | ||
<div><a href="http://www.beian.miit.gov.cn" target="_blank">辽ICP备16002088号-2</a></div> | ||
<span class="copy">Copyright © 2020 Apisium All rights reserved.</span> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/npo.src.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/fetch.umd.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script> | ||
<script src="src/i18n.ts"></script> | ||
<script src="src/release.ts"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
const fn1 = (window as any).setLanguague | ||
const f1 = (window as any).setLanguague = (str: string, exec: boolean) => { | ||
const isCN = str === 'zh-cn' | ||
$('[data-ext]').each((_, it) => { | ||
const e = $(it) | ||
e.prop( | ||
'href', | ||
`https://xmcl.azurewebsites.net/api/pl-get-release?ext=${e.data('ext')}&gfw=${isCN}` | ||
) | ||
}) | ||
if (!exec) fn1(str) | ||
} | ||
f1((window as any).currentLang, true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ | |
<a href="javascript:void setLanguague('en-us')">English</a> | ||
</span> | ||
</div> | ||
<div><a href="http://www.beian.miit.gov.cn" target="_blank">辽ICP备16002088号-2</a></div> | ||
<span class="copy">Copyright © 2020 Apisium All rights reserved.</span> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/npo.src.min.js"></script> | ||
|