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 { createSlice, PayloadAction } from "@reduxjs/toolkit";
 import { IWidgetDict } from "../components/dict/DictComponent";
 import { IWidgetDict } from "../components/dict/DictComponent";
 import { IWidgetDictCreate } from "../components/studio/term/TermCreate";
 import { IWidgetDictCreate } from "../components/studio/term/TermCreate";