-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
59 lines (55 loc) · 1.51 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: QQMUSIC-API-CXX
site_description: QQ音乐C++SDK
site_url: https://aurora0x27.github.io/qqmusic-api-cxx
theme:
name: "material"
language: zh
font: false
features:
- content.tabs.link
- content.code.annotate
- content.code.copy
- announce.dismiss
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.tracking
- navigation.indexes
- search.suggest
- toc.follow
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/theme-light-dark
name: Automatically Switch ui mode
- media: "(prefers-color-scheme: light)"
scheme: latte
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: macchiato
toggle:
icon: material/weather-night
name: Switch to light mode
repo_name: aurora0x27/qqmusic-api-cxx
repo_url: https://github.com/aurora0x27/qqmusic-api-cxx
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/aurora0x27/qqmusic-api-cxx
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_css:
- css/font.css
- css/scheme.css
- https://cdn.tonycrane.cc/jbmono/jetbrainsmono.css
- https://cdn.tonycrane.cc/lxgw/lxgwscreen.css
- https://fonts.loli.net/css2?family=Noto+Serif+SC&display=swap