feat: 完成代码生成模板(1.0)

This commit is contained in:
xlsea
2024-09-08 21:47:56 +08:00
parent 2e0b16d0b3
commit ff3ed20bba
13 changed files with 474 additions and 40 deletions

View File

@ -70,7 +70,9 @@ const genMap: Api.Tool.GenTablePreview = {
'vm/sql/sql.vm': 'sql',
'vm/soybean/api/soy.api.ts.vm': 'api.ts',
'vm/soybean/typings/soy.api.d.ts.vm': 'type.d.ts',
'vm/soybean/soy.index.vue.vm': 'index.vue'
'vm/soybean/soy.index.vue.vm': 'index.vue',
'vm/soybean/modules/soy.search.vue.vm': 'search.vue',
'vm/soybean/modules/soy.operate-drawer.vue.vm': 'operate-drawer.vue'
};
function getGenLanguage(name: string) {