mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-27 09:24:06 +01:00
🎨 Support setting automatic sync interval https://github.com/siyuan-note/siyuan/issues/13448
This commit is contained in:
parent
152fa6e6e0
commit
45a6f7e29d
18 changed files with 100 additions and 12 deletions
4
app/src/types/config.d.ts
vendored
4
app/src/types/config.d.ts
vendored
|
|
@ -1349,6 +1349,10 @@ declare namespace Config {
|
|||
* - `3`: Completely manual synchronization
|
||||
*/
|
||||
mode: number;
|
||||
/**
|
||||
* Synchronization interval (unit: seconds)
|
||||
*/
|
||||
interval: number;
|
||||
/**
|
||||
* Whether to enable synchronization perception
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue