mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
add RU translate 85% by qwerezon
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from "./en.js";
|
||||
export * from "./zh.js";
|
||||
export * from "./ru.js";
|
||||
32
docs/.vuepress/navbar/ru.ts
Normal file
32
docs/.vuepress/navbar/ru.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
import { navbar } from "vuepress-theme-hope";
|
||||
|
||||
export const ruNavbar = navbar([
|
||||
"/ru/",
|
||||
{ text: "Документация", icon: "iconfont icon-article", link: "/ru/menu.html" },
|
||||
{
|
||||
text: "Скачать",
|
||||
icon: "iconfont icon-install",
|
||||
link: "https://apps.microsoft.com/store/detail/snap-hutao/9PH4NXJ2JN52",
|
||||
},
|
||||
{
|
||||
text: "Сообщество",
|
||||
icon: "iconfont icon-community",
|
||||
link: "/ru/community",
|
||||
},
|
||||
{
|
||||
text: "Доступность сервиса",
|
||||
icon: "iconfont icon-define",
|
||||
children: [
|
||||
{
|
||||
text: "UptimeRobot",
|
||||
icon: "/images/202312/uptimerobot-logo.svg",
|
||||
link: "https://status.hut.ao/",
|
||||
},
|
||||
{
|
||||
text: "Uptime Kuma",
|
||||
icon: "/images/202312/uptime-kuma.svg",
|
||||
link: "https://status.snapgenshin.cn/status",
|
||||
}
|
||||
]
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user