mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
feat: add link to Chinese localization
This commit is contained in:
parent
66b6966c21
commit
da06dba872
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue