add chat view & edit line local lang

This commit is contained in:
duanfuxiang
2025-05-01 15:07:35 +08:00
parent dc4ce4aeca
commit 2f824134b6
28 changed files with 412 additions and 154 deletions

View File

@@ -8,6 +8,8 @@ import {
} from 'lexical'
import { CSSProperties, useCallback, useEffect, useRef, useState } from 'react'
import { t } from '../../../../../lang/helpers'
export default function CreateCommandPopoverPlugin({
anchorElement,
contentEditableElement,
@@ -121,7 +123,7 @@ export default function CreateCommandPopoverPlugin({
setIsPopoverOpen(false)
}}
>
create command
{t('chat.input.createCommand')}
</button>
)
}