Explorar el Código

feat(types): 模板文件

lipk hace 2 años
padre
commit
8cf03fabbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/matter.ts

+ 1 - 1
types/src/interface/matter.ts

@@ -205,7 +205,7 @@ export const ComponentNameMap: Record<string, string> = {
 };
 
 // 后台模板文件
-export interface IGypFileBackEndTemplate {
+export interface IGypFileTemplate {
   ID: string;
   url: string;
   name: string;