增加pdf中划句或段ai伴读功能

This commit is contained in:
yhy
2026-08-29 23:07:19 +08:00
parent 1475f8b3c5
commit 0ed8f42029
22 changed files with 2045 additions and 15 deletions
+4
View File
@@ -32,6 +32,10 @@ export type FluentMessageId =
| 'cite-exported'
| 'cite-loading'
| 'cite-style'
| 'item-pane-adaptive-height'
| 'item-pane-adaptive-height-off'
| 'item-pane-adaptive-height-on'
| 'item-pane-open-window'
| 'item-section-chat-head'
| 'item-section-chat-sidenav'
| 'item-section-lecture-head'
+2
View File
@@ -29,6 +29,8 @@ declare namespace _ZoteroTypes {
"mineruPath": string;
"piperPath": string;
"piperModelPath": string;
"chatPaneAdaptiveHeight": boolean;
"lecturePaneAdaptiveHeight": boolean;
};
}
}