This commit is contained in:
yyh 2025-12-26 17:20:27 +08:00
parent f47c9be102
commit c01b96fa35
No known key found for this signature in database

View File

@ -175,7 +175,7 @@ const parseAsBundleInfo = createParser<BundleInfoQuery>({
/** /**
* Hook to manage plugin installation state via URL * Hook to manage plugin installation state via URL
* @returns [installState, setInstallState] - Installation state and setter * @returns [installState, setInstallState] - installState includes parsed packageId and bundleInfo
* *
* @example * @example
* const [installState, setInstallState] = usePluginInstallation() * const [installState, setInstallState] = usePluginInstallation()