Kerinlin

Results 11 comments of Kerinlin

> * 能不能帮我将 https://github.com/chuzhixin/vue-admin-beautiful-template 这个项目整合一下呢?感激不尽 [https://github.com/Kerinlin/simple-electron-vue-template](https://github.com/Kerinlin/simple-electron-vue-template),用我的模板,然后按你代码的组织搬运过来,然后package.json,按照你项目实际需求进行增减

[https://github.com/Kerinlin/simple-electron-vue-template](https://github.com/Kerinlin/simple-electron-vue-template),这是我根据另一个electron-vue项目集成的开始模板,支持最新的electron以及vue-cli4

> 我看到有些人他们用h5写的频谱非常的炫酷,macOSX 上几乎没有有频谱的播放器,你用的是js,所以有天然的优势,可以做到mac第一个支持频谱显示的播放器。 [https://github.com/Kerinlin/localMusicPlayer](https://github.com/Kerinlin/localMusicPlayer),这是我开发的一个本地播放器,带了频谱,使用的是wavesurfer

@xxxace Yes, i have tested,when the package is so small,the download-progress event didn't emit

> 我迫切的希望vant webapp 兼容uniapp 的vue3 版本,我集成半个月了,死活集成不成功,头都要炸了。如果有大神看到了,指导下也可以,我小白,到时候请杯咖啡表示感谢,不胜感激,不胜感激 我集成了,只是小程序端有效,但是app端我不知道为什么没有生效,https://github.com/Kerinlin/vue-next-uniapp-start-template

另外,大佬有开通赞助或者打赏吗,感谢你的开源

> 嗨 您好,我在调研项目国际化的过程中看到了您的vscode插件,有个问题想要咨询您下: > > 我看您的插件里用到了Google翻译 我发现好像是不用任何appKey就可以直接使用的,我本身也有梯子 所以您的插件本身使用没有问题,但我在本地用和您一样的引入和用法却总是不能用,总是在报**FetchError: Invalid response body while trying to fetch https://translate.google.com/translate_a/single?client=at&dt=t&dt=rm&dj=1: read ECONNRESET**错 > > 非常非常偶尔才可以正确输出翻译内容 想问下这个是怎么回事呢 应该是谷歌这边的限制,限制不能发送太多请求,可参考一下库这边的处理,https://github.com/vitalets/google-translate-api?tab=readme-ov-file#limits

``` import { translate } from '@vitalets/google-translate-api'; import { HttpProxyAgent } from 'http-proxy-agent'; const agent = new HttpProxyAgent('http://212.107.29.43:80'); const res = await translate('Привет, мир!', { to: 'en', fetchOptions: { agent...