mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 11:50:15 +01:00
This commit is contained in:
parent
851483c5d2
commit
78c50517b1
2 changed files with 60 additions and 7 deletions
3
app/src/types/index.d.ts
vendored
3
app/src/types/index.d.ts
vendored
|
|
@ -238,6 +238,9 @@ declare interface IAccount {
|
|||
}
|
||||
|
||||
declare interface IConfig {
|
||||
repo: {
|
||||
key: string
|
||||
},
|
||||
e2eePasswd: string
|
||||
e2eePasswdMode: number
|
||||
sync: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue