vitepress
│
├─docs
│ └─... # 中文文档
├─*.md # 中文页面
│
├──en
│ ├─docs
│ │ └─... # 英文文档
│ └─*.md # 英文页面
│
├──(fr)
│ ├─docs
│ │ └─... # 法语文档
│ └─*.md # 法语页面
│
... # 更多语言
This repository was archived by the owner on Sep 7, 2026. It is now read-only.