Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp committed Feb 20, 2024
1 parent c0c1bc0 commit 118c6df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .vitepress/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ function nav(): DefaultTheme.NavItem[] {
{
text: '其他',
items: [
{
text: '参与翻译',
link: '/translations.md',
},
{
text: '友情链接',
link: '/friends-links.md',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
v-if="!frontmatter == false"
v-if="frontmatter.docAside !== false"
class="hidden lg:block space-y-6 !mt-6 pl-4"
>
<div class="space-y-3">
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default {
defineAsyncComponent(() => import('./components/DocHeader.vue')),
),
'aside-outline-after': h(
defineAsyncComponent(() => import('./components/Aside.vue')),
defineAsyncComponent(() => import('./components/DocAside.vue')),
),
})
},
Expand Down
6 changes: 5 additions & 1 deletion src/translations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: doc
title: 多语言及翻译
description: 我们希望通过社区的共同努力提供所有原神支持的语言翻译!
titleTemplate: 空荧酒馆
---

Expand All @@ -16,7 +17,10 @@ titleTemplate: 空荧酒馆
- [日本語 / Japanese](./ja/index.md) [[source](https://github.com/kongying-tavern/docs/tree/next/src/ja)]
- [韩语 / Korean](./ko/index.md) [[source](https://github.com/kongying-tavern/docs/tree/next/src/kr)]
- [法语 / French](./fr/index.md) [[source](https://github.com/kongying-tavern/docs/tree/next/src/fr)]
-

## 参与地图客户端的翻译 {#translations-client}

地图客户端的翻译在金山文档进行,如果您想要参与地图客户端的翻译请在QQ或者Discord联系我们。

## 启动新的翻译 {#starting-a-new-translation}

Expand Down

0 comments on commit 118c6df

Please sign in to comment.