diff --git a/web/plugins/com.msgbyte.miaolang/src/SendMiaoModal.tsx b/web/plugins/com.msgbyte.miaolang/src/SendMiaoModal.tsx index 6b7a8b3f..75f9c633 100644 --- a/web/plugins/com.msgbyte.miaolang/src/SendMiaoModal.tsx +++ b/web/plugins/com.msgbyte.miaolang/src/SendMiaoModal.tsx @@ -7,7 +7,8 @@ import { ChatInputActionContextProps, } from '@capital/common'; import { Button, TextArea } from '@capital/component'; -import { encode } from './trans'; +import { encode } from './miaotrans'; +import { Translate } from './translate'; interface SendMiaoModalProps { actions: ChatInputActionContextProps; @@ -25,9 +26,9 @@ export const SendMiaoModal: React.FC = React.memo( }, [text, modalContext, props.actions]); return ( - +