Yqchilde

Results 10 issues of Yqchilde

### Describe the bug 描述你遇到的错误 在hugo 0.78版本中运行失败并报错,查看历史问题 #518 发现该问题在>0.75版本中就存在了,希望作者抽空看一下 ![image](https://user-images.githubusercontent.com/36953759/98332657-0a6c6500-203a-11eb-8914-1807ba82ae17.png)

bug

### Describe the bug The picture on the home page doesn't seem to be full. ### Expected behavior The picture fills the whole area. ### Screenshots ![image](https://user-images.githubusercontent.com/36953759/111055105-7f025500-84ad-11eb-80a9-f9aec860dfbe.png) ### Build Environment...

bug

Before asking again, I found the historical question https://github.com/yqrashawn/GokuRakuJoudo/issues/81, but I'm not sure whether the question has changed now I hope the effect is like this:

This is the json I hope to get: ```json { "description" : "鼠标操作", "manipulators" : [{ "from" : { "modifiers" : { "mandatory" : [ "right_command", "right_control", "right_option", "right_shift" ]...

err :sendNotification is not defined 补了这个函数,因为漏掉了这个函数导致了收不到补发邮件

The above dynamic import cannot be analyzed by Vite. See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore...

千寻遇到这种问题,通常是启动时获取机器人信息失败,返回的response数据不对,不是一个json导致 排查方式如下,使用对应指令在终端下执行一次看看具体响应,如果你对命令行不熟,可以直接用postman / apifox测试,记得要替换命令中的`千寻IP`,`千寻HTTP端口`,`你机器人的wxid` Linux、Mac下 ```shell curl --location --request POST 'http://千寻IP:千寻HTTP端口/DaenWxHook/httpapi/?wxid=你机器人的wxid' --header 'Content-Type: application/json' --data-raw '{"type": "Q0003", "data": {}}' ``` Windows下 ```shell Invoke-RestMethod -Method POST -Uri 'http://千寻IP:千寻HTTP端口/DaenWxHook/httpapi/?wxid=你机器人的wxid' -Headers @{'Content-Type'='application/json'} -Body...

详情:https://gitlab.com/cznic/sqlite/-/issues/86 持续关注

### Confirmation - [X] I can confirm this problem is not reproducible with ECharts itself. ### How are you introducing Vue-ECharts into your project? ES Module imports ### Versions ```sh...