QA Update (#133)

* update

* win10 uninstall

* add notes about root

* format

* modify

* update

* Update FAQ.md

* Update navbar

* Update docs

* Update Gacha-system-and-export-principal.md

* correct

* update

* disambig

* update

* add warning for auto-start (need re-update)

* update

* add a tabular for showing differences in each way for sync

* center tabular

* switch to md format

* update vs

* add some

* RE-update tabualr

* update

* correct

* update

* move web login to the end

* Update game-launcher.md

* Update docs

* Update character-data.md

---------

Co-authored-by: LinkChou <linkchou@yandex.com>
Co-authored-by: Masterain <i@irain.in>
This commit is contained in:
Mikachu2333
2024-06-29 15:18:14 +08:00
committed by GitHub
parent e803355e2d
commit b8ceb907c7
41 changed files with 373 additions and 376 deletions

View File

@@ -12,12 +12,6 @@ export const enNavbar = navbar([
icon: "iconfont icon-install",
link: "/en/quick-start",
},
{
text: "Update Log",
icon: "iconfont icon-update",
ariaLabel: "ducalis-changelog-widget",
link: `javascript:void(0);`,
},
{
text: "Support us",
icon: "iconfont icon-like",
@@ -28,6 +22,12 @@ export const enNavbar = navbar([
icon: "iconfont icon-community",
link: "/en/community",
},
{
text: "Kanban",
icon: "iconfont icon-update",
ariaLabel: "ducalis-changelog-widget",
link: `javascript:void(0);`,
},
{
text: "Help & Support",
icon: "iconfont icon-define",

View File

@@ -12,12 +12,6 @@ export const zhNavbar = navbar([
icon: "iconfont icon-install",
link: "/zh/quick-start",
},
{
text: "更新日志",
icon: "iconfont icon-update",
ariaLabel: "ducalis-changelog-widget",
link: `javascript:void(0);`,
},
{
text: "支持我们",
icon: "iconfont icon-like",
@@ -28,6 +22,12 @@ export const zhNavbar = navbar([
icon: "iconfont icon-community",
link: "/zh/community",
},
{
text: "项目看板",
icon: "iconfont icon-update",
ariaLabel: "ducalis-changelog-widget",
link: `javascript:void(0);`,
},
{
text: "帮助与支持",
icon: "iconfont icon-define",