first commit

This commit is contained in:
MeSHard
2025-11-19 12:51:13 +08:00
commit 36710fc975
560 changed files with 64910 additions and 0 deletions

1
static/axbf.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.0 KiB

1
static/bf.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739863193019" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8921" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M0 0m186.181818 0l651.636364 0q186.181818 0 186.181818 186.181818l0 651.636364q0 186.181818-186.181818 186.181818l-651.636364 0q-186.181818 0-186.181818-186.181818l0-651.636364q0-186.181818 186.181818-186.181818Z" fill="#1e92f0" p-id="8922" data-spm-anchor-id="a313x.search_index.0.i22.758f3a81Ys7Sqp" class="selected"></path><path d="M457.541818 581.306182l100.538182 29.858909a40.261818 40.261818 0 0 1 27.508364 48.64 41.495273 41.495273 0 0 1-47.732364 30.487273l-86.504727-16.081455a14.592 14.592 0 0 0-16.686546 10.356364 12.194909 12.194909 0 0 0 8.378182 15.080727l1.024 0.256 59.415273 11.52a188.648727 188.648727 0 0 0 135.261091-24.832l84.596363-52.410182a30.208 30.208 0 0 1 40.820364 8.564364 31.394909 31.394909 0 0 1-5.981091 42.053818L665.6 760.692364a217.483636 217.483636 0 0 1-181.829818 44.823272l-78.382546-16.174545a128 128 0 0 0-46.498909-0.954182l-97.745454 15.941818a32 32 0 0 1-37.143273-31.534545v-107.636364c0-13.195636 8.098909-25.041455 20.410182-29.835636l130.327273-50.618182a128 128 0 0 1 82.804363-3.351273v-0.046545z m297.984-307.781818l2.094546 2.048a154.996364 154.996364 0 0 1 0 217.041454l-140.148364 142.894546a72.331636 72.331636 0 0 0-45.125818-53.271273l-5.143273-1.745455-100.538182-29.858909a160 160 0 0 0-95.138909 1.28l-8.331636 2.932364-25.925818 10.007273-70.865455-72.238546a154.996364 154.996364 0 0 1 0-217.018182 149.061818 149.061818 0 0 1 212.829091 0L512 308.992l32.768-33.396364a149.061818 149.061818 0 0 1 210.757818-2.071272z" fill="#FFFFFF" p-id="8923"></path></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
static/bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

132
static/css/default.css Normal file
View File

@@ -0,0 +1,132 @@
.content{
background-color: #fff;
height: 100vh;
}
.cc{
}
.form-item {
display: flex;
justify-content: space-between;
/* margin: 20rpx; */
/* padding: 16rpx 10rpx; */
/* padding: 20rpx 40rpx; */
margin: 0px 40rpx;
padding: 20rpx 0px;
background-color: #fff;
border-bottom: 2rpx #f6f6f6 solid;
}
input {
text-align: right;
}
.form-item-1 {
display: flex;
flex-direction: column;
/* margin: 20rpx;
padding: 10rpx; */
/* padding: 20rpx 40rpx; */
margin: 0px 40rpx;
padding: 20rpx 0px;
background-color: #fff;
border-bottom: 2rpx #f6f6f6 solid;
}
.left_clred {
margin-left: 16rpx;
}
.clred {
color: red;
width: 16rpx;
display: inline-block;
}
.tjsb {
padding: 0 20rpx;
margin-bottom: 30rpx;
}
.tjsb button {
height: 72rpx;
background: #1492FF;
border-radius: 10rpx;
line-height: 72rpx;
color: #ffffff;
text-align: center;
border-radius: 36rpx;
}
.del {
/* display: none; */
/* border-radius: 50%;
position: absolute;
top: -10rpx;
color: white;
right: -6rpx;
z-index: 9999;
background-color: black;
font-size: 14rpx;
padding: 4rpx 8rpx;
text-rendering: auto;
-webkit-font-smoothing: antialiased; */
position: absolute;
right: -16rpx;
top: -16rpx;
width: 36rpx;
height: 36rpx;
/* background: rgba(0, 0, 0, 0.7); */
/* border-radius: 50%; */
/* color: white; */
/* text-align: center; */
/* line-height: 36rpx; */
/* font-size: 24rpx; */
z-index: 10;
}
.form-image {
margin-top: 20rpx;
position: relative;
width: 180rpx;
height: 180rpx;
background-color: #f5f8fd;
border-radius: 15rpx;
}
.form-image .ii {
width: 48rpx;
height: 48rpx;
position: relative;
top: 64rpx;
left: 64rpx;
/* border-radius: 50%;
background-color: #3B7AFF;
padding: 4rpx; */
}
.form-image .iii {
}
.form-image .iii img{
}
.layui-textarea{
margin-top: 12rpx;
}
.layui-form-text{
color: grey;
}
.layui-textarea{
padding-left:16rpx;
}

1
static/fkgl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739866109346" class="icon" viewBox="0 0 1068 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18535" xmlns:xlink="http://www.w3.org/1999/xlink" width="16.6875" height="16"><path d="M713.728 0l125.929739 125.929739v62.953739l-125.929739 125.929739-204.621913-173.145043L650.774261 0h62.953739z m-267.575652 204.621913l204.621913 173.167304-346.290087 368.550957h-31.499131l-157.384347-125.929739v-62.953739l330.551652-352.834783zM84.101565 683.364174l141.668174 110.191304L21.147826 850.009043l62.953739-166.644869zM422.956522 747.653565c0-24.598261 20.034783-44.521739 44.365913-44.521739h556.833391c24.486957 0 44.365913 19.767652 44.365913 44.521739 0 24.576-20.034783 44.521739-44.365913 44.521739H467.322435c-24.486957 0-44.365913-19.767652-44.365913-44.521739z m-422.956522 222.608696a44.521739 44.521739 0 0 1 44.544-44.521739H1024a44.521739 44.521739 0 1 1 0 89.043478H44.521739a44.432696 44.432696 0 0 1-44.544-44.521739z" fill="#1296db" p-id="18536" data-spm-anchor-id="a313x.search_index.0.i63.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

1
static/img/axbf.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740022887646" class="icon" viewBox="0 0 1536 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="44092" width="24" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M733.184 699.904v-0.512c0-4.096-1.536-8.192-4.096-10.752L518.144 459.264s-38.4-33.792-72.704-16.384-6.656 86.528-6.656 86.528l35.84 52.224-43.008-25.6s-24.576-16.384-24.064-69.632c0.512-59.904 0.512-165.376 0.512-165.376s-4.096-45.056-47.616-52.224c-32.256-5.632-53.248 32.768-54.272 57.344-1.536 24.576-8.192 88.576-9.216 130.56-0.512 41.984-10.752 170.496 59.392 235.008 46.08 42.496 62.976 68.608 158.72 125.44v138.752s-2.56 17.408 20.48 17.408h177.664s23.552 2.048 24.064-19.968c0-25.6-3.584-214.528-4.096-253.44z m69.632 0v-0.512c0-4.096 1.536-8.192 4.096-10.752l210.944-229.376s38.4-33.792 72.704-16.384 6.656 86.528 6.656 86.528l-35.84 52.224 43.008-25.6s24.576-16.384 24.064-69.632c-0.512-59.904-0.512-165.376-0.512-165.376s4.096-45.056 47.616-52.224c32.256-5.632 53.248 32.768 54.272 57.344 1.536 24.576 8.192 88.576 9.216 130.56s10.752 170.496-59.392 235.008c-46.08 42.496-62.976 68.608-158.72 125.44v138.752s2.56 17.408-20.48 17.408H822.784s-23.552 2.048-24.064-19.968c0-25.6 3.584-214.528 4.096-253.44zM903.168 51.2c-59.392 0-111.104 30.208-136.192 74.24-25.088-44.032-76.8-74.24-136.192-74.24-90.112 0-144.384 77.824-144.384 152.576 0 177.664 261.12 331.264 272.384 337.92 2.56 1.536 5.632 2.048 8.192 2.048 3.072 0 5.632-0.512 8.192-2.048 11.264-6.656 272.384-160.256 272.384-337.92 0-74.752-53.76-152.576-144.384-152.576z m0 0" p-id="44093" data-spm-anchor-id="a313x.search_index.0.i84.3a233a81U2tjMX" fill="#1E92F0" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

1
static/img/bf.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021490655" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18273" data-spm-anchor-id="a313x.search_index.0.i32.1c903a81rhe6vt" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#1E92F0" p-id="18274" data-spm-anchor-id="a313x.search_index.0.i29.1c903a81rhe6vt" class=""></path><path d="M371.648 555.2a164.48 164.48 0 0 1-38.528-46.976h19.328c4.992 15.232 11.52 30.912 19.2 46.976z m203.968 27.072h68.672V513.92h55.104v68.352h68.672v54.72h-68.672v68.352h-55.104V637.056H575.616v-54.784zM512 335.936c-23.424-27.392-66.88-52.416-110.016-58.048-73.344-9.472-134.72 38.016-144.96 105.728-4.672 30.848-2.176 59.648 5.568 86.784C293.12 577.344 428.8 659.904 512 747.328c22.976-24.192 49.984-47.936 77.632-71.936h-52.608V543.872h68.736V475.52h132.224v46.656a209.28 209.28 0 0 0 23.424-51.776c7.744-27.136 10.24-55.936 5.568-86.784-10.24-67.776-71.68-115.2-144.96-105.728-43.136 5.632-86.592 30.656-110.016 58.048zM317.504 473.024c-27.712-81.472-4.992-176.512 112.64-147.84-75.84 28.672-98.432 81.92-86.72 147.84h-25.92z" fill="#FFFFFF" p-id="18275"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
static/img/fkgl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740022609414" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="41765" data-spm-anchor-id="a313x.search_index.0.i75.3a233a81U2tjMX" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M921.6 486.4c-19.2 12.8-64 44.8-153.6 96-12.8 6.4-12.8 12.8 0 38.4 6.4 19.2 32 76.8 44.8 102.4 6.4 12.8 6.4 19.2-6.4 25.6-12.8 12.8-44.8-38.4-102.4-102.4-32-32-38.4-12.8-76.8 12.8-38.4 25.6-76.8 57.6-115.2 57.6-44.8 0-89.6-38.4-147.2-76.8C352 640 339.2 633.6 313.6 665.6c-25.6 25.6-57.6 64-70.4 83.2-12.8 12.8-12.8 12.8-19.2 6.4-6.4 0-12.8-12.8-6.4-25.6 12.8-19.2 32-64 44.8-96 6.4-19.2 19.2-38.4 6.4-44.8C185.6 537.6 128 505.6 83.2 480 76.8 473.6 64 480 64 499.2c0 76.8 0 313.6 0 313.6C64 857.6 102.4 896 147.2 896l723.2 0c44.8 0 83.2-38.4 83.2-83.2 0 0 0-243.2 0-320C960 486.4 953.6 467.2 921.6 486.4z" fill="#1E92F0" p-id="41766"></path><path d="M844.8 467.2 844.8 300.8c0-70.4-57.6-128-128-128L307.2 172.8c-70.4 0-128 57.6-128 128l0 166.4c0 0 313.6 185.6 332.8 185.6C537.6 652.8 844.8 467.2 844.8 467.2zM364.8 294.4l300.8 0 0 57.6L364.8 352 364.8 294.4zM364.8 409.6l300.8 0 0 57.6L364.8 467.2 364.8 409.6z" fill="#1E92F0" p-id="41767"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
static/img/jsfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021529511" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="19450" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M292.977778 540.444444c-19.911111 0-34.133333 14.222222-34.133333 34.133333s14.222222 34.133333 34.133333 34.133333 34.133333-14.222222 34.133333-34.133333S312.888889 540.444444 292.977778 540.444444z" fill="#3082C4" p-id="19451"></path><path d="M429.511111 418.133333l-59.733333 0c-59.733333 11.377778-65.422222 65.422222-65.422222 82.488889l199.111111 0C503.466667 486.4 500.622222 426.666667 429.511111 418.133333z" fill="#3082C4" p-id="19452"></path><path d="M506.311111 540.444444c-19.911111 0-34.133333 14.222222-34.133333 34.133333s14.222222 34.133333 34.133333 34.133333 34.133333-14.222222 34.133333-34.133333S526.222222 540.444444 506.311111 540.444444z" fill="#3082C4" p-id="19453"></path><path d="M512 85.333333c-235.642311 0-426.666667 191.024356-426.666667 426.666667s191.024356 426.666667 426.666667 426.666667 426.666667-191.024356 426.666667-426.666667S747.642311 85.333333 512 85.333333zM679.822222 221.866667c28.444444 0 54.044444 22.755556 54.044444 54.044444 0 28.444444-22.755556 54.044444-54.044444 54.044444-28.444444 0-54.044444-22.755556-54.044444-54.044444C625.777778 247.466667 648.533333 221.866667 679.822222 221.866667zM540.444444 694.044444l0 28.444444c0 14.222222-14.222222 28.444444-31.288889 28.444444-14.222222 0-28.444444-11.377778-28.444444-28.444444l0-28.444444-162.133333 0 0 28.444444c0 14.222222-17.066667 25.6-31.288889 25.6s-28.444444-11.377778-28.444444-25.6l0-28.444444c-25.6 0-42.666667 2.844444-42.666667-22.755556l0-99.555556c0-25.6 17.066667-62.577778 39.822222-62.577778l31.288889-71.111111c14.222222-25.6 36.977778-45.511111 62.577778-45.511111l96.711111 0c25.6 0 54.044444 19.911111 68.266667 45.511111l28.444444 71.111111c22.755556 5.688889 39.822222 36.977778 39.822222 59.733333l0 102.4 2.844444 0C585.955556 696.888889 566.044444 694.044444 540.444444 694.044444zM756.622222 534.755556c0 14.222222-11.377778 28.444444-28.444444 28.444444l-11.377778 173.511111c0 14.222222-5.688889 28.444444-19.911111 28.444444l-39.822222 0c-14.222222 0-19.911111-11.377778-19.911111-28.444444l-11.377778-173.511111-5.688889 0c-14.222222 0-28.444444-11.377778-28.444444-28.444444l-11.377778-164.977778c0-14.222222 11.377778-28.444444 28.444444-28.444444l125.155556 0c14.222222 0 28.444444 11.377778 28.444444 28.444444l-8.533333 164.977778L756.622222 534.755556z" fill="#1E92F0" p-id="19454" data-spm-anchor-id="a313x.search_index.0.i34.1c903a81rhe6vt" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

