mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
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.
32 lines
583 B
Markdown
32 lines
583 B
Markdown
# 更新与升级
|
||
|
||
---
|
||
|
||
## 插件更新
|
||
|
||
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)。
|