refactor: 优化安全设置

This commit is contained in:
2024-04-27 13:25:10 +08:00
parent 0ef78ba95a
commit 136f07c8e4
22 changed files with 303 additions and 388 deletions

View File

@@ -0,0 +1,5 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="4" y="8" width="40" height="32" fill="#4785FF"/>
<path d="M4 8.00098H44V14.001C32.63 24.2339 15.37 24.2339 4 14.001V8.00098Z" fill="#94C2FF"/>
<circle cx="24" cy="23" r="4" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 300 B

View File

@@ -1,6 +0,0 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="48" height="48" rx="24" fill="#F6F7FB"/>
<rect x="12.334" y="14.667" width="23.3333" height="18.6667" fill="#86909C"/>
<path d="M12.334 14.667H35.6673V18.167C29.0348 24.1362 18.9665 24.1362 12.334 18.167V14.667Z" fill="#C3C7CE"/>
<circle cx="23.9993" cy="23.4163" r="2.33333" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 407 B

View File

@@ -1,6 +0,0 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="48" height="48" rx="24" fill="#F6F7FB"/>
<rect x="12.334" y="14.667" width="23.3333" height="18.6667" fill="#4785FF"/>
<path d="M12.334 14.667H35.6673V18.167C29.0348 24.1362 18.9665 24.1362 12.334 18.167V14.667Z" fill="#94C2FF"/>
<circle cx="23.9993" cy="23.4163" r="2.33333" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 407 B

View File

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 332 B

View File

@@ -0,0 +1,6 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 3H39V45H9V3Z" fill="#4785FF"/>
<path d="M9 31H39V45H9V31Z" fill="#94C2FF"/>
<circle cx="24" cy="38" r="4" fill="white"/>
<path d="M18 7H30V10H18V7Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 279 B

View File

@@ -1 +0,0 @@
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M6.707 34.284a1 1 0 010-1.414l5.657-5.657a1 1 0 011.414 0l4.95 4.95s3.535-1.414 7.778-5.657c4.243-4.243 5.657-7.778 5.657-7.778l-4.95-4.95a1 1 0 010-1.414l5.657-5.657a1 1 0 011.414 0l6.01 6.01s3.183 7.425-8.485 19.092c-11.667 11.668-19.092 8.485-19.092 8.485l-6.01-6.01z" /></svg>

Before

Width:  |  Height:  |  Size: 411 B

View File

Before

Width:  |  Height:  |  Size: 491 B

After

Width:  |  Height:  |  Size: 491 B