mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 23:06:09 +01:00
This commit is contained in:
parent
595a637923
commit
aeb13079e1
3 changed files with 47 additions and 16 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -392,6 +392,13 @@ declare interface IConfig {
|
|||
repo: {
|
||||
key: string
|
||||
},
|
||||
flashcard: {
|
||||
dailyNewCardLimit: number
|
||||
dailyReviewCardLimit: number
|
||||
list: boolean
|
||||
superBlock: boolean
|
||||
deck: boolean
|
||||
}
|
||||
ai: {
|
||||
openAI: {
|
||||
apiBaseURL: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue