YATING

Results 4 comments of YATING

> base on the git tag to switch the version,then you can keep the change history. You're right. I didn't expect that

停服了,最近在换服务器,你可以先预览这个地址先:https://chenyating.github.io/

> 下面异常出现在打包和浏览器控制台中。 > Uncaught Error: Cannot find module 'jquery' > Uncaught Error: Cannot find module 'jQuery' > > 一般情况下,应当遇到的是第二个问题,Uncaught Error: Cannot find module 'jQuery'。 > 此时的做法是,将node_modules中的jquery文件夹复制一个新的名为jQuery文件夹解决的。 > > 原因是Linux大部分文件系统区分大小写,而这个主题中用到的某些插件似乎是在Windows或macOS下(不区分大小写)开发的,所以用的jQuery,而不是jquery。 ok,我看看能不能这个问题解掉。

请打开这个路径:docs/.vuepress/config.js 代码里有配置说明: ```js themeConfig: { live2dModel: '/live2d/tororo/tororo.model.json', //live2d模型路径 } ``` 模型放置的文件目录可以参考我的:docs/.vuepress/public/live2d/tororo/tororo.model.json