Weijan Chen

Results 10 issues of Weijan Chen

每当我从托盘双击按钮后, 会不断的创建新的窗口实例, 应该只保留一个才对, 版本1.1.9. ![image](https://user-images.githubusercontent.com/27798227/175474626-095e0582-899b-4426-b93f-235116fb0e19.png)

enhancement

有的网页做了些规则, 当点击元素时, 会自动选择一串文本. 这时这个脚本的翻译icon就会显示, 体验不太好. 希望当这种情况下不显示翻译icon. 我自己也弄了一个划词脚本, 这是我的处理方法. ```js let last; document.addEventListener('mousedown', e => { last=e.clientX }) document.addEventListener('mouseup', e => { if(xxx){ // 准备显示icon时 // 如果滑动的x轴小于10, 说明是通过css或者js自动选中的文本, 不显示翻译icon if(e.clientX -...

When I connect, a popup will be displayed, since I am using it in a local area network, I can be sure that rustdesk is secure, can add an option...

enhancement

Version 1.74.0, when I open the developer tools, it becomes a floating window, which is very unfriendly for extension developers, please add at least one option to use the old...

Hi, 现在这个vscode插件的命令是ctrl+enter, 这和在git面板的commit快捷键冲突了, 快捷键配置应配置when来限制触发提示的时机. ![image](https://user-images.githubusercontent.com/27798227/206387364-95df6a80-51ef-4f32-a6f4-91e22dcbd4f7.png) ![image](https://user-images.githubusercontent.com/27798227/206387631-c466e222-ac92-4398-9437-73a2cd04463e.png)

feature request

Log entry has 62 height px , If reduce the height, can get more history, and it will be look more compact. ![image](https://user-images.githubusercontent.com/27798227/96567948-f87c8980-12f9-11eb-9b24-98b17011eeb4.png)

### 联系方式 _No response_ ### 发生了什么? 当snipaste重启后, 配置会被初始化. 发现的原因: 因为我只需要截图, 禁用了其他的快捷键(X掉)+隐藏菜单栏, 此时重启后配置就会被重置. 我看近两年其实一直也有Mac用户反馈这个问题, 估计他们也是禁用了快捷键, 希望能尽快修复. ```ini [Interface] hide_tray_icon=true [Hotkey] custom_snip= hide= paste= snip_and_copy= switch= ``` ### 运行平台 macOS ### 软件版本...

从element-ui转到element-plus, 原先的yyyy-MM-dd失效了, 必须写成YYYY-MM-DD, 但是年和日小写的yyyy和dd是标准通用规范, 希望能支持. 不仅仅是旧版本element-ui, 很多语言如Java的日期规范也是如此.

![image](https://user-images.githubusercontent.com/27798227/126931341-506c0202-19ee-4d49-a8b6-f45e014a6fb7.png)

### Is there an existing issue for this bug? - [X] I have searched the existing issues ### Required Troubleshooting Steps - [X] I have followed these troubleshooting steps -...

ssh
info-needed