This commit is contained in:
renmu123 2022-02-17 16:07:07 +08:00 committed by GitHub
parent d379c58082
commit ded16b9580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
#### 示例 #### 示例
```js ```js
rubcik.onPluginReady(({ code, type, payload }) => { rubick.onPluginReady(({ code, type, payload }) => {
console.log('插件装配完成,已准备好') console.log('插件装配完成,已准备好')
}) })
/* /*