1
static/img/lkts.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021775063" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="35142" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M510.988464 6.88206c-278.93117 0-505.027624 226.132581-505.027624 505.045687 0 278.895043 226.096454 505.027624 505.027624 505.027624 278.913106 0 505.045687-226.132581 505.045687-505.027624C1016.034151 232.996578 789.90157 6.88206 510.988464 6.88206L510.988464 6.88206zM199.435244 752.420533c0 0-1.119915-67.032351 13.547363-81.248051s20.610055-39.79312 98.353854-51.479979c77.707673-11.650732 69.579256-53.195978 72.090034-51.877368-0.469642-15.733004-1.968883-37.878427-1.968883-37.878427s-40.497583-17.412877-52.437326-51.877368c-24.9994-10.20568-21.693844-16.762604-24.132369-29.948703 0 0-7.586523-53.484989 9.320586-52.365073 0 0 10.982395 0 8.290986-12.301005-0.885094-20.447486-0.867031-60.114165 0.469642-73.715717 1.336673-13.655742 11.289469-50.504569 39.50411-55.95964 28.232704-5.455071 16.907109-2.691409 26.299947-4.100335 9.410901-1.354736 6.719492-6.809808 24.186558-6.809808l36.252743-7.532334c17.467067 0 28.648157 28.937167 38.040995 30.32803 9.410901 1.354736 11.650732-4.172588 30.90605-0.523831 28.196578 5.455071 24.276874 44.417287 25.613547 58.073029 1.354736 13.637679 3.829388 50.703263 1.137978 62.968143-2.691409 12.264879 5.689892 10.910143 5.689892 10.910143 20.158476 0 13.836373 52.383136 13.836373 52.383136-3.088799 13.854436-11.52429 15.516246-30.291903 27.564368-11.903616 34.464491-49.9988 59.843217-49.9988 59.843217s-0.180632 28.593967-0.325137 34.789628c0.541895 2.456588-4.317093 38.022932 61.938543 48.029917 77.7438 11.668795 91.16472 37.264279 105.795872 51.479979 14.667278 14.215699 16.238772 81.248051 16.238772 81.248051L199.435244 752.420533 199.435244 752.420533zM689.000811 751.860575c0 0 0.469642-42.863856-15.606562-88.92489-14.576962-27.29342-31.93565-33.561334-55.074546-47.379644-0.379326-12.048121 2.312083-30.291903 2.312083-30.291903s-25.920621-13.348668-35.024449-39.775057c-19.183066-7.839407-16.636162-12.824837-18.496666-22.958264 0 0-3.26943-41.003352 9.681849-40.13632 0 0 11.975869 0 9.91667-9.410901-0.6864-15.642688-0.415452-46.061034 0.614147-56.519598 1.0296-10.440501 3.901641-38.637079 25.487105-42.863856 21.621591-4.172588 9.139954-2.077262 16.347151-3.106862 7.189134-1.083789 5.129935-5.256377 18.514729-5.256377l27.799189-6.141471c13.366731 0 21.946728 20.573928 29.135862 21.639654 7.207197 1.0296 0.325137-3.215241 15.082731-0.415452 21.621591 4.172588 17.647698 34.067102 18.677298 44.507603 1.047663 10.458564 2.023073 36.324996 0.614147 50.233621-2.059199 9.428965 4.353219 8.363239 4.353219 8.363239 15.462057 0 14.414394 40.172447 14.414394 40.172447-2.366273 10.621132-3.070736 11.885553-17.43094 21.09776-9.139954 26.444452-41.472993 42.665161-41.472993 42.665161s-0.812842 20.158476-0.921221 24.909084c0.415452 1.878568 6.809808 34.807691 54.911977 41.780067 59.590333 8.923196 69.850203 28.521715 81.085482 39.431857 11.217216 10.928206 13.691868 58.380102 13.691868 58.380102L689.000811 751.860575 689.000811 751.860575zM689.000811 751.860575" fill="#1E92F0" p-id="35143" data-spm-anchor-id="a313x.search_index.0.i58.1c903a81rhe6vt" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 3.3 KiB

1
static/img/lsyl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021356731" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14846" id="mx_n_1740021356731" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M511.5 954.6c245.4 0 444.4-199 444.4-444.4S756.9 65.9 511.5 65.9c-234.1 0-426 181.1-443.1 410.9-0.8 11.1-1.2 22.2-1.2 33.5-0.1 245.4 198.9 444.3 444.3 444.3z" p-id="14847"></path><path d="M511.5 954.6c245.4 0 444.4-199 444.4-444.4S756.9 65.9 511.5 65.9c-234.1 0-426 181.1-443.1 410.9-0.8 11.1-1.2 22.2-1.2 33.5-0.1 245.4 198.9 444.3 444.3 444.3z" fill="#1E92F0" p-id="14848" data-spm-anchor-id="a313x.search_index.0.i18.1c903a81rhe6vt" class=""></path><path d="M738.7 344.6H625.1V280c0-17.8-17.1-32.3-37.9-32.3H435.8c-20.8 0-37.9 14.6-37.9 32.3v64.6H284.3c-41.7 0-75.7 29.1-75.7 64.6v258.5c0 35.6 34.1 64.6 75.7 64.6h454.5c41.7 0 75.7-29.1 75.7-64.6V409.3c0-35.6-34.1-64.7-75.8-64.7z m-299.9-67.3h146.1v69.3H438.8v-69.3z m229.6 289.2H547V663h-60.7v-96.5H355v-54.2h131.4v-96.5H547v96.5h121.3v54.2z" fill="#FFFFFF" p-id="14849"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

1
static/img/myfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021283754" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="12552" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 0c282.752 0 512 229.248 512 512s-229.248 512-512 512S0 794.752 0 512 229.248 0 512 0z m87.424 422.613333l-9.045333 0.256c-63.232 3.413333-126.72-0.128-190.037334-0.128-77.397333 0-109.226667 32.853333-127.232 67.285334-32.170667 61.696-60.629333 179.626667-50.218666 265.813333 10.410667 86.272 88.448 123.093333 134.101333 132.949333 45.653333 9.813333 118.485333 5.376 145.749333-9.685333 27.221333-15.018667 28.885333-54.314667 13.653334-83.882667-7.338667-14.336-40.618667-17.749333-62.293334-18.304-43.861333-1.109333-88.746667 7.04-124.586666-30.378666-5.248-5.504-1.450667-9.386667 5.888-10.581334a1737.898667 1737.898667 0 0 0 82.346666-16.725333 3153.792 3153.792 0 0 1-17.792-84.181333c-2.304-13.525333 0-31.232 12.330667-35.669334 12.288-4.394667 22.613333 9.002667 28.928 20.949334 6.357333 11.946667 6.656 13.781333 9.216 20.650666 23.466667 62.762667 61.525333 100.138667 136.106667 77.098667-13.994667 37.248-58.709333 64.042667-15.36 96 36.949333 27.306667 77.568 23.253333 107.989333-11.818667 29.909333-34.432 69.76-73.472 80.256-112.853333 10.496-39.338667 10.24-48 5.12-91.946667-5.12-43.946667-22.016-59.733333-34.133333-83.626666-29.909333-58.794667-72.533333-94.634667-140.032-90.965334z m-23.168 112.042667c43.818667-0.853333 78.890667 35.285333 79.744 82.176 0.853333 47.573333-32.128 83.925333-76.672 84.352-45.696 0.426667-78.549333-33.194667-79.36-81.237333-0.725333-47.786667 32-84.394667 76.288-85.290667zM488.704 128C421.12 128 366.336 185.301333 366.336 256s54.784 128 122.368 128c67.584 0 122.410667-57.301333 122.410667-128s-54.826667-128-122.410667-128z" fill="#1E92F0" p-id="12553" data-spm-anchor-id="a313x.search_index.0.i9.1c903a81rhe6vt" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

1
static/img/rysd.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740022169365" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="38649" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M0 512A512 512 0 1 0 512 0 512 512 0 0 0 0 512z" fill="#1E92F0" p-id="38650" data-spm-anchor-id="a313x.search_index.0.i61.3a233a81U2tjMX" class=""></path><path d="M330.4448 373.71904a138.26048 138.26048 0 0 0 38.912-2.1504 91.9552 91.9552 0 0 0 42.3936-19.7632 117.02272 117.02272 0 0 0 43.80672-71.96672 118.784 118.784 0 0 0-21.9136-81.36704 107.3152 107.3152 0 0 0-153.16992-21.9136 107.3152 107.3152 0 0 0-21.9136 153.33376 127.7952 127.7952 0 0 0 71.96672 43.80672z m513.2288 250.32704l-165.888-65.72032a92.5696 92.5696 0 0 0-31.29344-6.26688l-131.42016-6.26688-53.248-131.42016a474.35776 474.35776 0 0 1 71.96672-34.42688 138.93632 138.93632 0 0 0 34.42688-25.02656l81.36704-100.12672a33.25952 33.25952 0 0 0-3.13344-43.80672 34.36544 34.36544 0 0 0-46.94016 6.26688l-81.3056 100.20864a43.19232 43.19232 0 0 1-12.51328 9.37984 854.50752 854.50752 0 0 0-100.12672 46.94016 400.52736 400.52736 0 0 0-87.61344 68.85376 84.35712 84.35712 0 0 0-21.9136 25.02656l-56.32 115.77344a32.9728 32.9728 0 0 0 12.51328 40.67328 18.82112 18.82112 0 0 0 12.51328 3.13344 30.06464 30.06464 0 0 0 28.16-18.78016l56.32-115.77344c3.13344-3.13344 3.13344-6.26688 6.26688-9.37984a399.36 399.36 0 0 1 46.94016-37.56032l100.12672 237.81376a23.4496 23.4496 0 0 1 3.13344 15.64672l12.51328 175.24736a33.64864 33.64864 0 0 0 31.29344 31.29344 31.35488 31.35488 0 0 0 31.29344-31.29344l-6.26688-172.032a215.3472 215.3472 0 0 0-6.26688-40.67328l-21.9136-53.248 100.12672 3.13344a11.48928 11.48928 0 0 1 9.37984 3.13344l165.888 65.72032c3.13344 0 6.26688 3.13344 12.51328 3.13344a27.36128 27.36128 0 0 0 28.16-18.78016 35.81952 35.81952 0 0 0-18.78016-40.67328z" fill="#ffffff" p-id="38651" data-spm-anchor-id="a313x.search_index.0.i63.3a233a81U2tjMX" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

1
static/img/syts.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021733457" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="33182" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 85.333333A426.666667 426.666667 0 0 0 85.333333 512a426.666667 426.666667 0 0 0 853.333334 0A426.666667 426.666667 0 0 0 512 85.333333z m-7.68 202.666667l96.213333 85.333333h-192z m-96 448a42.666667 42.666667 0 1 1 42.666667-42.666667 42.666667 42.666667 0 0 1-42.666667 42.666667z m234.666667 0a42.666667 42.666667 0 1 1 42.666666-42.666667 42.666667 42.666667 0 0 1-42.666666 42.666667z m62.72-153.386667A46.08 46.08 0 0 1 661.333333 629.333333H390.826667a45.44 45.44 0 0 1-43.733334-35.2 10.24 10.24 0 0 1-1.28-3.84l-42.666666-274.56h-39.466667a10.666667 10.666667 0 0 1 0-21.333333h48.64a10.453333 10.453333 0 0 1 10.453333 8.96l16 101.973333a44.16 44.16 0 0 1 29.44-11.52H682.666667a46.08 46.08 0 0 1 45.226666 46.933334z" p-id="33183" fill="#1E92F0"></path></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
static/img/zxfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021579445" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="20633" data-spm-anchor-id="a313x.search_index.0.i42.1c903a81rhe6vt" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512.78456908 498.77764352m-477.01773881 0a477.01773881 477.01773881 0 1 0 954.03547762 0 477.01773881 477.01773881 0 1 0-954.03547762 0Z" fill="#1E92F0" p-id="20634" data-spm-anchor-id="a313x.search_index.0.i43.1c903a81rhe6vt" class="selected"></path><path d="M512 498.77764352m-436.29705686 0a436.29705686 436.29705686 0 1 0 872.59411372 0 436.29705686 436.29705686 0 1 0-872.59411372 0Z" fill="#1E92F0" p-id="20635" data-spm-anchor-id="a313x.search_index.0.i40.1c903a81rhe6vt" class="selected"></path><path d="M727.312313 418.29972922c-9.59527504-9.59684426-22.36334444-14.84874638-35.85478807-14.84874638h-63.47160266v-79.85967317c0-27.97771769-22.72581556-50.79454333-50.79454454-50.79454333H332.45146499c-27.97771769 0.09101008-50.70510247 22.81839487-50.70510368 50.79454333v130.56477563c0 27.34378674 21.82199281 49.7997105 48.98375937 50.70510368v116.80187218l114.17670634-114.17670633v60.84329957c0 27.9792869 22.72581556 50.79768178 50.79297532 50.79768178h64.5590148l133.01106218 116.34839218v-116.34839218c27.16490501-0.99483284 48.98532861-23.36131572 48.98532739-50.70510368v-114.2661472c-0.09257931-13.58402173-5.34448143-26.25794382-14.94289371-35.85635608z m-360.36493433 113.08929418v-62.74823084h-34.4049036c-7.96964849 0-14.48784449-6.518196-14.48784569-14.48627647v-130.56477564c0-7.96807926 6.51976522-14.48627526 14.48784569-14.48627526h244.73991275c7.96807926 0 14.48470604 6.51976522 14.48470725 14.48627526v79.7702323h-96.15516559c-27.9792869 0-50.79611255 22.72581556-50.79611255 50.79454334v14.48627647h-15.30222637l-62.56621189 62.74823084z m290.01266335 51.51948557v79.04372206l-79.04529127-79.04372206h-82.30282127c-7.96807926 0-14.48784449-6.51976522-14.48784448-14.48627647v-114.2661472c0-7.96807926 6.51976522-14.48470604 14.48784448-14.48470603H691.36808406c7.96807926 0 14.48470604 6.51662677 14.48470726 14.48470603v114.17513711c0 7.96964849-6.51662677 14.48784449-14.48470726 14.4878457h-34.40804204v0.08944086z m0 0" fill="#FFFFFF" p-id="20636"></path><path d="M512.78456908 508.84208957c0 12.87634094 10.43790173 23.31581068 23.31581069 23.31581068 12.87477172 0 23.31424146-10.43947095 23.31424145-23.31581068s-10.43947095-23.31581068-23.31424145-23.31581069c-12.87791017 0-23.31581068 10.43947095-23.31581069 23.31581069z m0 0M627.53871796 508.84365879c0 12.46522634 10.10524464 22.57047097 22.57047097 22.57047097s22.57047097-10.10524464 22.57047096-22.57047097-10.10524464-22.57047097-22.57047096-22.57047097-22.57047097 10.10524464-22.57047097 22.57047097z m0 0" fill="#FFFFFF" p-id="20637"></path></svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

1
static/img/zyzfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740021632352" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22741" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 1024c282.769408 0 512-229.230592 512-512S794.769408 0 512 0 0 229.230592 0 512s229.230592 512 512 512z m-65.226752-648.667136c5.136384-53.110784 93.986816-81.67424 163.969024-61.78816 64.94208 18.456576 119.293952 62.920704 137.828352 133.07904 12.1344 45.924352-8.165376 100.124672-26.140672 125.945856-71.60832 102.877184-149.387264 165.050368-337.442816 137.8304v-7.12704c113.485824-5.617664 289.579008-124.19072 270.905344-240.01536-16.531456-102.559744-161.622016-112.607232-187.731968 11.880448h-7.12704c-6.078464-53.235712-89.99936-58.505216-114.067456-11.880448-51.318784 99.424256 90.257408 162.14016 123.572224 194.861056v2.37568h-14.258176c-76.96384-21.671936-123.764736-40.841216-163.969024-92.678144-57.790464-74.504192 10.113024-181.254144 68.9152-192.483328 52.422656-10.01472 53.481472-0.913408 85.547008 0z" fill="#1E92F0" p-id="22742" data-spm-anchor-id="a313x.search_index.0.i47.1c903a81rhe6vt" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
static/img_t/axbf.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740032513826" class="icon" viewBox="0 0 1025 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="68252" width="16.015625" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M474.4 704c0-5.12-2.56-10.24-5.12-12.8l-227.84-248.32s-40.96-35.84-79.36-17.92c-35.84 17.92-7.68 94.72-7.68 94.72l38.4 56.32-46.08-28.16s-25.6-17.92-25.6-74.24v-179.2s-5.12-48.64-51.2-56.32C36.64 230.4 13.6 271.36 11.04 296.96c-2.56 25.6-7.68 94.72-10.24 140.8 0 46.08-12.8 184.32 64 253.44 51.2 46.08 69.12 74.24 171.52 135.68v151.04s-2.56 17.92 23.04 17.92h192s25.6 2.56 25.6-20.48c2.56-25.6-2.56-230.4-2.56-271.36z m76.8 0c0-5.12 2.56-10.24 5.12-12.8l227.84-248.32s40.96-35.84 79.36-17.92 7.68 94.72 7.68 94.72l-38.4 56.32 46.08-28.16s25.6-17.92 25.6-74.24v-179.2s5.12-48.64 51.2-56.32c35.84-5.12 58.88 35.84 58.88 61.44 2.56 25.6 7.68 94.72 10.24 140.8 0 46.08 12.8 184.32-64 253.44-51.2 46.08-69.12 74.24-171.52 135.68v151.04s2.56 17.92-23.04 17.92h-192s-25.6 2.56-25.6-20.48c-2.56-28.16 0-232.96 2.56-273.92z" fill="#ff994b" p-id="68253" data-spm-anchor-id="a313x.search_index.0.i121.3a233a81U2tjMX" class=""></path><path d="M658.72 0c-64 0-120.32 33.28-148.48 79.36-25.6-46.08-81.92-79.36-145.92-79.36-97.28 0-156.16 84.48-156.16 166.4 0 192 284.16 358.4 294.4 366.08 2.56 2.56 5.12 2.56 7.68 2.56 2.56 0 5.12 0 7.68-2.56 12.8-7.68 294.4-174.08 294.4-366.08 2.56-81.92-56.32-166.4-153.6-166.4z" fill="#ff994b" p-id="68254" data-spm-anchor-id="a313x.search_index.0.i122.3a233a81U2tjMX" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

1
static/img_t/bf.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740032895722" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="87559" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512.090316 512.090316m-508.477686 0a508.477686 508.477686 0 1 0 1016.955371 0 508.477686 508.477686 0 1 0-1016.955371 0Z" fill="#ff994b" p-id="87560" data-spm-anchor-id="a313x.search_index.0.i130.3a233a81U2tjMX" class=""></path><path d="M874.075851 380.409949c-0.903158-101.695537-85.25807-184.244135-188.398659-184.244135-77.671547 0-144.685835 47.144823-173.586876 113.797848-28.720409-66.653025-95.734697-113.797848-173.586876-113.797848-103.140589 0-187.495502 82.548598-188.39866 184.244135-0.180632 0.361263-0.180632 0.541895-0.180631 0.903157v1.083789c0 27.63662 7.22526 57.982713 21.495149 90.135121 0.361263 0.541895 1.264421 2.167578 1.445052 2.709473 2.34821 3.973893 6.683366 6.863997 11.199153 7.405891 4.696419 0.541895 9.392838-0.903158 12.824837-4.515787l18.243782-18.063151c5.599577-5.599577 12.824837-8.489681 20.41136-8.48968h0.180632c7.586523 0.180632 14.811783 2.890104 20.050097 8.48968 5.599577 5.599577 8.489681 12.824837 8.48968 20.41136 0 7.767155-2.890104 14.992415-8.309049 20.230729l-34.319986 34.319986 21.856412 21.856412 66.833657-66.833657c11.199153-11.199153 29.804198-11.018522 41.003352 0 11.018522 11.199153 11.018522 29.623567 0 40.82272l-73.336391 73.336391 21.856412 21.856412 62.4985-62.4985c11.199153-10.83789 29.442935-10.83789 40.461457 0.180631 11.199153 11.199153 11.199153 29.442935 0.180632 40.82272l-21.675781 21.675781s-0.180632 0.180632-0.361263 0.180631l-41.003351 41.183983 21.856412 21.856412 0.361263-0.361263 0.541894 0.361263 41.003352-41.183983c5.599577-5.418945 12.644205-8.128418 19.688834-8.309049 7.405892 0 14.811783 2.709473 20.230728 8.309049 11.199153 11.199153 11.199153 29.623567 0 40.82272l-37.571352 37.932616c-3.070736 3.070736-4.877051 7.405892-4.69642 11.741048 0.361263 4.515788 2.34821 8.489681 5.96084 11.018522l94.650908 74.781443c2.709473 2.167578 6.322103 3.251367 9.57347 3.251367h0.722526c3.251367 0 6.683366-1.083789 9.57347-3.251367l94.650908-74.781443c3.431999-2.528841 5.599577-6.683366 5.96084-11.018522 0.180632-4.515788-1.445052-8.670312-4.696419-11.741048l-37.571353-37.932616c-11.199153-11.199153-11.199153-29.623567 0-40.82272 5.599577-5.599577 13.005468-8.309049 20.230729-8.309049 7.044629 0.180632 14.269889 2.890104 19.688834 8.309049l41.003351 41.183983 0.541895-0.361263 0.361263 0.361263 21.856412-21.856412-40.82272-41.183983c-0.180632 0-0.361263-0.180632-0.361263-0.180631l-21.675781-21.675781c-11.018522-11.199153-11.018522-29.623567 0.180632-40.82272 11.018522-11.018522 29.081672-11.018522 40.461457-0.180631l62.4985 62.4985 21.856412-21.856412-73.155759-73.155759c-11.018522-11.199153-11.018522-29.623567 0-40.82272 11.199153-11.018522 29.804198-11.199153 41.003351 0l66.833657 66.833656 21.856412-21.856412-34.319986-34.319986c-5.418945-5.418945-8.309049-12.463574-8.309049-20.230728 0-7.767155 2.890104-14.992415 8.489681-20.41136 5.418945-5.599577 12.644205-8.309049 20.050097-8.489681h0.180631c7.767155 0 14.992415 2.890104 20.41136 8.489681l18.243782 18.06315c3.251367 3.431999 8.128418 5.057682 12.824837 4.515788s8.850944-3.251367 11.199154-7.405892c0.180632-0.541895 1.083789-2.167578 1.445052-2.709472 14.269889-32.152408 21.495149-62.317869 21.495149-90.135121v-1.083789c0-0.361263 0-0.541895-0.180632-1.083789z" fill="#FFFFFF" p-id="87561"></path></svg>

After

Width:  |  Height:  |  Size: 3.5 KiB

1
static/img_t/bspqx.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740379912703" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="25657" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 1024a512 512 0 1 1 512-512 512 512 0 0 1-512 512z m14.549333-744.661333h-64.64V768h64.682667V279.338667z" fill="#0f97ff" p-id="25658" data-spm-anchor-id="a313x.search_index.0.i51.6d343a81e7fFU2" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 562 B

1
static/img_t/hfcqtxl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740379876270" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="24503" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 0c282.8 0 512 229.2 512 512s-229.2 512-512 512S0 794.8 0 512 229.2 0 512 0" fill="#0f97ff" p-id="24504" data-spm-anchor-id="a313x.search_index.0.i46.6d343a81e7fFU2" class="selected"></path><path d="M239.8 308.2v351.6h544.4V308.2H862v505.6H162V308.2h77.8zM337 211c42.9 0 77.8 34.9 77.8 77.8 0 23.2-10.2 44.1-26.4 58.3 16.2 14.3 26.4 35.1 26.4 58.3 0 23.2-10.2 44.1-26.4 58.3 16.2 14.3 26.4 35.1 26.4 58.3 0 42.9-34.9 77.8-77.8 77.8V561c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9v-38.9c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9v-38.9c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9V211z m155.6 0c42.9 0 77.8 34.9 77.8 77.8 0 23.2-10.2 44.1-26.4 58.3 16.2 14.3 26.4 35.1 26.4 58.3 0 23.2-10.2 44.1-26.4 58.3 16.2 14.3 26.4 35.1 26.4 58.3 0 42.9-34.9 77.8-77.8 77.8V561c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9v-38.9c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9v-38.9c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9V211z m155.5 0c42.9 0 77.8 34.9 77.8 77.8 0 23.2-10.2 44.1-26.4 58.3 16.2 14.3 26.4 35.1 26.4 58.3 0 23.2-10.2 44.1-26.4 58.3 16.2 14.3 26.4 35.1 26.4 58.3 0 42.9-34.9 77.8-77.8 77.8V561c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9v-38.9c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9v-38.9c21.4 0 38.9-17.4 38.9-38.9s-17.4-38.9-38.9-38.9V211z" fill="#FFFFFF" p-id="24505"></path></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

1
static/img_t/jsfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740032450233" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="67026" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 1024C229.233778 1024 0 794.766222 0 512S229.233778 0 512 0s512 229.233778 512 512-229.233778 512-512 512z m261.461333-474.424889L782.222222 386.929778c0-14.734222-11.946667-26.680889-26.666666-26.680889h-124.017778c-14.734222 0-26.680889 11.946667-26.680889 26.680889l11.121778 162.645333c0 14.734222 11.918222 26.680889 26.652444 26.680889h5.504l10.069333 171.164444c0 14.734222 6.172444 26.666667 20.906667 26.666667h37.774222c14.705778 0 19.072-11.932444 19.072-26.666667l10.069334-171.164444h0.768c14.705778 0 26.666667-11.946667 26.666666-26.680889z m-76.416-201.912889a52.949333 52.949333 0 1 0 0-105.898666 52.949333 52.949333 0 0 0 0 105.898666zM604.842667 682.24v-102.016c0-23.352889-17.408-54.058667-39.950223-58.908444l-27.576888-68.949334c-12.216889-26.126222-41.329778-45.980444-66.702223-45.980444h-95.004444c-25.400889 0-49.038222 19.740444-61.738667 44.970666l-31.900444 69.347556C257.208889 521.713778 241.777778 558.08 241.777778 583.111111v99.128889c0 25.386667 15.843556 22.983111 41.244444 22.983111v28.017778c0 14.279111 13.724444 25.144889 28.017778 25.144889 14.264889 0 30.862222-10.851556 30.862222-25.144889v-28.017778h159.488v26.595556c0 15.075556 12.231111 27.278222 27.306667 27.278222s30.151111-12.202667 30.151111-27.292445v-26.581333c25.415111 0 45.994667 2.403556 45.994667-22.983111zM283.733333 588.487111a34.104889 34.104889 0 0 1 34.133334-34.104889 34.104889 34.104889 0 1 1 0 68.224 34.104889 34.104889 0 0 1-34.133334-34.133333zM452.48 435.342222c67.953778 9.6 71.751111 66.816 71.736889 81.976889l-196.579556-0.071111c-0.270222-17.536 6.058667-71.594667 65.080889-81.493333l59.761778-0.412445z m75.861333 119.025778a34.119111 34.119111 0 1 1 0 68.224 34.119111 34.119111 0 0 1 0-68.224z" fill="#ff994b" p-id="67027" data-spm-anchor-id="a313x.search_index.0.i116.3a233a81U2tjMX" class=""></path></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

1
static/img_t/jz.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740379105490" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5905" data-spm-anchor-id="a313x.search_index.0.i1.6d343a81e7fFU2" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M439.381333 604.416l134.058667 39.808c27.690667 8.234667 43.904 36.864 36.693333 64.853333a55.338667 55.338667 0 0 1-63.658666 40.618667l-115.328-21.418667a19.456 19.456 0 0 0-22.272 13.824 16.256 16.256 0 0 0 11.178666 20.096l1.365334 0.341334 79.232 15.36a251.52 251.52 0 0 0 180.352-33.109334l112.768-69.888a40.277333 40.277333 0 0 1 54.442666 11.434667 41.856 41.856 0 0 1-7.978666 56.064L716.8 843.605333a289.962667 289.962667 0 0 1-242.432 59.733334l-104.533333-21.546667a170.666667 170.666667 0 0 0-61.994667-1.28l-130.304 21.248A42.666667 42.666667 0 0 1 128 859.733333v-143.530666a42.666667 42.666667 0 0 1 27.221333-39.765334l173.781334-67.498666a170.666667 170.666667 0 0 1 110.378666-4.48z m397.312-410.368c0.938667 0.853333 1.834667 1.792 2.773334 2.730667a206.677333 206.677333 0 0 1 0 289.365333l-186.837334 190.506667a96.426667 96.426667 0 0 0-60.16-70.997334l-6.869333-2.346666-134.058667-39.808a213.333333 213.333333 0 0 0-126.848 1.706666l-11.093333 3.925334-34.56 13.354666-94.506667-96.341333a206.677333 206.677333 0 0 1 0-289.365333 198.741333 198.741333 0 0 1 283.776 0L512 241.322667l43.690667-44.544a198.741333 198.741333 0 0 1 281.002666-2.730667z" fill="#6ddcca" p-id="5906"></path></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

