lllin000_PaperForge/docs/update-upgrade.md
Research Assistant 97a2875d48 docs: reset documentation IA (readme entry pages, tutorial/troubleshooting split, AGENTS agent-only, pure command ref, maintainer guide)
Separate audiences: README as navigation entry, getting-started as canonical tutorial,
troubleshooting as failure recovery, AGENTS as agent-only operating contract,
COMMANDS as pure reference, maintainer-guide for release/versioning/architecture.
2026-05-16 22:47:00 +08:00

32 lines
583 B
Markdown
Raw 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.

# 更新与升级
---
## 插件更新
Obsidian 社区插件浏览器自动更新。BRAT 安装用户同样自动检测更新。
## Python 包更新
```bash
paperforge update
# 或
pip install --upgrade paperforge
```
## 备份
更新前建议备份:
- `.env`API key
- `Resources/` 目录(文献笔记)
- `System/PaperForge/ocr/`OCR 结果)
## 迁移指南
大版本升级详见:
- [MIGRATION-v1.2.md](MIGRATION-v1.2.md) — v1.1 -> v1.2
- [MIGRATION-v1.4.md](MIGRATION-v1.4.md) — v1.3 -> v1.4
---
相关问题见 [故障排除](troubleshooting.md)。