feat:移除无用的UNO封装代码
This commit is contained in:
@@ -4,22 +4,23 @@
|
||||
* @encoding UTF-8
|
||||
*/
|
||||
|
||||
// 搜索功能
|
||||
export { unoSearchText } from './search';
|
||||
// // 搜索功能
|
||||
// export { unoSearchText } from './search';
|
||||
|
||||
// 替换功能
|
||||
export { unoReplaceText } from './replace';
|
||||
// // 替换功能
|
||||
// export { unoReplaceText } from './replace';
|
||||
|
||||
// 高亮功能
|
||||
export { unoHighlightText, unoRemoveHighlight, unoEscape } from './highlight';
|
||||
|
||||
// 高亮,已经封装好了
|
||||
export { switchHighlight } from './Highlightselecttext';
|
||||
|
||||
// 导航/跳转功能
|
||||
export {
|
||||
unoScrollToTop,
|
||||
unoScrollToTop
|
||||
} from './navigation';
|
||||
|
||||
// 缩放功能
|
||||
export { unoZoomPlus, unoZoomMinus, unoSetZoom } from './zoom';
|
||||
// export { unoSetZoom, unoZoomMinus, unoZoomPlus } from './zoom';
|
||||
|
||||
// 文档操作
|
||||
export { unoSave } from './document';
|
||||
@@ -27,11 +28,12 @@ export { unoSave } from './document';
|
||||
// 页数信息
|
||||
export {
|
||||
requestPageInfo,
|
||||
type PageInfo,
|
||||
type PageInfo
|
||||
} from './pageInfo';
|
||||
|
||||
// 自定义页面跳转功能
|
||||
export {
|
||||
customGotoPage,
|
||||
type GotoPageResponse,
|
||||
type GotoPageResponse
|
||||
} from './gotoPage';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user