Vanessa 2023-03-21 19:35:33 +08:00 committed by Liang Ding
parent 595a637923
commit aeb13079e1
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 47 additions and 16 deletions

View file

@ -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