visuddhinanda 3 anni fa
parent
commit
dcace32819
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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";