mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
docs
This commit is contained in:
parent
ffee5fec4a
commit
2672153430
@ -1,12 +1,4 @@
|
||||
# LunaTranslator
|
||||
|
||||
|
||||
<p align="left">
|
||||
<a href="./LICENSE"><img src="https://img.shields.io/github/license/HIllya51/LunaTranslator"></a>
|
||||
<a href="https://lunatranslator.xyz/Github/LunaTranslator/releases"><img src="https://img.shields.io/github/v/release/HIllya51/LunaTranslator?color=ffa"></a>
|
||||
<a href="https://lunatranslator.xyz/Github/LunaTranslator/releases/latest/download/LunaTranslator.zip" target="_blank"><img src="https://img.shields.io/badge/download_64bit-blue"/></a> <a href="https://lunatranslator.xyz/Github/LunaTranslator/releases/latest/download/LunaTranslator_x86.zip" target="_blank"><img src="https://img.shields.io/badge/download_32bit-blue"/></a></p>
|
||||
|
||||
### [Tutorial](https://docs.lunatranslator.xyz/#/en/) [Vedio](https://space.bilibili.com/592120404/video) [Discord](https://discord.gg/f8NSvaDU)
|
||||
> **A galgame translator**
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
<div class="buttonitem buttonsize">
|
||||
<div class="dropdown buttonsize">
|
||||
<span class="goodlink" id="contactme">
|
||||
语言 / Language
|
||||
语言/Language
|
||||
</span>
|
||||
<div class="dropdown-content ">
|
||||
<a class="goodlink buttonsize" href="#/zh/">简体中文<br></a>
|
||||
|
@ -56,14 +56,6 @@ for (let i = 0; i < dropdowns.length; i++) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function randombg() {
|
||||
let list = ['luna2.jpg']// ['luna.jpg', 'luna2.jpg', 'luna3.jpg', 'luna4.jpg'];
|
||||
let randomIndex = Math.floor(Math.random() * list.length);
|
||||
let selectedItem = list[randomIndex];
|
||||
document.querySelector("body > div.backgroud").style.backgroundImage = `url("https://image.lunatranslator.xyz/${selectedItem}")`
|
||||
}
|
||||
randombg()
|
||||
var currentlang = "";
|
||||
const navitexts = {
|
||||
zh: {
|
||||
|
@ -1,12 +1,4 @@
|
||||
|
||||
# Инструкция по настройке LunaTranslator
|
||||
|
||||
<p align="left">
|
||||
<a href="./LICENSE"><img src="https://img.shields.io/github/license/HIllya51/LunaTranslator"></a>
|
||||
<a href="https://lunatranslator.xyz/Github/LunaTranslator/releases"><img src="https://img.shields.io/github/v/release/HIllya51/LunaTranslator?color=ffa"></a>
|
||||
<a href="https://lunatranslator.xyz/Github/LunaTranslator/releases/latest/download/LunaTranslator.zip" target="_blank"><img src="https://img.shields.io/badge/download_64bit-blue"/></a> <a href="https://lunatranslator.xyz/Github/LunaTranslator/releases/latest/download/LunaTranslator_x86.zip" target="_blank"><img src="https://img.shields.io/badge/download_32bit-blue"/></a></p>
|
||||
|
||||
### [Tutorial](https://docs.lunatranslator.xyz/#/ru/) [Vedio](https://space.bilibili.com/592120404/video) [Discord](https://discord.gg/f8NSvaDU)
|
||||
> **Переводчик текста с экрана для игр и не только!**
|
||||
|
||||
|
||||
## Основные функции:
|
||||
|
Loading…
x
Reference in New Issue
Block a user