mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 13:38:06 +01:00
This commit is contained in:
parent
3169afbee8
commit
e99c6a1600
3 changed files with 9 additions and 5 deletions
6
app/src/types/config.d.ts
vendored
6
app/src/types/config.d.ts
vendored
|
|
@ -1774,6 +1774,10 @@ declare namespace Config {
|
|||
* Tab title
|
||||
*/
|
||||
title?: string;
|
||||
/**
|
||||
* Tab recent view time
|
||||
*/
|
||||
activeTime?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -2292,4 +2296,4 @@ declare namespace Config {
|
|||
*/
|
||||
export type TUILayoutType = "normal" | "center" | "top" | "bottom" | "left" | "right";
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue