Compare commits

...

2 Commits

Author SHA1 Message Date
de2293443c 1
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-05 18:46:16 +08:00
156c9c3a3a 1
All checks were successful
continuous-integration/drone/push Build is passing
2026-01-05 18:09:38 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
VITE_PUBLIC = https://cdn.files.zguiy.com/studio/ VITE_PUBLIC = ./

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