Files
Telegram-Panel/docs/README.md
2026-01-13 23:28:50 +08:00

11 lines
412 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 文档
使用者文档入口:[`docs/index.md`](index.md)
本地预览(任选其一):
- `uv venv && uv pip install -r requirements-docs.txt && uv run mkdocs serve`
- `python -m venv .venv` 后:
- Windows`.venv\\Scripts\\pip install -r requirements-docs.txt`,再 `.venv\\Scripts\\mkdocs serve`
- macOS/Linux`.venv/bin/pip install -r requirements-docs.txt`,再 `.venv/bin/mkdocs serve`