UNPKG

youzanyun-devtool-worker

Version:

26 lines (25 loc) 754 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CUSTOM_CONFIG = exports.WORK_DIR_NAME = void 0; exports.WORK_DIR_NAME = 'mei-pc-extension'; exports.CUSTOM_CONFIG = [{ type: 'component-replace', title: '组件定制', path: 'component', canCustomList: [{ title: '选择商品弹层', path: 'select-goods-dialog', }] }, { type: 'page-replace', title: '页面替换', path: 'page/replace', canCustomList: [{ title: '设置/通用设置', path: 'setting/common', }] }, { type: 'page-add', title: '新增页面', path: 'page/add' }];