阿菜 Cai
阿菜 Cai
esbuild.config: ``` import * as esbuild from 'esbuild'; import stylePlugin from 'esbuild-style-plugin' esbuild.build({ bundle: true, outdir: './dist', entryPoints: ['./src/lib/index.styl'], entryNames: "nanarinostyl.min", minify: true, plugins: [ stylePlugin() ], }).then((res) => {...
### Clear and concise description of the problem Currently, only plain text QR code generation can be supported. Can we add the ability to generate links and display images directly?...
### Steps to reproduce when i run `pnpm run build`,When I use `@farmfe/js-plugin-solid`, a large number of consoles appear, but when I use `vite-plugin-solid`, this error does not occur. ###...
# 💬 Communicate > 请尽可能使用英文描述,或者是提供中英文双语描述(机翻也没有关系),使用英文是便于后来者检索。 - [x] I have checked that this issue has not already been reported. > Please provide as much detail as possible. > 🤝Thanks for your...
- [x] `tag` : 希望能设置三种`size`(`small`,`medium`,`large`)供用户选择,当前的`tag`对于我来说太大了。 - [ ] `radio` : 希望能添加一个选中的状态转换(比如选中之后外圈border可以转换成`list`选中一样的状态); - [ ] `checkbox ` 可`radio`想法类似。 - [ ] `slider` 希望当选中滑块的时候能提供被选中的状态样式改变。
### Description 运行时的exe和打包完之后的安装包均没有logo。   close #485 ### What is the purpose of this pull request? - [x] Bug fix - [ ] New Feature - [ ] Documentation update...
**Reference:** # Cite [antfu's article](https://antfu.me/posts/publish-esm-and-cjs#stubbing) to provide a detailed explanation of its role. Associated https://github.com/unjs/unbuild/issues/398 https://github.com/unjs/unbuild/pull/401
### 🔗 Linked issue ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change...
I want to restart the page or program after capturing a crash in the rendering process or main process. ```ts unhandled({ CustomProcessing:(arg)=>{ //... } }) ``` or ```ts unhandled().then({ //......
### issue type Feature ### Clear and concise description of the problem or idea. - [ ] 希望在vscode Plugin 内点击`http`/`https`链接的时候能打开默认浏览器跳转。 - [ ] 希望点击本地相对链接 如果是.md文件能定位到指定.md文件,并重新打开。 ### Additional context _No response_...