youzanyun-devtool-worker
Version:
20 lines (19 loc) • 628 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CUSTOM_CONFIG = exports.CUSTOM_TYPE = exports.WORK_DIR_NAME = void 0;
exports.WORK_DIR_NAME = 'mei-h5-extension';
exports.CUSTOM_TYPE = ['component-replace', 'page-add'];
exports.CUSTOM_CONFIG = [{
type: 'component-replace',
title: '修改页面',
path: 'replace',
children: [{
title: '会员中心',
type: 'member-user',
path: 'member-user/components',
}]
}, {
type: 'page-add',
title: '新增页面',
path: 'add'
}];