liuhongjian0316

Results 7 issues of liuhongjian0316

提交ISSUE前请确保已认真阅读以下内容 *Please read the following information carefully before you open an issue.* 在提交issue之前必须确认以下问题: *Please make sure you understand the following points:* * 必须是一个bug或者功能新增。 * *It must be a bug or...

## 提问前应该做的事 请确保提问前做了以下事,将完成的项目的 `[]` 改为 `[x]`: - [] 我已通读过 [README](https://github.com/ecomfe/echarts-for-weixin/blob/master/README.md) - [] 我已阅读过 [FAQ](https://github.com/ecomfe/echarts-for-weixin/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3Afaq+) ## 需提供的信息 将符合项的 `[]` 改为 `[x]`,并补充需要的信息: ### 简单描述问题: ??? ### 预期效果: ??? (如有需要请提供预期的图) ### 实际效果: ???...

将此插件集成到 hexo主题为butterfly 上, 第一次不加载 出现错误为:DPlayer is not defined 刷新页面就正常了 麻烦看一下 ![image](https://user-images.githubusercontent.com/45460278/164950390-6b56cb59-05bb-412d-9f43-9a359cf939da.png)

$tips 有时候从一个页面到另一个页面关不掉

bug

![Uploading Snipaste_2024-04-29_22-26-58.png…]()

``` ts ---first--- ---second--- .fade-enter { opacity: 0; transform: scale(0.9); } .fade-enter-active { opacity: 1; transform: scale(1); transition: opacity 500ms, transform 500ms; } .fade-exit { opacity: 1; transform: scale(1); }...

不知道这个库维护不维护了, 其他语言传的参数为 captchaVerification 这个库验证 需要token 和 pointJson 而且初始化时需要图形类型 虽然可以前端存储这些参数传递或后端缓存 实现, 但对于开发者来说使用起来不方便