Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
Liangwenb committed May 6, 2024
1 parent 9ac1f7f commit bfed1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ npm run dev

```javascript
var scriptElement = document.createElement('script')
scriptElement.src = 'https://github.com/Liangwenb/tiktok_barrage_nodejs/blob/main/client.js?t='+ Math.random()
scriptElement.src = 'https://liangwenb.github.io/tiktok_barrage_nodejs/client.js?t=' + Math.random()
document.body.appendChild(scriptElement)
```

Expand Down

0 comments on commit bfed1e0

Please sign in to comment.