mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Migrate documents
This commit is contained in:
parent
de3e21dd64
commit
e5529eead9
31 changed files with 14988 additions and 1 deletions
8
docs/.vuepress/configs/head.ts
Normal file
8
docs/.vuepress/configs/head.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import type { HeadConfig } from '@vuepress/core'
|
||||
|
||||
export const head: HeadConfig[] = [
|
||||
["meta", { name: "theme-color", content: "#3eaf7c" }],
|
||||
["meta", { name: "apple-mobile-web-app-capable", content: "yes" }],
|
||||
["meta", { name: "apple-mobile-web-app-status-bar-style", content: "black" }],
|
||||
["link", { rel: "icon", href: "../../favicon.ico" }],
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue