This commit is contained in:
恍兮惚兮 2024-10-01 19:02:43 +08:00
parent 4d80c5e70f
commit 7f6518bad8
2 changed files with 12 additions and 5 deletions

View File

@ -27,9 +27,9 @@
</span>
<div class="dropdown-content ">
<a class="goodlink buttonsize" target="_blank"
href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator.zip">64位<br></a>
href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator.zip" id="bit64link">64位<br></a>
<a class="goodlink buttonsize" target="_blank"
href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator_x86.zip">32位<br></a>
href="https://github.com/HIllya51/LunaTranslator/releases/latest/download/LunaTranslator_x86.zip" id="bit32link">32位<br></a>
</div>
</div>
</div>

View File

@ -119,19 +119,26 @@ const navitexts = {
homepage: '官方网站',
downloadlink: '软件下载',
vediotutorial: '视频教学',
contactme: 'QQ群963119821'
contactme: 'QQ群963119821',
bit64link: '64位',
bit32link: '32位'
},
ru: {
homepage: 'HomePage',
downloadlink: 'Download',
vediotutorial: 'Vedio Tutorial',
contactme: 'Discord'
contactme: 'Discord',
bit64link: '64-bit',
bit32link: '32-bit'
},
en: {
homepage: 'HomePage',
downloadlink: 'Download',
vediotutorial: 'Vedio Tutorial',
contactme: 'Discord'
contactme: 'Discord',
bit64link: '64-bit',
bit32link: '32-bit'
}
}
const languagelinks = {