Charles Zhang

Results 17 comments of Charles Zhang

你这个model url可以发我试试吗,我查查什么原因

你是把模型下载到本地加载的吗

![temp](https://user-images.githubusercontent.com/16189913/88804111-0c738c00-d1e0-11ea-9dd3-eb26a2b37e49.png) 呃,我试了下还挺清晰的,你有修改什么文件参数吗?我有点想知道你是怎么操作的

you need to start a local server. It cannot be a file path, it must be an http request.

This is the live2d model. Do you mean how to uninstall vscode extension? https://github.com/iCharlesZ/vscode-live2d#install-and-uninstall-%E5%AE%89%E8%A3%85%E4%B8%8E%E5%8D%B8%E8%BD%BD > If you have node.js installed, After the extension is deleted, the live2d style will be...

```javascript var arr = new Array(5); function insertRandom(n) { if (n < 0) return let tmp = Math.floor(Math.random() * 31 + 2) if (arr.indexOf(tmp) !== -1) return insertRandom(n) arr[n] =...