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