mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
docs
This commit is contained in:
parent
4d80c5e70f
commit
7f6518bad8
@ -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>
|
||||
|
13
docs/main.js
13
docs/main.js
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user