diff --git a/docs/template/api/soy.api.ts.vm b/docs/template/api/api.ts.vm similarity index 100% rename from docs/template/api/soy.api.ts.vm rename to docs/template/api/api.ts.vm diff --git a/docs/template/soy.index-tree.vue.vm b/docs/template/index-tree.vue.vm similarity index 100% rename from docs/template/soy.index-tree.vue.vm rename to docs/template/index-tree.vue.vm diff --git a/docs/template/soy.index.vue.vm b/docs/template/index.vue.vm similarity index 100% rename from docs/template/soy.index.vue.vm rename to docs/template/index.vue.vm diff --git a/docs/template/modules/soy.operate-drawer.vue.vm b/docs/template/modules/operate-drawer.vue.vm similarity index 100% rename from docs/template/modules/soy.operate-drawer.vue.vm rename to docs/template/modules/operate-drawer.vue.vm diff --git a/docs/template/modules/soy.search.vue.vm b/docs/template/modules/search.vue.vm similarity index 100% rename from docs/template/modules/soy.search.vue.vm rename to docs/template/modules/search.vue.vm diff --git a/docs/template/typings/soy.api.d.ts.vm b/docs/template/typings/api.d.ts.vm similarity index 100% rename from docs/template/typings/soy.api.d.ts.vm rename to docs/template/typings/api.d.ts.vm diff --git a/src/views/tool/gen/modules/gen-table-preview-drawer.vue b/src/views/tool/gen/modules/gen-table-preview-drawer.vue index d9a00e3b..e2756776 100644 --- a/src/views/tool/gen/modules/gen-table-preview-drawer.vue +++ b/src/views/tool/gen/modules/gen-table-preview-drawer.vue @@ -88,12 +88,12 @@ const genMap: Api.Tool.GenTablePreview = { 'vm/java/controller.java.vm': 'controller.java', 'vm/xml/mapper.xml.vm': 'mapper.xml', '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-tree.vue.vm': 'index-tree.vue', - 'vm/soybean/modules/soy.search.vue.vm': 'search.vue', - 'vm/soybean/modules/soy.operate-drawer.vue.vm': 'operate-drawer.vue' + 'vm/soy/api/api.ts.vm': 'api.ts', + 'vm/soy/typings/api.d.ts.vm': 'type.d.ts', + 'vm/soy/index.vue.vm': 'index.vue', + 'vm/soy/index-tree.vue.vm': 'index-tree.vue', + 'vm/soy/modules/search.vue.vm': 'search.vue', + 'vm/soy/modules/operate-drawer.vue.vm': 'operate-drawer.vue' }; function getGenLanguage(name: string) {