修正windows下无法保存的问题
This commit is contained in:
Vendored
+3
@@ -103,6 +103,7 @@ export type FluentMessageId =
|
||||
| 'lecture-status-ready-phase1'
|
||||
| 'lecture-status-ready-step1'
|
||||
| 'lecture-status-ready-step2'
|
||||
| 'lecture-storage-write-failed'
|
||||
| 'lecture-tts-provider'
|
||||
| 'lecture-tts-test'
|
||||
| 'lecture-tts-test-done'
|
||||
@@ -133,6 +134,8 @@ export type FluentMessageId =
|
||||
| 'prefs-hint-empty'
|
||||
| 'prefs-hint-local'
|
||||
| 'prefs-hint-openrouter'
|
||||
| 'prefs-lecture-data-dir'
|
||||
| 'prefs-lecture-data-dir-hint'
|
||||
| 'prefs-max-context'
|
||||
| 'prefs-max-tokens'
|
||||
| 'prefs-mineru-path'
|
||||
|
||||
Vendored
+1
@@ -29,6 +29,7 @@ declare namespace _ZoteroTypes {
|
||||
"mineruPath": string;
|
||||
"piperPath": string;
|
||||
"piperModelPath": string;
|
||||
"lectureDataDir": string;
|
||||
"chatPaneAdaptiveHeight": boolean;
|
||||
"lecturePaneAdaptiveHeight": boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user