feat:完成通过自定义Collabora插件实现页面跳转

This commit is contained in:
PingChuan
2025-11-25 14:38:54 +08:00
parent d40e5b261c
commit a475000df5
10 changed files with 205 additions and 147 deletions
+6 -3
View File
@@ -16,9 +16,6 @@ export { unoHighlightText, unoRemoveHighlight, unoEscape } from './highlight';
// 导航/跳转功能
export {
unoScrollToTop,
unoGotoPage,
unoFirstPage,
unoLastPage,
} from './navigation';
// 缩放功能
@@ -32,3 +29,9 @@ export {
requestPageInfo,
type PageInfo,
} from './pageInfo';
// 自定义页面跳转功能
export {
customGotoPage,
type GotoPageResponse,
} from './gotoPage';