feat: 改进事件系统与全局快捷键 (#62)

This commit is contained in:
hstyi
2025-01-15 14:54:39 +08:00
committed by GitHub
parent a71493e52c
commit 45ea822fd6
137 changed files with 2860 additions and 1032 deletions

View File

@@ -0,0 +1,8 @@
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="11" y="7" width="1" height="4" rx="0.5" fill="#6C707E"/>
<rect x="12" y="10" width="1" height="4" rx="0.5" transform="rotate(90 12 10)" fill="#6C707E"/>
<rect x="4" y="5" width="1" height="4" rx="0.5" fill="#6C707E"/>
<rect x="8" y="5" width="1" height="4" rx="0.5" transform="rotate(90 8 5)" fill="#6C707E"/>
<rect x="1.5" y="2.5" width="13" height="11" rx="1.5" stroke="#6C707E"/>
</svg>

After

Width:  |  Height:  |  Size: 642 B