mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 03:58:07 +01:00
📝 Supports append text by shortcuts to the dailynote doc on Android https://github.com/siyuan-note/siyuan/issues/14414
This commit is contained in:
parent
5c0273d0c2
commit
54ec99a199
4 changed files with 83 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ func StartCron() {
|
|||
go every(30*time.Second, model.HookDesktopUIProcJob)
|
||||
go every(24*time.Hour, model.AutoPurgeRepoJob)
|
||||
go every(30*time.Minute, model.AutoCheckMicrosoftDefender)
|
||||
go every(7*time.Second, model.ShortcutsAppendToDailynote)
|
||||
}
|
||||
|
||||
func every(interval time.Duration, f func()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue