Parcourir la source

:memo: add note

visuddhinanda il y a 3 ans
Parent
commit
dcace32819
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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";