From a7446028e5dee917faff5977837f2a1ffdbe4303 Mon Sep 17 00:00:00 2001 From: xlsea Date: Sat, 10 May 2025 11:48:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/template/api/{soy.api.ts.vm => api.ts.vm} | 0 .../{soy.index-tree.vue.vm => index-tree.vue.vm} | 0 docs/template/{soy.index.vue.vm => index.vue.vm} | 0 ...y.operate-drawer.vue.vm => operate-drawer.vue.vm} | 0 .../modules/{soy.search.vue.vm => search.vue.vm} | 0 .../typings/{soy.api.d.ts.vm => api.d.ts.vm} | 0 .../tool/gen/modules/gen-table-preview-drawer.vue | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename docs/template/api/{soy.api.ts.vm => api.ts.vm} (100%) rename docs/template/{soy.index-tree.vue.vm => index-tree.vue.vm} (100%) rename docs/template/{soy.index.vue.vm => index.vue.vm} (100%) rename docs/template/modules/{soy.operate-drawer.vue.vm => operate-drawer.vue.vm} (100%) rename docs/template/modules/{soy.search.vue.vm => search.vue.vm} (100%) rename docs/template/typings/{soy.api.d.ts.vm => api.d.ts.vm} (100%) 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) {