Sfoglia il codice sorgente

feat(types): 模板文件

lipk 3 anni fa
parent
commit
8cf03fabbe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;