1
static/img_t/knjz.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740379394587" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9125" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 512m-382.913939 0a382.913939 382.913939 0 1 0 765.827878 0 382.913939 382.913939 0 1 0-765.827878 0Z" fill="#3CC8AD" p-id="9126" data-spm-anchor-id="a313x.search_index.0.i10.6d343a81e7fFU2"></path><path d="M476.820687 550.900364l64.589576 19.180606c13.341737 3.966707 21.153616 17.759677 17.679515 31.246222-3.493495 13.566707-16.890828 22.118141-30.670869 19.568485l-55.564929-10.318869a9.371152 9.371152 0 0 0-10.73002 6.659879 7.827394 7.827394 0 0 0 5.386343 9.682747l0.658101 0.164202 38.172444 7.398142a121.173333 121.173333 0 0 0 86.893899-15.952162l54.332768-33.671757c8.812606-5.465212 20.363636-3.039677 26.23095 5.509171 5.928081 8.636768 4.257616 20.372687-3.843879 27.011879l-59.469576 48.761535a139.706182 139.706182 0 0 1-116.804525 28.779314l-50.366061-10.379637a82.201859 82.201859 0 0 0-29.867959-0.616727l-62.782061 10.236121a20.553697 20.553697 0 0 1-23.866182-20.248566v-69.153616a20.560162 20.560162 0 0 1 13.115475-19.159919l83.730101-32.522343a82.232889 82.232889 0 0 1 53.179475-2.157899v-0.016808z m191.428525-197.714748c0.451232 0.409859 0.884364 0.863677 1.336889 1.314909 37.957818 38.720646 37.957818 100.695919 0 139.416566l-90.020202 91.787636a46.461414 46.461414 0 0 0-28.983596-34.208323l-3.309899-1.128727-64.589576-19.179313a102.802101 102.802101 0 0 0-61.116767 0.823596l-5.34497 1.891555-16.651636 6.433616-45.533091-46.417454c-37.959111-38.720646-37.959111-100.695919 0-139.416566a95.754343 95.754343 0 0 1 136.724687 0l21.050181 21.462626 21.047596-21.462626c37.026909-37.744485 97.635556-38.332768 135.390384-1.317495z m0 0" fill="#FFFFFF" p-id="9127"></path></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740379456874" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11522" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#6ddcca" p-id="11523" data-spm-anchor-id="a313x.search_index.0.i14.6d343a81e7fFU2" class=""></path><path d="M699.4944 245.76a72.11008 72.11008 0 0 0-72.15104 72.192 72.21248 72.21248 0 0 0 72.15104 72.192 72.11008 72.11008 0 0 0 72.13056-72.192A72.21248 72.21248 0 0 0 699.4944 245.76z m-185.50784 103.13728a72.11008 72.11008 0 0 0-72.15104 72.192 72.21248 72.21248 0 0 0 72.15104 72.192 72.13056 72.13056 0 0 0 72.13056-72.192 72.23296 72.23296 0 0 0-72.13056-72.192z m144.2816 92.81536a72.11008 72.11008 0 0 0-72.15104 72.21248 72.23296 72.23296 0 0 0 72.15104 72.21248 72.11008 72.11008 0 0 0 72.15104-72.21248 72.23296 72.23296 0 0 0-72.15104-72.21248z m-299.1104 50.4832c-54.55872 0-154.35776 73.27744-154.35776 73.27744v185.6512c10.9568-0.34816 21.9136-0.53248 32.89088-0.53248 98.93888 0 157.20448 15.29856 224.768 31.47776 46.2848 11.0592 76.1856 16.65024 98.7136 16.65024 13.84448 0 24.90368-2.10944 35.24608-6.3488 27.21792-11.12064 198.5536-103.26016 216.43264-134.06208 16.73216-28.8768-2.27328-51.89632-26.03008-51.89632-1.61792 0-3.23584 0.1024-4.89472 0.3072-20.2752 2.6624-164.864 72.31488-212.91008 85.72928-22.528 6.28736-128.88064-21.64736-170.61888-39.56736-14.17216-6.06208-8.54016-24.12544 4.25984-23.42912 14.39744 0.8192 35.59424 10.0352 61.39904 19.84512l5.03808 1.92512c30.88384 11.6736 62.83264 23.01952 81.03936 19.72224 14.336-2.58048 20.76672-6.73792 29.5936-13.66016 8.72448-10.8544 8.92928-45.21984-14.2336-60.86656-23.47008-15.872-144.87552-91.66848-195.80928-103.13728a48.59904 48.59904 0 0 0-10.52672-1.08544z" fill="#ffffff" p-id="11524" data-spm-anchor-id="a313x.search_index.0.i12.6d343a81e7fFU2" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

1
static/img_t/lsyl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740033205602" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="105371" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#ff994b" p-id="105372" data-spm-anchor-id="a313x.search_index.0.i140.3a233a81U2tjMX" class=""></path><path d="M384.384 299.904a23.1168 23.1168 0 0 0 23.0912-23.0912c0-14.1824 11.52-25.7536 25.7024-25.7536h152.1408c14.2592 0 25.8304 11.5712 25.8304 25.7536a23.0656 23.0656 0 1 0 46.208 0A72.0896 72.0896 0 0 0 585.3184 204.8H433.152a72.0384 72.0384 0 0 0-71.936 72.0128c0 12.7744 10.3424 23.0912 23.1424 23.0912z m356.7616 17.2288H277.4528A72.576 72.576 0 0 0 204.8 389.7344v356.864A72.6016 72.6016 0 0 0 277.4528 819.2H741.12a72.6528 72.6528 0 0 0 72.6272-72.6016v-356.864a72.6272 72.6272 0 0 0-72.6272-72.6016z m-232.1664 405.6832a154.6752 154.6752 0 1 1 0.0768-309.376 154.6752 154.6752 0 0 1-0.0768 309.376z m33.792-256.8192H475.904v69.0944h-69.0432v66.8416h69.0432v68.3776h66.8416v-68.3776h68.4544v-66.8416H542.72v-69.12z" fill="#FFFFFF" p-id="105373"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

1
static/img_t/myfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740033329360" class="icon" viewBox="0 0 1040 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="119001" width="16.25" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M504.123077 15.276457c269.980822 0 488.84662 218.862742 488.84662 488.84662 0 269.980822-218.865798 488.84662-488.84662 488.84662C234.139199 992.969697 15.276457 774.103899 15.276457 504.123077 15.276457 234.139199 234.139199 15.276457 504.123077 15.276457z" fill="#ff994b" p-id="119002" data-spm-anchor-id="a313x.search_index.0.i144.3a233a81U2tjMX" class=""></path><path d="M709.456989 664.192847c-23.22938 0-42.074418-18.414241-42.074417-41.139498s18.845037-41.139498 42.074417-41.139498c23.22938 0 42.071362 18.414241 42.071362 41.139498s-18.841982 41.139498-42.071362 41.139498z m-87.005532 0h-66.550357c-43.452354 0-53.925893-48.655515-14.576795-87.369112h-20.635438c-10.326885 0-18.71366-5.633957-18.71366-18.282863 0-12.651962 8.386775-18.29814 18.71366-18.29814h55.111346c21.863665 0 26.232732 28.976383 5.835606 44.185623h34.488129v-24.463718l0.015277-0.012221c0-10.882948 4.82736-19.709685 20.161867-19.709684 15.303954 0 20.146591 8.826737 20.146592 19.709684v70.998861c0 18.356191-15.212296 33.24157-33.996227 33.24157z m-4.106312-154.014183c-7.86432 19.385824-20.739318 18.649499-34.02678 13.794641l-95.438137-34.918925c-11.985908-4.384343-19.923555-15.575875-19.923555-28.093404v-49.025206l-43.232373 42.276067 33.556265 151.618835c0.158875 0.745491 0.238313 1.509314 0.229147 2.273136-0.042774 5.847828-4.857913 10.552976-10.748515 10.507147h-54.16115v142.058828c0 18.637277-3.110287 33.742638-34.488129 33.742638-31.362566 0-34.491184-15.105361-34.491184-33.742638v-142.058828H270.096923a10.672133 10.672133 0 0 1-1.973718-0.164985c-5.798943-1.032688-9.657776-6.535268-8.618977-12.294493l28.20645-148.630759a88.890647 88.890647 0 0 1 26.816293-48.435535l110.561829-103.051922c21.008183-19.462206 53.174291-20.800424 75.746783-3.146951 14.045174 10.971551 21.539804 28.139234 21.539805 45.71327v95.636731l81.038548 30.345154c14.515689 5.441474 22.768031 16.180823 14.915933 35.597199h0.015276z m-65.865971-197.55514v0.015277c-27.89481 0-50.519243-22.138641-50.519243-49.422394 0-27.286807 22.624433-49.422393 50.519243-49.422393 27.913142 0 50.519243 22.135586 50.519242 49.407117 0 27.299028-22.606101 49.422393-50.519242 49.422393z m-37.7909 369.678035h212.547456c13.421895 0 24.292622 6.428333 24.292621 23.754891s-10.870727 23.75489-24.292621 23.75489h-212.547456c-13.421895 0-24.298732-7.81238-24.298732-23.75489 0-15.945566 10.876837-23.75489 24.298732-23.754891z" fill="#FFFFFF" p-id="119003"></path></svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

1
static/img_t/rrywsw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740380396617" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="31460" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 0.9C229.5 0.9 0.4 229.8 0.4 512c0 282.2 229 511 511.6 511 282.5 0 511.6-228.8 511.6-511S794.5 0.9 512 0.9z m114.7 287.9c32.6 0 59.1 27.1 59.1 60.5s-26.5 60.5-59.1 60.5-59.1-27.1-59.1-60.5c0-33.5 26.5-60.5 59.1-60.5z m-132 493.8l-37.1 3.4 5.4-14.9 37-3-5.3 14.5z m34.7-42.6l-67.5 18.2V740l67.5-17.8V740z m284.9-458.7L716.6 491c-1.9 4-4.6 7.5-7.7 10.3l0.1 0.6-153.9 113.6c-2 2.7-4.5 5.2-7.3 7.1L358.3 755.3c-13.9 10-33.3 6.9-43.3-7s-6.9-33.3 7-43.3c0.3-0.2 0.5-0.4 0.8-0.5l162.4-113.7-76.2-57.4-163.4 46.7c-16.2 4.6-33-4.7-37.7-20.9-0.1-0.1-0.1-0.4-0.1-0.5-4.5-16.6 5.2-33.8 21.8-38.5L419 466l1-1.8 1.7 1 0.9-0.2 0.2 0.9 75.5 43.6 49.2-34.3-108-108.1c-12-12.2-11.8-31.9 0.4-43.9 12.1-11.8 31.4-11.8 43.5 0l116 116 77.8-10.4 81-173.8c7.2-15.5 25.7-22.2 41.2-15 15.4 7.3 22.1 25.8 14.9 41.3z" p-id="31461" data-spm-anchor-id="a313x.search_index.0.i60.6d343a81e7fFU2" fill="#6ddcca" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

1
static/img_t/rysd.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740032966264" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="88860" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M0 512A512 512 0 1 0 512 0 512 512 0 0 0 0 512z" fill="#ff994b" p-id="88861" data-spm-anchor-id="a313x.search_index.0.i134.3a233a81U2tjMX" class=""></path><path d="M330.4448 373.71904a138.26048 138.26048 0 0 0 38.912-2.1504 91.9552 91.9552 0 0 0 42.3936-19.7632 117.02272 117.02272 0 0 0 43.80672-71.96672 118.784 118.784 0 0 0-21.9136-81.36704 107.3152 107.3152 0 0 0-153.16992-21.9136 107.3152 107.3152 0 0 0-21.9136 153.33376 127.7952 127.7952 0 0 0 71.96672 43.80672z m513.2288 250.32704l-165.888-65.72032a92.5696 92.5696 0 0 0-31.29344-6.26688l-131.42016-6.26688-53.248-131.42016a474.35776 474.35776 0 0 1 71.96672-34.42688 138.93632 138.93632 0 0 0 34.42688-25.02656l81.36704-100.12672a33.25952 33.25952 0 0 0-3.13344-43.80672 34.36544 34.36544 0 0 0-46.94016 6.26688l-81.3056 100.20864a43.19232 43.19232 0 0 1-12.51328 9.37984 854.50752 854.50752 0 0 0-100.12672 46.94016 400.52736 400.52736 0 0 0-87.61344 68.85376 84.35712 84.35712 0 0 0-21.9136 25.02656l-56.32 115.77344a32.9728 32.9728 0 0 0 12.51328 40.67328 18.82112 18.82112 0 0 0 12.51328 3.13344 30.06464 30.06464 0 0 0 28.16-18.78016l56.32-115.77344c3.13344-3.13344 3.13344-6.26688 6.26688-9.37984a399.36 399.36 0 0 1 46.94016-37.56032l100.12672 237.81376a23.4496 23.4496 0 0 1 3.13344 15.64672l12.51328 175.24736a33.64864 33.64864 0 0 0 31.29344 31.29344 31.35488 31.35488 0 0 0 31.29344-31.29344l-6.26688-172.032a215.3472 215.3472 0 0 0-6.26688-40.67328l-21.9136-53.248 100.12672 3.13344a11.48928 11.48928 0 0 1 9.37984 3.13344l165.888 65.72032c3.13344 0 6.26688 3.13344 12.51328 3.13344a27.36128 27.36128 0 0 0 28.16-18.78016 35.81952 35.81952 0 0 0-18.78016-40.67328z" fill="#ffffff" p-id="88862" data-spm-anchor-id="a313x.search_index.0.i136.3a233a81U2tjMX" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

