fix: upgrade libprarkeet to v0.4.5

This commit is contained in:
鲁树人
2024-09-12 22:56:13 +01:00
parent 8e4367fbf9
commit f478ca8818
12 changed files with 5126 additions and 4224 deletions

View File

@@ -13,7 +13,7 @@ import {
} from '@chakra-ui/react';
import { useAppDispatch, useAppSelector } from '~/hooks';
import { fetchParakeet } from '@jixun/libparakeet';
import { fetchParakeet } from '@um/libparakeet';
import { ExtLink } from '~/components/ExtLink';
import { ChangeEvent, ClipboardEvent } from 'react';
import { VQuote } from '~/components/HelpText/VQuote';