mirror of
https://github.com/erbanku/obsidian-memos-ai-sync.git
synced 2026-07-22 06:53:32 +00:00
update readme
This commit is contained in:
parent
b8eba1ab6f
commit
c699b8a5df
5 changed files with 17 additions and 5 deletions
22
README.md
22
README.md
|
|
@ -2,6 +2,19 @@
|
|||
|
||||
将 Memos 内容同步到 Obsidian 的插件,提供无缝集成体验。
|
||||
|
||||
# 界面预览
|
||||
## 设置界面
|
||||

|
||||
## AI 增强
|
||||

|
||||
|
||||
## AI 周总结
|
||||
### 原memos内容
|
||||

|
||||
### AI 周总结内容
|
||||

|
||||
|
||||
|
||||
## 功能特点
|
||||
|
||||
### 核心功能
|
||||
|
|
@ -129,7 +142,7 @@ obsidian-memos-sync/
|
|||
- `settings.ts`: 定义插件设置和数据模型
|
||||
- `plugin.ts`: 定义插件接口
|
||||
|
||||
- **services**: 核心功能实现
|
||||
- **services**: 核心服务实现
|
||||
- `memos-service.ts`: 处理与 Memos API 的所有交互
|
||||
- `file-service.ts`: 处理文件系统操作和内容格式化
|
||||
|
||||
|
|
@ -137,9 +150,8 @@ obsidian-memos-sync/
|
|||
- `settings-tab.ts`: 实现插件设置界面
|
||||
|
||||
## 兼容性
|
||||
- 支持 Memos 版本:最高至 0.16.3
|
||||
- Memos v0.17.0 及以上版本需等待更新(由于 API 变更)
|
||||
- 推荐使用 Memos v0.16.3 以获得最佳兼容性
|
||||
- 支持 Memos 版本:最高至 0.22.5
|
||||
- 推荐使用 Memos v0.22.5 以获得最佳兼容性
|
||||
|
||||
## 故障排除
|
||||
|
||||
|
|
@ -166,4 +178,4 @@ obsidian-memos-sync/
|
|||
|
||||
## 许可证
|
||||
|
||||
MIT
|
||||
MIT
|
||||
BIN
examples/example01.png
Normal file
BIN
examples/example01.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 428 KiB |
BIN
examples/example02.png
Normal file
BIN
examples/example02.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 738 KiB |
BIN
examples/example03.png
Normal file
BIN
examples/example03.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 840 KiB |
BIN
examples/example04.png
Normal file
BIN
examples/example04.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 665 KiB |
Loading…
Reference in a new issue