From 2255cb783f3685f566077fcb2e5b090411b89efe Mon Sep 17 00:00:00 2001 From: cc01cc Date: Wed, 13 Sep 2023 21:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20404=20=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/dev/README.md b/docs/docs/dev/README.md index ac35c4d..2878638 100644 --- a/docs/docs/dev/README.md +++ b/docs/docs/dev/README.md @@ -80,7 +80,7 @@ window.showNotification = function () { rubick.showNotification('HI, rubick') } ``` -rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/rubickCenter/rubick/blob/master/static/preload.js#L49) +rubick 更多支持 API 能力参考:[rubick 全局API](https://github.com/rubickCenter/rubick/blob/master/public/preload.js) ### 测试写好的插件 由于 `rubick` 插件是基于 `npm` 的管理方式,所以开发者调试插件,也是基于 `npm` 的软连接的方式进行调试。