Pecasha
Pecasha
这是一个比较粗糙的实现,但是能用 
 仓库的提交检查状态是根据检查出的所有状态按任务顺序组合,所以是没有特定的顺序,会出现所有状态的排列组合,目前已知的状态有9种: ``` expected successful skipped failing pending cancelled action required queued in progress ``` 所有任务都只有一种相同状态的时候会有复数形式,例如: ``` 1 successful check 5 successful checks 1 failing check 3 failing checks ```...
项目名称:vue-image-viewer 子标题:图片查看器 相关介绍:一个用于Vue2.0的简单且轻量化的图片查看器。 项目地址:https://github.com/chihai-chuck/vue-image-viewer
### Describe the solution you'd like In previous versions it was possible to set a prefix, but when the Endpoint domain was different from the CDN domain, it was not...
### 问题描述 / Describe the bug 因为办公电脑是集显,所以显卡是共享内存,经常内存占用到100%,但是进程管理里看软件占用量都很低。 后来发现是被显存占用了,FlClash在托盘状态开的时间比较长之后(3小时以上),就可能进入卡死状态,把显存给占满,而且不能正常退出,强行结束进程之后显存和内存就会释放了,直接从100%降到30%。 已经出现好几次这个情况了,今天才定位到是FlClash引起的。 ### 软件版本 / Version 0.8.90 ### 复现步骤 / To Reproduce 开启FlClash代理之后关闭到托盘状态,持续3小时以上 ### 操作系统 / OS Windows ### 操作系统版本 / OS Version...
## Summary When using the Dropdown component with `trigger="hover"`, if any menu item gains focus, the Dropdown does not automatically close when the mouse leaves the Dropdown area. This behavior...