1
static/img_t/sssbyc.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740379821720" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="22483" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 512m-512 0a512 512 0 1 0 1024 0 512 512 0 1 0-1024 0Z" fill="#0f97ff" p-id="22484" data-spm-anchor-id="a313x.search_index.0.i43.6d343a81e7fFU2" class="selected"></path><path d="M499.712 170.666667c30.378667 10.5472 119.125333 80.964267 115.712 96.1536a407.176533 407.176533 0 0 1-108.544 89.258666c-19.114667-9.489067-104.448-71.68-108.885333-89.258666a37.546667 37.546667 0 0 1 0-17.066667A966.382933 966.382933 0 0 1 499.712 170.666667z m3.754667 48.059733a507.733333 507.733333 0 0 0-49.152 41.233067v3.413333c22.869333 17.442133 38.570667 32.187733 52.565333 41.198933a365.636267 365.636267 0 0 0 49.152-44.612266 206.4384 206.4384 0 0 0-52.565333-41.233067z m161.109333 68.676267a30.276267 30.276267 0 0 1 13.994667 0c24.917333 20.48 100.352 70.7584 105.130666 85.845333v85.845333a1766.912 1766.912 0 0 1-3.413333 209.476267c-29.696 21.981867-59.392 47.786667-97.962667 75.537067-3.754667-2.7648-18.773333 2.218667-24.576 0-1.365333-3.413333-2.389333-6.826667-3.754666-10.24a212.6848 212.6848 0 0 1-3.413334-78.984534V455.68c-17.408-11.844267-96.597333-71.168-87.722666-82.432 5.802667-5.5296 7.850667-12.322133 13.994666-17.066667 27.989333-21.879467 55.296-42.8032 87.722667-68.778666z m-325.973333 0a22.903467 22.903467 0 0 1 13.994666 3.413333c33.109333 24.098133 114.346667 79.086933 105.130667 92.706133-19.456 17.5104-38.570667 35.9424-59.733333 51.5072-6.826667 5.154133-25.6 19.729067-27.989334 20.48V733.866667a14.0288 14.0288 0 0 0-3.413333 6.826666 59.528533 59.528533 0 0 1-21.162667 6.826667 771.7888 771.7888 0 0 1-101.717333-82.397867 225.655467 225.655467 0 0 1-3.413333-75.537066c0-48.3328-2.389333-194.56 3.413333-223.197867 31.744-26.3168 63.146667-52.667733 94.890667-78.984533z m10.581333 48.093866a530.875733 530.875733 0 0 0-52.565333 41.198934 32.187733 32.187733 0 0 0 3.413333 3.413333 590.506667 590.506667 0 0 0 49.152 41.233067 566.852267 566.852267 0 0 0 52.565333-44.6464c-16.725333-13.9264-28.330667-23.483733-52.565333-41.198934z m322.56 0a403.490133 403.490133 0 0 0-49.152 41.198934c1.024 0 5.802667 10.24 6.826667 10.24a127.522133 127.522133 0 0 0 45.738666 30.890666 428.885333 428.885333 0 0 0 49.152-41.198933 344.302933 344.302933 0 0 0-52.565333-41.130667z m-168.277333 65.2288a22.664533 22.664533 0 0 1 13.994666 3.413334 650.5472 650.5472 0 0 1 101.717334 82.397866v291.874134c-32.085333 20.48-62.122667 47.2064-98.304 72.0896a27.989333 27.989333 0 0 1-24.576 0c-31.402667-25.156267-63.146667-46.933333-94.549334-72.0896v-288.426667a19.080533 19.080533 0 0 0 3.413334-10.24z m-221.184 23.893334v219.7504a362.2912 362.2912 0 0 0 42.325333 30.9248V455.68a413.013333 413.013333 0 0 1-42.325333-30.9248z m456.021333 0c-8.533333 8.430933-36.864 25.736533-41.984 30.9248v219.7504h3.413333c10.581333-10.24 31.061333-23.074133 38.570667-30.9248V424.618667z m-228.010667 27.477333a434.4832 434.4832 0 0 0-52.565333 41.198933c1.365333 0 5.802667 6.826667 7.168 6.826667 21.162667 15.428267 37.205333 27.921067 45.397333 34.338133a615.901867 615.901867 0 0 0 52.565334-41.198933v-3.413333c-10.581333-5.393067-22.528-19.5584-52.565334-37.614934zM443.733333 534.493867V754.346667c15.36 11.434667 30.378667 22.869333 45.738667 34.338133v-219.784533c-13.653333-8.6016-22.869333-19.114667-45.738667-34.269867z m122.88 6.826666c-9.216 6.0416-23.210667 18.0224-35.157333 27.306667v216.337067h6.826667c12.629333-9.762133 29.354667-22.1184 38.570666-30.72v-219.784534c-1.706667 1.4336-5.461333 4.027733-10.24 7.0656z" fill="#FFFFFF" p-id="22485"></path></svg>

After

Width:  |  Height:  |  Size: 3.7 KiB

1
static/img_t/swzl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740033391668" class="icon" viewBox="0 0 1058 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="124756" width="16.53125" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M529.066667 6.826667C250.0608 6.826667 23.893333 232.994133 23.893333 512s226.167467 505.173333 505.173334 505.173333S1034.24 791.005867 1034.24 512C1033.8304 232.994133 808.072533 6.826667 529.066667 6.826667z m232.311466 812.032H296.7552c-41.3696 0-73.728-33.5872-70.8608-73.3184l28.672-388.8128c2.8672-36.078933 33.5872-63.488 70.8608-63.488h32.768a170.7008 170.7008 0 0 1 170.461867-162.679467 171.008 171.008 0 0 1 170.427733 162.645333h32.768c37.307733 0 68.437333 27.8528 70.894933 63.488l28.672 388.846934c3.6864 39.7312-29.0816 73.3184-70.0416 73.3184z m-136.874666-525.653334h-191.317334A96.324267 96.324267 0 0 1 529.066667 205.141333a95.3344 95.3344 0 0 1 95.470933 88.064z m87.313066 381.44l-54.101333-51.6096a154.0096 154.0096 0 0 0 23.3472-81.544533c0-85.640533-69.632-155.272533-155.272533-155.272533a155.4432 155.4432 0 0 0-155.306667 155.306666c0 85.6064 69.666133 155.2384 155.306667 155.2384 30.72 0 59.392-9.0112 83.592533-24.576l54.4768 52.462934a33.0752 33.0752 0 0 0 23.7568 9.4208c9.4208 0 18.432-3.6864 25.019733-10.6496a34.747733 34.747733 0 0 0-0.8192-48.776534z m-186.026666-46.6944a86.698667 86.698667 0 0 1-86.459734-86.459733 86.698667 86.698667 0 0 1 86.459734-86.459733 86.698667 86.698667 0 0 1 86.459733 86.459733 86.698667 86.698667 0 0 1-86.459733 86.459733z" fill="#ff994b" p-id="124757" data-spm-anchor-id="a313x.search_index.0.i149.3a233a81U2tjMX" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

1
static/img_t/xrfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740379723082" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="18647" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 0c282.763636 0 512 229.236364 512 512S794.763636 1024 512 1024 0 794.763636 0 512 229.236364 0 512 0z m-16.058182 232.727273C357.026909 232.727273 244.363636 346.263273 244.363636 486.260364c0 139.985455 112.663273 253.509818 251.578182 253.509818 49.291636 0 95.243636-14.312727 134.050909-38.958546l87.645091 87.982546a8.413091 8.413091 0 0 0 11.938909-0.023273l47.627637-48.139636a8.622545 8.622545 0 0 0-0.023273-12.043637l-84.293818-84.608a253.754182 253.754182 0 0 0 54.632727-157.719272C747.52 346.263273 634.833455 232.727273 495.941818 232.727273z m69.189818 161.28c38.539636 0 69.818182 27.461818 69.818182 61.300363-0.011636 54.725818-56.413091 108.567273-117.294545 164.189091-10.344727 9.437091-34.618182 8.983273-41.925818 2.443637-62.370909-55.912727-120.040727-111.069091-120.040728-166.632728 0-33.826909 31.255273-61.300364 69.806546-61.300363 34.909091 0 52.352 15.36 69.818182 45.986909 17.454545-30.626909 34.909091-45.986909 69.818181-45.986909z" fill="#ff994b" p-id="18648" data-spm-anchor-id="a313x.search_index.0.i29.6d343a81e7fFU2" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

1
static/img_t/xxx.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740034972887" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="129283" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 512m-475.428571 0a475.428571 475.428571 0 1 0 950.857142 0 475.428571 475.428571 0 1 0-950.857142 0Z" fill="#6e6e79" p-id="129284" data-spm-anchor-id="a313x.search_index.0.i173.3a233a81U2tjMX" class="selected"></path><path d="M330.971429 637.586286a36.571429 36.571429 0 1 0 51.712 51.785143L512 560.054857l129.316571 129.316572a36.571429 36.571429 0 1 0 51.712-51.785143L563.712 508.342857l129.316571-129.316571a36.571429 36.571429 0 1 0-51.712-51.712L512 456.630857 382.756571 327.314286a36.571429 36.571429 0 1 0-51.785142 51.712L460.288 508.342857 330.971429 637.586286z" fill="#DCDEE0" p-id="129285"></path><path d="M330.971429 637.586286a36.571429 36.571429 0 1 0 51.712 51.785143L512 560.054857l129.316571 129.316572a36.571429 36.571429 0 1 0 51.712-51.785143L563.712 508.342857l129.316571-129.316571a36.571429 36.571429 0 1 0-51.712-51.712L512 456.630857 382.756571 327.314286a36.571429 36.571429 0 1 0-51.785142 51.712L460.288 508.342857 330.971429 637.586286z" fill="#FFFFFF" p-id="129286"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
static/img_t/yjfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740380178567" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="26781" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M768 832a64 64 0 0 1 63.552 56.512L832 896H192a64 64 0 0 1 64-64h512zM512 256a256 256 0 0 1 256 256v256H256V512a256 256 0 0 1 256-256z m-21.76 72.512L486.4 332.8l-96 128-2.944 4.672a32 32 0 0 0 23.04 46.08L416 512h132.096l-94.72 142.272-2.752 5.056a32 32 0 0 0 52.352 34.944l3.648-4.48 128-192 2.56-4.672a32 32 0 0 0-23.872-44.672L608 448h-128l57.6-76.8 3.008-4.928a32 32 0 0 0-50.368-37.76z m409.728-40.512a32 32 0 0 1-11.712 43.712l-55.424 32a32 32 0 0 1-32-55.424l55.424-32a32 32 0 0 1 43.712 11.712zM167.744 276.288l55.424 32a32 32 0 1 1-32 55.424l-55.424-32a32 32 0 1 1 32-55.424z m568.256-152.32a32 32 0 0 1 11.712 43.776l-32 55.424a32 32 0 0 1-55.424-32l32-55.424a32 32 0 0 1 43.712-11.712z m-404.288 11.776l32 55.424a32 32 0 1 1-55.424 32l-32-55.424a32 32 0 1 1 55.424-32zM512 64a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0v-64A32 32 0 0 1 512 64z" fill="#6ddcca" p-id="26782" data-spm-anchor-id="a313x.search_index.0.i55.6d343a81e7fFU2" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

