Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
修复 Demo 站读取不到声音文件的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
HCLonely committed Apr 14, 2020
1 parent b40da9b commit fbbc722
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ <h1>第一次加载较慢,请耐心等待!</h1>
window.onload = () => {
new l2dViewer({
el: document.getElementById('L2dCanvas'),
basePath: 'https://cdn.jsdelivr.net/npm/live2dv3@latest/assets',
basePath: 'https://cdn.jsdelivr.net/npm/live2dv3@1.1.5/assets',
modelName: 'biaoqiang_3',
width: 500,
height: 300,
sizeLimit: false,
mobileLimit: false,
sounds: [
'sounds/demo.mp3',
'https://cdn.jsdelivr.net/npm/live2dv3@latest/assets/biaoqiang_3/sounds/demo.mp3'
'https://cdn.jsdelivr.net/npm/live2dv3@1.1.5/assets/biaoqiang_3/sounds/demo.mp3'
]
})
}
Expand Down

0 comments on commit fbbc722

Please sign in to comment.