mirror of
https://fastgit.cc/github.com/shuakami/qq-chat-exporter
synced 2026-04-30 14:00:47 +08:00
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
site_name: QQ Chat Exporter
|
|
site_url: https://shuakami.github.io/qq-chat-exporter/
|
|
site_description: QQ 聊天记录导出工具
|
|
repo_url: https://github.com/shuakami/qq-chat-exporter
|
|
repo_name: shuakami/qq-chat-exporter
|
|
docs_dir: docs
|
|
|
|
theme:
|
|
name: material
|
|
language: zh
|
|
palette:
|
|
- scheme: default
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: 切换到深色模式
|
|
- scheme: slate
|
|
primary: indigo
|
|
accent: indigo
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: 切换到浅色模式
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.sections
|
|
- navigation.top
|
|
- search.highlight
|
|
- content.code.copy
|
|
|
|
plugins:
|
|
- search:
|
|
lang: zh
|
|
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
anchor_linenums: true
|
|
- pymdownx.inlinehilite
|
|
- attr_list
|
|
- md_in_html
|
|
|
|
nav:
|
|
- 首页: index.md
|
|
- 使用手册: guide.md
|
|
- 如何反馈问题: feedback.md
|
|
- 如何贡献: contributing.md
|