This commit is contained in:
2025-06-18 14:41:18 +08:00
parent 3c5e6aa41e
commit fc37a99cf8
3 changed files with 44 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ import { TextField } from '@mui/material';
import { pick } from 'lodash-es';
import { useAppDeleteModalStore, AppDeleteModal } from '../modules/AppDeleteModal';
import { toast } from 'react-toastify';
import { AIEditorLink } from './AIEditorLink';
const FormModal = () => {
const { t } = useTranslation();
@@ -211,6 +212,7 @@ export const AppVersionList = () => {
<LinkOutlined />
</Button>
</Tooltip>
<AIEditorLink pathname={item.key + '/' + item.version} />
<Tooltip title='文件管理'>
<Button
onClick={() => {