阿菜 Cai

Results 113 issues of 阿菜 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?...

enhancement

### 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. ###...

feature
plugins feature

# 💬 Communicate > 请尽可能使用英文描述,或者是提供中英文双语描述(机翻也没有关系),使用英文是便于后来者检索。 - [x] I have checked that this issue has not already been reported. > Please provide as much detail as possible. > 🤝Thanks for your...

🔧 fix

- [x] `tag` : 希望能设置三种`size`(`small`,`medium`,`large`)供用户选择,当前的`tag`对于我来说太大了。 - [ ] `radio` : 希望能添加一个选中的状态转换(比如选中之后外圈border可以转换成`list`选中一样的状态); - [ ] `checkbox ` 可`radio`想法类似。 - [ ] `slider` 希望当选中滑块的时候能提供被选中的状态样式改变。

🚀 enhancement

### Description 运行时的exe和打包完之后的安装包均没有logo。 ![717d0078328af6755d22f47b0ee061fc](https://github.com/electron-vite/electron-vite-vue/assets/81673017/2a3151e7-d974-48d5-b835-db5b1cee32ed) ![image](https://github.com/electron-vite/electron-vite-vue/assets/81673017/8a528960-fb25-4a1d-8ee0-05b01fdc2519) 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_...

enhancement