1
static/img_t/zxfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740032413677" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="65826" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512.78456908 498.77764352m-477.01773881 0a477.01773881 477.01773881 0 1 0 954.03547762 0 477.01773881 477.01773881 0 1 0-954.03547762 0Z" fill="#ff994b" p-id="65827" data-spm-anchor-id="a313x.search_index.0.i112.3a233a81U2tjMX" class=""></path><path d="M512 498.77764352m-436.29705686 0a436.29705686 436.29705686 0 1 0 872.59411372 0 436.29705686 436.29705686 0 1 0-872.59411372 0Z" fill="#ff994b" p-id="65828" data-spm-anchor-id="a313x.search_index.0.i110.3a233a81U2tjMX" class=""></path><path d="M727.312313 418.29972922c-9.59527504-9.59684426-22.36334444-14.84874638-35.85478807-14.84874638h-63.47160266v-79.85967317c0-27.97771769-22.72581556-50.79454333-50.79454454-50.79454333H332.45146499c-27.97771769 0.09101008-50.70510247 22.81839487-50.70510368 50.79454333v130.56477563c0 27.34378674 21.82199281 49.7997105 48.98375937 50.70510368v116.80187218l114.17670634-114.17670633v60.84329957c0 27.9792869 22.72581556 50.79768178 50.79297532 50.79768178h64.5590148l133.01106218 116.34839218v-116.34839218c27.16490501-0.99483284 48.98532861-23.36131572 48.98532739-50.70510368v-114.2661472c-0.09257931-13.58402173-5.34448143-26.25794382-14.94289371-35.85635608z m-360.36493433 113.08929418v-62.74823084h-34.4049036c-7.96964849 0-14.48784449-6.518196-14.48784569-14.48627647v-130.56477564c0-7.96807926 6.51976522-14.48627526 14.48784569-14.48627526h244.73991275c7.96807926 0 14.48470604 6.51976522 14.48470725 14.48627526v79.7702323h-96.15516559c-27.9792869 0-50.79611255 22.72581556-50.79611255 50.79454334v14.48627647h-15.30222637l-62.56621189 62.74823084z m290.01266335 51.51948557v79.04372206l-79.04529127-79.04372206h-82.30282127c-7.96807926 0-14.48784449-6.51976522-14.48784448-14.48627647v-114.2661472c0-7.96807926 6.51976522-14.48470604 14.48784448-14.48470603H691.36808406c7.96807926 0 14.48470604 6.51662677 14.48470726 14.48470603v114.17513711c0 7.96964849-6.51662677 14.48784449-14.48470726 14.4878457h-34.40804204v0.08944086z m0 0" fill="#FFFFFF" p-id="65829"></path><path d="M512.78456908 508.84208957c0 12.87634094 10.43790173 23.31581068 23.31581069 23.31581068 12.87477172 0 23.31424146-10.43947095 23.31424145-23.31581068s-10.43947095-23.31581068-23.31424145-23.31581069c-12.87791017 0-23.31581068 10.43947095-23.31581069 23.31581069z m0 0M627.53871796 508.84365879c0 12.46522634 10.10524464 22.57047097 22.57047097 22.57047097s22.57047097-10.10524464 22.57047096-22.57047097-10.10524464-22.57047097-22.57047096-22.57047097-22.57047097 10.10524464-22.57047097 22.57047097z m0 0" fill="#FFFFFF" p-id="65830"></path></svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

1
static/img_t/zyzfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740032277547" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="55340" width="16" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M512 1024c282.769408 0 512-229.230592 512-512S794.769408 0 512 0 0 229.230592 0 512s229.230592 512 512 512z m-65.226752-648.667136c5.136384-53.110784 93.986816-81.67424 163.969024-61.78816 64.94208 18.456576 119.293952 62.920704 137.828352 133.07904 12.1344 45.924352-8.165376 100.124672-26.140672 125.945856-71.60832 102.877184-149.387264 165.050368-337.442816 137.8304v-7.12704c113.485824-5.617664 289.579008-124.19072 270.905344-240.01536-16.531456-102.559744-161.622016-112.607232-187.731968 11.880448h-7.12704c-6.078464-53.235712-89.99936-58.505216-114.067456-11.880448-51.318784 99.424256 90.257408 162.14016 123.572224 194.861056v2.37568h-14.258176c-76.96384-21.671936-123.764736-40.841216-163.969024-92.678144-57.790464-74.504192 10.113024-181.254144 68.9152-192.483328 52.422656-10.01472 53.481472-0.913408 85.547008 0z" fill="#ff994b" p-id="55341" data-spm-anchor-id="a313x.search_index.0.i101.3a233a81U2tjMX" class=""></path></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

1
static/jsfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739863229306" class="icon" viewBox="0 0 1177 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10001" xmlns:xlink="http://www.w3.org/1999/xlink" width="18.390625" height="16"><path d="M721.664 828.928h74.6496v-232.9088a174.1824 174.1824 0 0 1-124.16-115.5072l-16.896-53.248a53.8112 53.8112 0 0 0-51.5072-37.1712H292.096c-23.552 0-44.4416 15.0528-51.5072 37.12l-16.896 53.248a174.1824 174.1824 0 0 1-124.16 115.5584v232.96h74.6496a125.0816 125.0816 0 0 1 99.5328-48.7936c40.704 0 76.8512 19.1488 99.584 48.7424h149.248a125.0816 125.0816 0 0 1 99.584-48.7424c40.704 0 76.8 19.1488 99.5328 48.7424z m-221.4912 97.536H395.6736C384.1536 982.1184 333.9264 1024 273.7152 1024c-60.16 0-110.3872-41.8816-121.9072-97.536h-52.224C44.544 926.464 0 882.7904 0 828.928v-270.1824C0 528.384 25.088 503.808 56.0128 503.808c33.28 0 62.72-21.1968 72.6016-52.3776l16.9472-53.248c19.968-62.8736 79.36-105.6768 146.5344-105.6768h311.6544c67.1744 0 126.5152 42.8032 146.5344 105.6768l16.896 53.248a75.9296 75.9296 0 0 0 72.704 52.3776c30.8736 0 55.9616 24.576 55.9616 54.8864v270.1824c0 53.8624-44.544 97.536-99.5328 97.536h-52.224C732.4672 982.1184 682.24 1024 622.08 1024c-60.2112 0-110.4384-41.8816-121.9584-97.536zM346.368 487.6288h203.1104c53.8624 0 97.536 43.6736 97.536 97.536H248.832c0-53.8624 43.6736-97.536 97.536-97.536zM945.6128 195.072c-54.9888 0-99.5328-43.6736-99.5328-97.536S890.624 0 945.6128 0c54.9888 0 99.5328 43.6736 99.5328 97.536s-44.544 97.536-99.5328 97.536zM882.176 934.3488a108.032 108.032 0 0 0 56.5248-94.5664v-300.2368c0-33.6896-27.8528-60.928-62.208-60.928-37.0176 0-69.7344-23.6032-80.6912-58.2144l-18.8416-59.1872a165.7344 165.7344 0 0 0-30.4128-55.6544 99.5328 99.5328 0 0 1 92.6208-61.7472h199.0656c54.9888 0 99.5328 43.6736 99.5328 97.536v255.0272c0 53.8624-44.544 97.536-99.5328 97.536l-41.2672 233.2672a58.8288 58.8288 0 0 1-58.2656 48.0768c-26.2144 0-48.9984-16.896-56.5248-40.96z" fill="#1e92f0" p-id="10002" data-spm-anchor-id="a313x.search_index.0.i26.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
static/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

1
static/lsyl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739863096828" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6600" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M952.189142 881.116279s-79.300465 109.544186-190.511628 142.883721c-90.659721-18.598698-175.842233-121.998884-190.511627-142.883721-0.976372-35.95907 0-238.139535 0-238.139535s133.620093-21.027721 190.511627-71.44186c0 0 44.508279 67.726884 190.511628 71.44186 0.952558 70.703628 0 238.139535 0 238.139535z m-89.469023-204.276093l-134.715535 134.715535-67.369674-67.345861-33.67293 33.672931 101.042604 101.01879 168.388465-168.388465zM666.4217 285.767442a214.325581 214.325581 0 0 1-428.651162 0 47.627907 47.627907 0 0 1-47.627907-47.627907V190.511628a190.511628 190.511628 0 0 1 190.511628-190.511628h142.883721a190.511628 190.511628 0 0 1 190.511627 190.511628v47.627907a47.627907 47.627907 0 0 1-47.627907 47.627907z m-166.697674-142.883721h-23.813953V119.069767a23.813953 23.813953 0 0 0-47.627907 0v23.813954h-23.813954a23.813953 23.813953 0 0 0 0 47.627907h23.813954v23.813953a23.813953 23.813953 0 0 0 47.627907 0V190.511628h23.813953a23.813953 23.813953 0 0 0 0-47.627907z m-23.813953 642.976744a308.938419 308.938419 0 0 0 111.925581 238.139535H118.70077a47.627907 47.627907 0 0 1-47.627907-47.627907v-95.255814a380.642233 380.642233 0 0 1 535.813954-347.92186A309.033674 309.033674 0 0 0 475.910073 785.860465z" fill="#1e92f0" p-id="6601" data-spm-anchor-id="a313x.search_index.0.i14.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

1
static/myfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739862908377" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5376" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M153.6 25.6C82.9056 25.6 25.6 82.9056 25.6 153.6v716.8c0 70.6944 57.3056 128 128 128h716.8c70.6944 0 128-57.3056 128-128V153.6c0-70.6944-57.3056-128-128-128H153.6zM0 153.6C0 68.7744 68.7744 0 153.6 0h716.8c84.8256 0 153.6 68.7744 153.6 153.6v716.8c0 84.8256-68.7744 153.6-153.6 153.6H153.6C68.7744 1024 0 955.2256 0 870.4V153.6z" fill="#1e92f0" p-id="5377" data-spm-anchor-id="a313x.search_index.0.i5.758f3a81Ys7Sqp" class="selected"></path><path d="M729.1264 683.5968a44.1088 44.1088 0 1 0-44.8-44.096 44.4416 44.4416 0 0 0 44.8 44.096zM521.856 703.0016a25.472 25.472 0 1 0 0 50.9312h226.2016a25.472 25.472 0 0 0 0-50.9312H521.856z m107.904-131.1232v26.2144h-36.6976c21.76-16.3072 17.0624-47.36-6.208-47.36h-58.6496a19.6224 19.6224 0 1 0 0 39.2064h21.9648c-41.8688 41.4976-30.72 93.6576 15.5136 93.6576h70.8224a35.8912 35.8912 0 0 0 36.1856-35.6352v-76.096a21.4528 21.4528 0 0 0-42.9056 0l-0.0256 0.0128z m-67.7376-265.1264a52.9664 52.9664 0 1 0-53.76-52.9536 53.3632 53.3632 0 0 0 53.76 52.9536z" fill="#1e92f0" p-id="5378" data-spm-anchor-id="a313x.search_index.0.i10.758f3a81Ys7Sqp" class="selected"></path><path d="M632.1408 518.5152a25.6 25.6 0 0 0-15.872-38.1568l-86.2464-32.5248v-102.5152a61.312 61.312 0 0 0-103.5392-45.632l-117.6576 110.464a95.4624 95.4624 0 0 0-28.5312 51.9168l-30.016 159.3216a11.3536 11.3536 0 0 0 11.2768 13.3504h59.0976v152.32c0 19.9808 3.328 36.1728 36.6976 36.1728s36.6976-16.192 36.6976-36.1728v-152.32h57.6a11.3536 11.3536 0 0 0 11.2-13.696l-35.712-162.56 46.0032-45.312v52.544a32.1664 32.1664 0 0 0 21.2096 30.1184l101.568 37.4272c14.08 5.1968 27.84 5.9904 36.2112-14.784l0.0128 0.0384z" fill="#1e92f0" p-id="5379" data-spm-anchor-id="a313x.search_index.0.i9.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 2.0 KiB

