feat: install by local bundle change

This commit is contained in:
Joel
2024-11-19 18:32:17 +08:00
parent e151c2ee8c
commit 5947e38ea0
7 changed files with 12 additions and 11 deletions

View File

@ -25,8 +25,8 @@ const Item: FC<Props> = ({
const info = dependency.value
const { data, error } = useUploadGitHub({
repo: info.repo!,
version: info.version!,
package: info.package!,
version: info.release!,
package: info.packages!,
})
const [payload, setPayload] = React.useState<Plugin | null>(null)
useEffect(() => {