EYHN

Results 219 comments of EYHN

@Mattia98 Sorry for my late reply, I'm very happy that you like the extension. I tried using the "Inject furigana" feature on youtube and it did reproduce what you described....

I have probably located the cause of the problem, you may have installed a network extension (something like ”Proxy SwitchyOmega“), and when the "Inject furigana" function is opened, the furigana...

I also need to investigate what is causing the furigana extensions to become endlessly busy, there is likely some sort of dead loop in it.

各位久等了。 eb0d1db 已经实现了一个简单的 hitokoto 示例。 ![image](https://user-images.githubusercontent.com/13579374/55380560-200ed400-5553-11e9-9d2a-ae484eb9fe4d.png) 示例已经更新到 Demo: https://l2dwidget.js.org/dev.html

@qq552743 我是指 hexo-helper-live2d 的版本 https://www.npmjs.com/package/hexo-helper-live2d/v/3.1.1

在3.1.5中新增对话脚本功能 https://github.com/xiazeyu/live2d-widget.js/blob/master/README-SCRIPT.md

请使用webpack3编译此项目。 您可以使用webpack4调用此项目,下面是例子 main.js ``` const live2d = require('live2d-widget').L2Dwidget; live2d.init(); ``` webpack.config.js ``` module.exports = { entry: { 'main': __dirname + '/main.js' }, mode: 'development', output: { path: __dirname + '/dist',...

I don't know what happened. Maybe some error messages will be helpful.

搜索并不会进入新页面 看我[博客](https://huaji8.top/) > 也可能是版本问题 这个版本我修了太多bug 马上就更新 中文搜索很蛋疼 需要在生成时解析关键字 或者换别的搜索解决方案

https://github.com/EYHN/hexo-theme-one/blob/master/docs/setup.md 本主题需要额外安装模块:lodash.pick 在hexo目录中运行 npm i lodash.pick --save 完成安装即可,无需更多设置。