瀏覽代碼

add source to IApiResponseDictData

visuddhinanda 2 年之前
父節點
當前提交
1019d43f72
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dashboard/src/components/api/Dict.ts

+ 1 - 0
dashboard/src/components/api/Dict.ts

@@ -46,6 +46,7 @@ export interface IApiResponseDictData {
   note?: string | null;
   note?: string | null;
   factors?: string | null;
   factors?: string | null;
   factormean?: string | null;
   factormean?: string | null;
+  source: string | null;
   language: string;
   language: string;
   dict?: IDictInfo;
   dict?: IDictInfo;
   dict_id: string;
   dict_id: string;