Browse Source

:memo: add note

visuddhinanda 3 years ago
parent
commit
dcace32819
1 changed files with 3 additions and 0 deletions
  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";