فهرست منبع

:memo: add note

visuddhinanda 3 سال پیش
والد
کامیت
dcace32819
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      dashboard/src/reducers/command.ts

+ 3 - 0
dashboard/src/reducers/command.ts

@@ -1,3 +1,6 @@
+/**
+ * 查字典,添加术语命令
+ */
 import { createSlice, PayloadAction } from "@reduxjs/toolkit";
 import { IWidgetDict } from "../components/dict/DictComponent";
 import { IWidgetDictCreate } from "../components/studio/term/TermCreate";