1
static/rysd.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739863125689" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7871" data-spm-anchor-id="a313x.search_index.0.i20.758f3a81Ys7Sqp" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M632.376889 128a34.304 34.304 0 0 0-32.312889 24.746667C570.311111 250.311111 561.208889 284.444444 545.052444 301.112889c-10.353778 10.752-38.115556 24.064-77.596444 42.040889L317.496889 417.962667c-12.515556 6.257778-31.232 7.395556-47.217778 1.024-34.247111-13.937778-57.059556-23.950222-71.224889-34.759111-25.941333-19.854222-43.235556-52.679111-91.079111-148.878223a34.304 34.304 0 1 0-61.44 30.606223c47.843556 96.142222 68.664889 140.515556 110.933333 172.771555 36.465778 27.875556 81.009778 41.927111 160.995556 74.183111l8.533333 17.123556 75.434667 151.210666 0.056889 0.113778c31.857778 63.601778 125.553778 92.501333 181.304889 64.682667l140.629333-69.176889 100.181333 175.331556c32.483556 56.718222 117.589333 8.021333 85.105778-48.696889l-117.020444-204.458667a49.038222 49.038222 0 0 0-61.44-20.878222l-89.941334 37.603555 90.453334-80.611555 186.254222 52.679111c63.601778 19.057778 90.794667-77.255111 26.737778-94.321778l-212.195556-60.017778a48.924444 48.924444 0 0 0-45.909333 10.581334l-116.906667 104.106666-55.580444-111.502222-15.644445-31.288889c44.032-19.171556 72.988444-32.881778 95.914667-56.604444 34.645333-35.84 41.984-80.042667 71.281778-175.957334a34.304 34.304 0 0 0-33.336889-44.828444zM332.458667 207.530667c-48.184889 0-87.381333 39.196444-87.381334 87.381333 0 48.526222 39.253333 87.381333 87.381334 87.381333 48.526222 0 87.836444-38.855111 87.836444-87.381333a87.608889 87.608889 0 0 0-87.836444-87.381333z" fill="#1e92f0" p-id="7872" data-spm-anchor-id="a313x.search_index.0.i18.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

1
static/swzl.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739862853591" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4273" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M513.792 513.1264m-450.816 0a450.816 450.816 0 1 0 901.632 0 450.816 450.816 0 1 0-901.632 0Z" fill="#1e92f0" p-id="4274" data-spm-anchor-id="a313x.search_index.0.i0.758f3a81Ys7Sqp" class="selected"></path><path d="M784.4864 721.7152l-25.7024-347.136c-2.3552-32-30.0544-56.832-63.3856-56.832h-29.3888c-3.6864-80.7424-70.5536-145.3056-152.2176-145.3056-81.664 0-148.48 64.5632-152.2176 145.3056h-29.3888c-33.3312 0-60.9792 24.832-63.3856 56.832l-25.7024 347.136c-2.6112 35.4304 26.5216 65.536 63.3856 65.536h414.6688c36.8128 0 65.9456-30.1056 63.3344-65.536z m-270.6944-482.7136c44.9536 0 81.8688 34.7136 85.4528 78.7456H428.288c3.6352-43.9808 40.5504-78.7456 85.504-78.7456z m164.0448 462.9504a30.54592 30.54592 0 0 1-22.1696 9.4208c-7.68 0-15.3088-2.816-21.2992-8.5504l-48.7424-46.7968c-21.5552 13.824-47.1552 21.8624-74.5984 21.8624-76.4416 0-138.5984-62.1568-138.5984-138.5984s62.1568-138.5984 138.5984-138.5984c76.3904 0 138.5984 62.1568 138.5984 138.5984 0 26.7776-7.6288 51.7632-20.8384 72.96l48.128 46.2336c12.288 11.776 12.6464 31.232 0.9216 43.4688z" fill="#FFFFFF" p-id="4275"></path><path d="M511.0272 462.1824c-42.5472 0-77.1584 34.6112-77.1584 77.1584s34.6112 77.1584 77.1584 77.1584 77.1584-34.6112 77.1584-77.1584-34.6112-77.1584-77.1584-77.1584z" fill="#FFFFFF" p-id="4276" data-spm-anchor-id="a313x.search_index.0.i3.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

1
static/tpsc.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1740033691630" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="126773" width="32" height="32" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M514.048 62.464q93.184 0 175.616 35.328t143.872 96.768 96.768 143.872 35.328 175.616q0 94.208-35.328 176.128t-96.768 143.36-143.872 96.768-175.616 35.328q-94.208 0-176.64-35.328t-143.872-96.768-96.768-143.36-35.328-176.128q0-93.184 35.328-175.616t96.768-143.872 143.872-96.768 176.64-35.328zM772.096 576.512q26.624 0 45.056-18.944t18.432-45.568-18.432-45.056-45.056-18.432l-192.512 0 0-192.512q0-26.624-18.944-45.568t-45.568-18.944-45.056 18.944-18.432 45.568l0 192.512-192.512 0q-26.624 0-45.056 18.432t-18.432 45.056 18.432 45.568 45.056 18.944l192.512 0 0 191.488q0 26.624 18.432 45.568t45.056 18.944 45.568-18.944 18.944-45.568l0-191.488 192.512 0z" p-id="126774" data-spm-anchor-id="a313x.search_index.0.i154.3a233a81U2tjMX" class="" fill="#0f97ff"></path></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
static/ts.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739863762357" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15965" data-spm-anchor-id="a313x.search_index.0.i46.758f3a81Ys7Sqp" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M397.952 193.6a128 128 0 0 1 219.52-7.328l4.064 6.784 285.92 509.696a128 128 0 0 1-103.424 190.4l-8.192 0.224H227.264a128 128 0 0 1-115.648-182.816l3.712-7.232L397.952 193.6z m142.976 6.08a64 64 0 0 0-84.416 20.672l-2.592 4.288-282.624 509.728a64 64 0 0 0 51.2 94.848l4.8 0.16H795.84a64 64 0 0 0 58.08-90.848l-2.24-4.48-285.984-509.696a64 64 0 0 0-24.768-24.64zM512 690.56a34.88 34.88 0 1 1 0 69.824 34.88 34.88 0 0 1 0-69.792z m0-349.984a32 32 0 0 1 31.776 28.256l0.224 3.744v227.904a32 32 0 0 1-63.808 3.712l-0.192-3.712v-227.904a32 32 0 0 1 32-32z" fill="#1e92f0" p-id="15966" data-spm-anchor-id="a313x.search_index.0.i47.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

1
static/tsjy.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739863748234" class="icon" viewBox="0 0 1179 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15729" data-spm-anchor-id="a313x.search_index.0.i43.758f3a81Ys7Sqp" xmlns:xlink="http://www.w3.org/1999/xlink" width="18.421875" height="16"><path d="M1179.044103 982.340442H0v39.30147h1179.044103v-39.30147z" fill="#333333" p-id="15730"></path><path d="M746.924439 687.579416L196.507351 686.793387l0.196507-39.301471 510.722604 0.78603-0.589522-491.268376h39.30147l0.786029 530.569846z" fill="#1e92f0" p-id="15731" data-spm-anchor-id="a313x.search_index.0.i44.758f3a81Ys7Sqp" class="selected"></path><path d="M708.998521 39.301667a28.100551 28.100551 0 0 1 19.650735 8.253308l382.992826 382.599812a28.297058 28.297058 0 0 1 0 39.30147L597.382346 984.502023l-259.979225-4.912684L67.402021 709.391732a28.297058 28.297058 0 0 1 0-39.30147L688.954771 47.554975a28.100551 28.100551 0 0 1 19.650735-8.253308m0-39.30147a67.402021 67.402021 0 0 0-47.751286 19.650735L39.30147 641.596696a67.598529 67.598529 0 0 0 0 95.69908l281.595033 281.202018 292.402938 5.502206L1139.742633 497.949823a67.598529 67.598529 0 0 0 0-95.69908L756.946314 19.650932a67.402021 67.402021 0 0 0-47.751286-19.650735z" fill="#1e92f0" p-id="15732" data-spm-anchor-id="a313x.search_index.0.i40.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

1
static/yjfk.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739865877557" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17015" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M170.666667 896v0.021333c-0.426667 0.021333 0 0.426667 0 2.069334C170.666667 896.426667 170.24 896 170.666667 896z m682.666666-607.488V896H170.666667V170.666667h554.666666V128H170.474667C147.178667 128 128 146.176 128 168.576v729.514667C128 920.448 147.114667 938.666667 170.666667 938.666667h682.666666c23.68 0 42.666667-18.218667 42.666667-40.661334v-609.493333h-42.666667zM618.474667 519.701333a21.312 21.312 0 0 0 29.226666-7.530666l245.333334-416a21.354667 21.354667 0 0 0-36.757334-21.674667l-245.333333 416a21.333333 21.333333 0 0 0 7.530667 29.226667zM298.666667 384.021333h298.666666v-42.666666H298.666667v42.666666z m0 128h170.666666v-42.666666h-170.666666v42.666666z" fill="#1296db" p-id="17016" data-spm-anchor-id="a313x.search_index.0.i51.758f3a81Ys7Sqp" class=""></path></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

1
static/zxfk.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739866040688" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="17293" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M992.544 595.296a31.968 31.968 0 0 0-45.248 0l-201.376 201.376-95.04-95.04a31.968 31.968 0 1 0-45.248 45.248l117.664 117.664a31.968 31.968 0 0 0 45.248 0l224-224a31.968 31.968 0 0 0 0-45.248zM800 352a32 32 0 0 0-32-32H256a32 32 0 0 0 0 64h512a32 32 0 0 0 32-32zM256 544a32 32 0 0 0 0 64h288a32 32 0 0 0 0-64H256z" p-id="17294" fill="#1296db"></path><path d="M771.104 928H195.04C175.904 928 160 911.68 160 891.072V132.928C160 112.32 175.904 96 195.04 96h633.92C848.096 96 864 112.32 864 132.928v350.528a32 32 0 0 0 64 0V132.928C928 77.376 883.84 32 828.96 32H195.04C140.16 32 96 77.376 96 132.928v758.144C96 946.624 140.16 992 195.04 992h576.064a32 32 0 0 0 0-64z" p-id="17295" fill="#1296db"></path></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

1
static/zxfw.svg Normal file
View File

@@ -0,0 +1 @@
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1739863620206" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11141" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16"><path d="M981 502.28c0-91.09-71.41-165.8-161.18-171.14a325.85 325.85 0 0 0-615.66 0C114.39 336.47 43 411.2 43 502.28c0 94.55 76.92 171.46 171.46 171.46h20a8 8 0 0 0 8-8V439.31c0-71.91 28-141.27 78.75-192.17a269.55 269.55 0 0 1 460.33 190.4v150c0 71.82-27.7 141.15-78.22 192.2a268.51 268.51 0 0 1-162.58 78.66 42 42 0 1 0 2.89 56 326.48 326.48 0 0 0 283.16-241.52C913.26 664.2 981 591 981 502.28z m-794.54-64.74v176.77A115.48 115.48 0 0 1 190 389.44a330.73 330.73 0 0 0-3.54 48.1z m650.14 177q0.93-12.45 0.94-25v-152a329.2 329.2 0 0 0-3.54-48.09 115.46 115.46 0 0 1 2.57 225.08z" fill="#1e92f0" p-id="11142" data-spm-anchor-id="a313x.search_index.0.i30.758f3a81Ys7Sqp" class="selected"></path></svg>

After

Width:  |  Height:  |  Size: 1021 B

1
static/zyzfw.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB