feat:组装UNO命令实现特定页面搜索替换功能

This commit is contained in:
PingChuan
2025-11-28 15:44:05 +08:00
parent 4b53e214ab
commit 61facf5d71
4 changed files with 656 additions and 78 deletions
+14
View File
@@ -26,3 +26,17 @@ export {
type GotoPageResponse
} from './gotoPage';
// 搜索替换功能
export {
unoSearchNext,
unoSearchPrevious,
unoReplaceCurrent,
unoReplaceAll,
unoSearchAndReplace,
unoCancelSearch,
replaceTextInPage,
SearchCommand,
type SearchOptions,
type ReplaceOptions,
} from './SearchandReplace';