mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-29 20:32:44 +08:00
删除废弃代码
This commit is contained in:
parent
eeda8e66d9
commit
e0eb337b1b
@ -1,5 +1,4 @@
|
|||||||
export {
|
export {
|
||||||
ubrowserActionIcons,
|
|
||||||
ubrowserOperationConfigs,
|
ubrowserOperationConfigs,
|
||||||
defaultUBrowserConfigs,
|
defaultUBrowserConfigs,
|
||||||
} from "./ubrowser/ubrowserConfig";
|
} from "./ubrowser/ubrowserConfig";
|
||||||
|
@ -620,10 +620,3 @@ export const defaultUBrowserConfigs = {
|
|||||||
// 运行参数
|
// 运行参数
|
||||||
run: defaultUBrowserRunConfigs,
|
run: defaultUBrowserRunConfigs,
|
||||||
};
|
};
|
||||||
|
|
||||||
// 定义 ubrowser 操作图标映射
|
|
||||||
// 格式:{ wait: 'timer', ...}
|
|
||||||
export const ubrowserActionIcons = _.mapValues(
|
|
||||||
ubrowserOperationConfigs,
|
|
||||||
(config) => config.icon
|
|
||||||
);
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user