feat: add link to Chinese localization

This commit is contained in:
Azgaar 2023-10-18 13:34:19 +04:00
parent 66b6966c21
commit da06dba872
2 changed files with 7 additions and 1 deletions

View file

@ -2309,6 +2309,10 @@
</div>
</div>
<div style="text-align: left; margin-top: 0.5em">
Chinese localization: <a href="https://www.8desk.top" target="_blank">8desk.top</a>
</div>
<ul class="share-buttons">
<li>
<a

View file

@ -536,7 +536,9 @@ function showInfo() {
<li>${Armoria}: a tool for creating heraldic coats of arms</li>
<li>${Deorum}: a vast gallery of customizable fantasy characters</li>
</ul>
</p>`;
</p>
<p>Chinese localization: <a href="https://www.8desk.top" target="_blank">8desk.top</a></p>`;
$("#alert").dialog({
resizable: false,