We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://www.tampermonkey.net/documentation.php?ext=dhdg&version=5.3.2#api:GM_getResourceURL
之前官方文档的是GM.getResourceURL,而实际的Api是GM.getResourceUrl,反馈后修复了这个问题,vite-plugin-monkey需要修复这个问题
GM.getResourceURL
GM.getResourceUrl
vite-plugin-monkey
The text was updated successfully, but these errors were encountered:
vite-plugin-monkey/packages/vite-plugin-monkey/src/client/types/gm.ts
Line 56 in e996387
Sorry, something went wrong.
Tampermonkey/tampermonkey#2249
No branches or pull requests
https://www.tampermonkey.net/documentation.php?ext=dhdg&version=5.3.2#api:GM_getResourceURL
之前官方文档的是
GM.getResourceURL
,而实际的Api是GM.getResourceUrl
,反馈后修复了这个问题,vite-plugin-monkey
需要修复这个问题The text was updated successfully, but these errors were encountered: