1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yinsx
2026-01-05 18:46:16 +08:00
parent 156c9c3a3a
commit de2293443c

View File

@ -5,7 +5,7 @@
## 全局挂载(非模块化) ## 全局挂载(非模块化)
1. 引入全局构建产物(替换为你的实际部署地址): 1. 引入全局构建产物(替换为你的实际部署地址):
```html ```html
<script src="https://sdk.zguiy.com/zt/assets/index.js"></script> <script src="https://sdk.zguiy.com/zt/assets/index.global.js"></script>
``` ```
2. 获取实例并初始化: 2. 获取实例并初始化:
```js ```js