-
Notifications
You must be signed in to change notification settings - Fork 0
FastNodeSync-CLI是否不支持附件的同步? #1
Description
root@94d812eeeeac:~/FastNodeSync-CLI$ python3 -m fns_cli.main sync -c config.yaml
Running full sync...
[2026-03-24 09:04:48] INFO fns_cli.client - Connecting to wss://obsidian.resona.top/api/user/sync?lang=zh-cn&count=1
[2026-03-24 09:04:48] INFO fns_cli.client - WebSocket connected, sending auth
[2026-03-24 09:04:48] INFO fns_cli.client - Authentication successful
[2026-03-24 09:04:48] INFO fns_cli.note_sync - Requesting NoteSync (lastTime=0)
...
...
[2026-03-24 09:04:48] INFO fns_cli.note_sync - NoteSync complete: 46 modified, 1 deleted
[2026-03-24 09:04:49] INFO fns_cli.file_sync - Requesting FileSync (lastTime=0)
[2026-03-24 09:04:49] INFO fns_cli.file_sync - ← FileSyncEnd (lastTime=1774334603097, needUpload=0)
[2026-03-24 09:04:49] INFO fns_cli.note_sync - Requesting full NoteSync with 46 local notes
[2026-03-24 09:04:49] INFO fns_cli.note_sync - ← NoteSyncEnd (lastTime=1774334707610, needModify=0, needDelete=1, needUpload=0)
[2026-03-24 09:04:49] INFO fns_cli.note_sync - NoteSync complete: 0 modified, 1 deleted
Sync complete.
看起来只同步了文本,而没有同步附件内容
