feat:组装UNO命令实现特定页面搜索替换功能
This commit is contained in:
@@ -26,3 +26,17 @@ export {
|
||||
type GotoPageResponse
|
||||
} from './gotoPage';
|
||||
|
||||
// 搜索替换功能
|
||||
export {
|
||||
unoSearchNext,
|
||||
unoSearchPrevious,
|
||||
unoReplaceCurrent,
|
||||
unoReplaceAll,
|
||||
unoSearchAndReplace,
|
||||
unoCancelSearch,
|
||||
replaceTextInPage,
|
||||
SearchCommand,
|
||||
type SearchOptions,
|
||||
type ReplaceOptions,
|
||||
} from './SearchandReplace';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user