feat: add xray subscription link support

This commit is contained in:
vkamn
2026-05-15 16:32:47 +08:00
parent 009ca981d5
commit 476f16d027
27 changed files with 828 additions and 9 deletions
+4
View File
@@ -0,0 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 3.75V14.25" stroke="#D7D8DB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M14.25 9L9 14.25L3.75 9" stroke="#D7D8DB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 327 B

+4
View File
@@ -0,0 +1,4 @@
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 14.25V3.75" stroke="#D7D8DB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3.75 9L9 3.75L14.25 9" stroke="#D7D8DB" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 326 B

+2
View File
@@ -9,8 +9,10 @@
<file>controls/amnezia.svg</file>
<file>controls/app.svg</file>
<file>controls/archive-restore.svg</file>
<file>controls/arrow-down.svg</file>
<file>controls/arrow-left.svg</file>
<file>controls/arrow-right.svg</file>
<file>controls/arrow-up.svg</file>
<file>controls/bug.svg</file>
<file>controls/check.svg</file>
<file>controls/chevron-down.svg</file>