mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
* chore: 更新plume主题版本 * chore: 更新文档站尾注配置 * i18n: 调整多语言的默认网站标题 * docs: 调整首页的网页标题 * docs: 文档站首页MAA标题加阴影
28 lines
594 B
Markdown
28 lines
594 B
Markdown
---
|
|
pageLayout: home
|
|
title: 首页
|
|
config:
|
|
- type: doc-hero
|
|
hero:
|
|
name: MAA
|
|
text: 文档站 | Documentation
|
|
tagline: 选择语言 | Select Language
|
|
image: /images/maa-logo_512x512.png
|
|
actions:
|
|
- theme: brand
|
|
text: 简体中文
|
|
link: /zh-cn/
|
|
- theme: alt
|
|
text: 繁體中文
|
|
link: /zh-tw/
|
|
- theme: alt
|
|
text: English
|
|
link: /en-us/
|
|
- theme: alt
|
|
text: 日本語
|
|
link: /ja-jp/
|
|
- theme: alt
|
|
text: 한국어
|
|
link: /ko-kr/
|
|
---
|