feat: 添加配置面板

This commit is contained in:
2021-10-05 23:45:52 +08:00
parent 615ba6ffba
commit 44b4ef1a44
13 changed files with 524 additions and 124 deletions
+10 -1
View File
@@ -88,5 +88,14 @@ function runInWrappedAction(func) {
executeAction.call(this, func);
});
}
// 不需要记录历史记录的时候直接使用原action
const unwrappedAction = action;
const runInUnwrappedAction = runInAction;
export { go, wrappedAction, runInWrappedAction };
export {
go,
wrappedAction,
runInWrappedAction,
unwrappedAction,
runInUnwrappedAction,
};