zhoulixiang

Results 11 issues of zhoulixiang

### Wavesurfer.js version(s): 5.0.2 ### Browser and operating system version(s): Chrome. version is : `98.0.4758.109` ### Use behaviour needed to reproduce the issue: When I user `ws.getDuration()` to get the...

browser-issue

这是一款基于 webpack/vite 的 页面元素源代码自动定位工具,只需要引入 webpack/vite 插件,在开发环境下点击页面上的 DOM 元素,能够自动帮你定位到元素对应的 VSCode 源代码的位置,从而大幅提升你的开发效率。 ## 使用效果如下 ![image](https://user-images.githubusercontent.com/73059627/227070438-6e40e112-6f1d-4f67-9f26-53986bff77c3.gif) ## 安装使用 使用方式很简单,以 vite 的插件为例,只需要两步: 1. 执行以下命令安装插件 ```perl npm i vite-code-inspector-plugin -D ``` 2. 在 `vite.config.js` 中添加以下配置:...

**What kind of change does this PR introduce?** the left of `!this._redirectTo !== undefined` is if type `boolean`, but it is compared to `undefined`. **Did you add tests for your...

PR: reviewed-changes-requested
PR: reviewed-approved

## 功能描述 当 “不” 后面的字发4声时,“不” 的读音为2声

feature

close #10403 ```scss // scss :global(.foo) { color: red; .bar { color: blue; } } ``` The above scss code will be compiled to: ```css // css :global(.foo) { color:...