mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-23 12:18:17 +08:00
删除废弃代码
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
Reference in New Issue
Block a user