小淳

Results 9 issues of 小淳

resolveElectron似乎在plugins中删掉也是可以正常调试和打包的。 想请教一下这个函数的意图和作用。 最近在学习electron相关技术,该项目让我受益匪浅,感谢作者

documentation

``` // vite.config.ts import { createStyleImportPlugin, VxeTableResolve } from 'vite-plugin-style-import' export default defineConfig({ plugins: [ ... createStyleImportPlugin({ resolves:[VxeTableResolve()], }), ], }) ``` 输出如下 ``` failed to load config from */vite.config.ts...

[[English Template / 英文模板](https://github.com/ant-design/ant-design/blob/master/.github/PULL_REQUEST_TEMPLATE.md)] ### 🤔 这个变动的性质是? - [ ] 新特性提交 - [ ] 日常 bug 修复 - [ ] 站点、文档改进 - [ ] 演示代码改进 - [x] 组件样式/交互改进 - [...

I use `window.renderReactPlayer` to create a new video player, and i remove the `` but the previous stream is still fetching. How can i stop it?

I tried the code for `joysticktest.go` and modified the `jsid`, both 0 and 1 cannot read the input of the game controller. system: win11 gamepad: xbox ![image](https://github.com/0xcafed00d/joystick/assets/43806319/9f0b37cc-090f-4aad-97fb-bc22b6f0c4ec)

I imported pinia by using CDN. I also want to import pinia-plugin-persistedstate, but I don't know how to use it.

``` pnpm i vite-plugin-cdn-import --save-dev  WARN  1 deprecated subdependencies found: [email protected] ```

### 版本 9.8.10 ### 复现步骤 我使用的是pro 1. styles设置: ``` indicator: { tooltip: { showRule: "follow_cross" } } ``` 2. 鼠标移到图表的tooltips按钮上即可重现 ### 当前效果 ![8wgsf-z47yo](https://github.com/user-attachments/assets/28d48ec3-a6fa-4eab-b063-82acc22d2fde) ### 预期效果 不闪烁、对齐 ### 环境 ```markdown -...