[web] 删除不再使用的文件并新增超时处理接口

This commit is contained in:
远野千束 2025-01-03 20:51:57 +08:00
parent c3c6ca7281
commit 682679b63a
29 changed files with 15 additions and 141 deletions

View File

@ -38,6 +38,14 @@ jobs:
- name: Install dependencies
run: go mod tidy
- name: Pull and build front-end
run: |
git clone https://github.com/snowykami/server-status-web
cd server-status-web
pnpm install
pnpm run build
cp -r dist api/frontend/web
- name: Compile
env:
GOOS: ${{ matrix.goos }}

View File

@ -59,7 +59,12 @@ func OnGetStaticFile(ctx context.Context, c *app.RequestContext) {
} else if strings.HasSuffix(fp, ".svg") {
contentType = "image/svg+xml"
}
log.Info("Get file: ", fp, " with content type: ", contentType)
c.Data(200, contentType, data)
}
func OnGetTimeout(ctx context.Context, c *app.RequestContext) {
log.Info("Timeout")
c.JSON(200, "Timeout")
ctx.Done()
}

View File

@ -1 +0,0 @@
http://127.0.0.1:8088

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
:root{font-family:Josefin Sans,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--text-color-1: #000;--text-color-2: #5f5f5f}.dark{color:#fff;background-color:#000}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}.logo[data-v-49c835b0]{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo[data-v-49c835b0]:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vue[data-v-49c835b0]:hover{filter:drop-shadow(0 0 2em #42b883aa)}footer[data-v-49c835b0]{text-align:center;padding:1em;color:#666}a[data-v-49c835b0]{color:#36a7ec}.online-status[data-v-d33c36a0]{position:relative;width:15px;height:15px}.dot[data-v-d33c36a0]{width:100%;height:100%;border-radius:50%;z-index:1}.pulse[data-v-d33c36a0]{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;animation:pulse-d33c36a0 1.5s infinite;z-index:0}@keyframes pulse-d33c36a0{0%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}}.disk[data-v-6cc8290d]{margin-top:.75rem}.disk-total[data-v-6cc8290d]{height:.618rem;width:90%;border-radius:1rem;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}.disk-used[data-v-6cc8290d]{height:100%;left:0;top:0;clip-path:inset(0 0 0 0 round 1rem)}.hover-text[data-v-6cc8290d]{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;text-align:center}.left-text[data-v-6cc8290d]{display:flex;justify-content:flex-start}.right-text[data-v-6cc8290d]{display:flex;justify-content:flex-end}.disk-text[data-v-6cc8290d]{font-size:16px;color:var(--text-color-2)}.percentage[data-v-6cc8290d]{font-size:14px;color:var(--text-color-2)}[data-v-1563fa25]:root{--liteyuki-color-1: #d0e9ff;--liteyuki-color-2: #a2d8f4;--hover-border-color: #ccc}.host[data-v-1563fa25]{padding:1rem;border:2px solid #ccc;border-radius:20px;flex-direction:column;justify-content:space-between;transition:border-color .3s ease}.host[data-v-1563fa25]:hover{border-color:var(--hover-border-color)}.meta-1 .outline-anime[data-v-1563fa25]{margin-right:.5em}.host-name[data-v-1563fa25]{text-align:center;font-size:1.5rem;font-weight:700}.meta-2[data-v-1563fa25]{margin-top:.5em}.meta-2 .meta2-text[data-v-1563fa25]{font-size:.9rem;color:var(--text-color-2)}.meta-2 .section[data-v-1563fa25]{margin-bottom:.5rem;justify-content:flex-start}.labels[data-v-1563fa25]{margin-top:.5em}.labels .label[data-v-1563fa25]{padding:.05rem .5rem;border:1px dashed;border-color:var(--text-color-1);border-radius:50px;margin-right:.5rem;background-color:#dfdfdf;color:var(--text-color-1);font-size:.8rem}.icon[data-v-1563fa25]{margin-right:.618rem;height:16px}.section[data-v-1563fa25]{display:flex;margin-right:10px;align-items:center}.time-tag[data-v-1563fa25]{padding:0 .5rem;font-size:.8rem;border-radius:50px;border:1px dashed;align-items:center}.charts-container .hw-info[data-v-1563fa25]{width:30%;align-items:center}.charts-container .hw-info .chart[data-v-1563fa25]{width:100%;aspect-ratio:1}.charts-container .hw-info .hw-title[data-v-1563fa25]{text-align:center;font-size:.9rem}.charts-container .hw-info .hw-detail[data-v-1563fa25]{text-align:center;font-size:.7rem}.section-name[data-v-1563fa25]{text-align:center;font-size:1rem;font-weight:700}.net .net-chart[data-v-1563fa25]{width:100%;aspect-ratio:2}.tabs[data-v-bb2fd60a]{margin-bottom:1rem}.button-a[data-v-bb2fd60a]{margin-left:10px}button[data-v-bb2fd60a]{margin:10px 10px 0 0;padding:.5rem;border-radius:50px;border:none;background:#36a7ec}#reverse-button[data-v-bb2fd60a]{background:#05c860}#reverse-button.selected[data-v-bb2fd60a],button.selected[data-v-bb2fd60a]{background:tomato}.overview[data-v-bb2fd60a]{display:flex;justify-content:center;padding:10px}.grid-container[data-v-bb2fd60a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;padding:10px}.options[data-v-bb2fd60a]{display:flex;gap:10px}.slide-fade-enter-active[data-v-bb2fd60a],.slide-fade-leave-active[data-v-bb2fd60a]{transition:all .5s ease}.slide-fade-enter-from[data-v-bb2fd60a],.slide-fade-leave-to[data-v-bb2fd60a]{transform:translate(-100%);opacity:0}

View File

@ -1 +0,0 @@
<svg t="1727822038069" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4294" width="500" height="500"><path d="M131.437714 1024h761.124572v-72.704H131.437714V1024z m792.868572-1024H99.766857C44.617143 0 0 44.836571 0 99.913143v604.745143C0 759.734857 44.763429 804.571429 99.693714 804.571429h824.612572C979.236571 804.571429 1024 759.734857 1024 704.658286V99.913143C1024 44.763429 979.382857 0 924.306286 0z m49.371428 475.428571H682.057143L572.854857 297.398857 357.595429 590.043429 243.126857 475.428571H71.972571v-72.704h201.289143l76.068572 76.068572 228.790857-311.222857L722.651429 402.724571h251.172571V475.428571z" p-id="4295" fill="#a2d8f4"></path></svg>

Before

Width:  |  Height:  |  Size: 710 B

View File

@ -1,16 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/icon.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Server Status</title>
<link href="https://fonts.font.im/css?family=Josefin+Sans:400,400i,600,600i,700,700i" rel="stylesheet">
<link href="https://fonts.font.im/css?family=Quattrocento+Sans:400,400i,700,700i" rel="stylesheet">
<script type="module" crossorigin src="/assets/index-Cj1iUgBT.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DhV9f_LC.css">
</head>
<body>
<div id="app"></div>
</body>
</html>

View File

@ -1 +0,0 @@
<svg t="1728071238053" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8448" width="500" height="500"><path d="M973.180137 514.739063L509.228934 50.787861c-11.980201-12.082596-28.260987-18.840658-45.258537-18.738263H96.065593c-35.326234 0-63.9968 28.670566-63.996801 63.9968v368.007199c0 16.99755 6.655667 33.278336 18.738263 45.258537l463.951203 463.951203c24.984351 24.984351 65.532723 24.984351 90.517074 0l368.0072-368.0072c24.881956-24.984351 24.881956-65.532723-0.102395-90.517074zM271.979997 335.957602c-44.132193 0-79.970401-35.838208-79.970402-79.970401s35.838208-79.970401 79.970402-79.970402c44.132193 0 79.970401 35.838208 79.970401 79.970402 0.102395 44.132193-35.735813 79.970401-79.970401 79.970401z" fill="#2c2c2c" p-id="8449"></path><path d="M901.298931 469.275736L469.294931 901.279736l80.072796 79.970401h31.947203l399.954402-399.954402v-31.947202z" fill="#2c2c2c" p-id="8450"></path><path d="M112.039194 335.957602H31.966398c-8.80596 0.20479-15.768812 7.577221-15.564022 16.383181 0.20479 8.498775 7.065247 15.359232 15.564022 15.564022h79.970401c8.80596-0.20479 15.768812-7.577221 15.564022-16.383181-0.102395-8.498775-6.962852-15.359232-15.461627-15.564022zM511.993596 480.027199H383.999996c-8.80596 0.20479-15.768812 7.577221-15.564022 16.38318 0.20479 8.498775 7.065247 15.359232 15.564022 15.564022h127.9936c8.80596 0.20479 16.178391-6.758062 16.383181-15.564022s-6.758062-16.178391-15.564022-16.38318c-0.307185-0.102395-0.511974-0.102395-0.819159 0z m63.9968-127.993601h-15.973601c-8.80596 0-15.973601 7.167642-15.973601 15.973602s7.167642 15.973601 15.973601 15.973601h15.973601c8.80596 0 15.973601-7.167642 15.973602-15.973601s-7.167642-15.973601-15.973602-15.973602z m15.973602-208.066396h-96.046398c-8.80596 0-15.973601 7.167642-15.973601 15.973601s7.167642 15.973601 15.973601 15.973601h96.046398c8.80596 0 15.973601-7.167642 15.973601-15.973601s-7.167642-15.973601-15.973601-15.973601z m-383.980801-48.023199h-32.049598c-8.80596 0.20479-15.768812 7.577221-15.564022 16.383181 0.20479 8.498775 7.065247 15.359232 15.564022 15.564021H207.880802c8.80596 0.20479 16.178391-6.758062 16.383181-15.564021 0.20479-8.80596-6.758062-16.178391-15.564022-16.383181h-0.716764zM383.999996 719.938403h-79.970402c-8.80596 0-15.973601 7.167642-15.973601 15.973601s7.167642 15.973601 15.973601 15.973602H383.999996c8.80596 0 15.973601-7.167642 15.973601-15.973602s-7.167642-15.973601-15.973601-15.973601z m352.033598 79.970402h-79.970401c-8.80596 0-15.973601 7.167642-15.973602 15.973601s7.167642 15.973601 15.973602 15.973601h79.970401c8.80596 0 15.973601-7.167642 15.973601-15.973601s-7.167642-15.973601-15.973601-15.973601z m-64.099195-143.967202h48.023199c8.80596 0.20479 16.178391-6.758062 16.383181-15.564022s-6.758062-16.178391-15.564022-16.383181H671.934399c-8.80596-0.20479-16.178391 6.758062-16.383181 15.564022s6.758062 16.178391 15.564022 16.383181h0.819159z" fill="#2c2c2c" p-id="8451"></path><path d="M995.809405 492.109795L531.858203 28.158592C513.939099 10.137093 489.466723 0 463.970397 0H96.065593C43.025045 0 0.019195 43.00585 0.019195 96.046398v368.007199c0 25.496325 10.137093 49.866307 28.158592 67.887806l463.951202 463.951202c37.476526 37.476526 98.299085 37.476526 135.775612 0l368.007199-368.007199c37.374131-37.476526 37.374131-98.299085-0.102395-135.775611zM470.011695 883.258237L73.436324 486.580471c-6.041298-5.938903-9.420329-14.130493-9.420329-22.629269V96.046398c0-17.714314 14.335283-31.947203 31.947203-31.947203h368.007199c8.498775 0 16.587971 3.379031 22.629269 9.420329L883.277432 469.9925 470.011695 883.258237zM950.550868 582.626869L582.646064 950.531673c-12.492175 12.492175-32.766362 12.492175-45.258538 0l-44.644167-44.644167 413.163342-413.265737 44.644167 44.644168c12.59457 12.59457 12.59457 32.868757 0 45.360932zM271.979997 159.940803c-53.040548 0-95.944003 43.00585-95.944003 96.046398s43.00585 95.944003 96.046398 95.944002 95.944003-43.00585 95.944003-96.046397c0-52.938153-43.00585-95.944003-96.046398-95.944003z m0 160.043198c-35.326234 0-63.9968-28.670566-63.9968-63.9968s28.670566-63.9968 63.9968-63.996801 63.9968 28.670566 63.9968 63.996801-28.670566 63.9968-63.9968 63.9968z" fill="#2c2c2c" p-id="8452"></path></svg>

Before

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -1 +0,0 @@
<svg t="1727943332955" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4336" width="500" height="500"><path d="M731.546 588.952C782.032 501.857 806 432.632 806 384c0-162.372-131.628-294-294-294S218 221.628 218 384c0 48.633 23.968 117.857 74.454 204.952C341.914 674.28 415.131 773.963 512 887.432c96.869-113.469 170.085-213.153 219.546-298.48zM549.64 981.52a50 50 0 0 1-4.727 4.727c-20.788 18.177-52.375 16.06-70.553-4.727C243.453 717.45 128 518.277 128 384 128 171.923 299.923 0 512 0s384 171.923 384 384c0 134.277-115.453 333.45-346.36 597.519zM512 544c88.366 0 160-71.634 160-160s-71.634-160-160-160-160 71.634-160 160 71.634 160 160 160z m0-90c-38.66 0-70-31.34-70-70s31.34-70 70-70 70 31.34 70 70-31.34 70-70 70z" p-id="4337"></path></svg>

Before

Width:  |  Height:  |  Size: 787 B

View File

@ -1 +0,0 @@
<svg t="1728073281593" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9684" width="500" height="500"><path d="M981.333333 789.333333h-106.666666V256c0-59.733333-46.933333-106.666667-106.666667-106.666667H234.666667V42.666667c0-25.6-17.066667-42.666667-42.666667-42.666667s-42.666667 17.066667-42.666667 42.666667v106.666666H42.666667c-25.6 0-42.666667 17.066667-42.666667 42.666667s17.066667 42.666667 42.666667 42.666667h106.666666V768c0 59.733333 46.933333 106.666667 106.666667 106.666667h533.333333V981.333333c0 25.6 17.066667 42.666667 42.666667 42.666667s42.666667-17.066667 42.666667-42.666667v-106.666666H981.333333c25.6 0 42.666667-17.066667 42.666667-42.666667s-17.066667-42.666667-42.666667-42.666667z m-213.333333-554.666666c12.8 0 21.333333 8.533333 21.333333 21.333333v341.333333l-145.066666-140.8c-17.066667-17.066667-42.666667-17.066667-59.733334 0l-140.8 145.066667L384 541.866667c-17.066667-17.066667-38.4-17.066667-55.466667-4.266667l-89.6 72.533333V234.666667H768z m-512 554.666666c-12.8 0-21.333333-8.533333-21.333333-21.333333v-42.666667l115.2-93.866666 64 64c8.533333 8.533333 17.066667 12.8 29.866666 12.8s21.333333-4.266667 29.866667-12.8l140.8-145.066667 174.933333 166.4v72.533333H256z" p-id="9685"></path><path d="M384 482.133333c51.2 0 93.866667-42.666667 93.866667-93.866666s-42.666667-93.866667-93.866667-93.866667-93.866667 38.4-93.866667 89.6 42.666667 98.133333 93.866667 98.133333z m0-128c17.066667 0 34.133333 12.8 34.133333 34.133334s-17.066667 29.866667-34.133333 29.866666-34.133333-17.066667-34.133333-34.133333 17.066667-29.866667 34.133333-29.866667z" p-id="9686"></path></svg>

Before

Width:  |  Height:  |  Size: 1.6 KiB

View File

@ -1 +0,0 @@
<svg t="1728061797541" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="16315" width="500" height="500"><path d="M378.327044 615.997446v-103.014401l-74.168321 74.260481c7.9872 5.56032 15.52384 10.1376 22.60992 13.84448 7.08608 3.72736 13.7216 6.6048 19.89632 8.78592 6.17472 2.2016 11.90912 3.6864 17.182721 4.66944 5.2736 0.96256 10.10688 1.39264 14.47936 1.45408m379.217924-8.56064c0.13312 0.1024 0.86016 0.7168 2.19136 1.56672 1.3312 0.86016 3.29728 1.9456 5.89824 3.03104 2.59072 1.08544 5.8368 2.1504 9.74848 2.94912 3.91168 0.79872 8.4992 1.3312 13.7728 1.3312 4.4032 0 9.2672-0.39936 14.592-1.32096 5.3248-0.93184 11.12064-2.4064 17.36704-4.58752a152.053762 152.053762 0 0 0 20.16256-8.82688 213.575682 213.575682 0 0 0 22.947841-14.0288L807.936008 532.418565 621.383686 345.169923l-81.858561 81.879041-110.417921-113.868801L151.982082 587.161606a213.391362 213.391362 0 0 0 22.91712 14.0288c7.17824 3.74784 13.89568 6.63552 20.14208 8.82688 6.2464 2.17088 12.032 3.65568 17.3568 4.57728 5.3248 0.93184 10.17856 1.3312 14.58176 1.3312a68.505601 68.505601 0 0 0 13.76256-1.3312c3.91168-0.79872 7.15776-1.87392 9.758721-2.94912 2.59072-1.08544 4.54656-2.18112 5.888-3.03104 1.3312-0.84992 2.05824-1.46432 2.19136-1.57696l125.102081-125.102081 44.73856-42.905601 123.883522 123.893762 43.27424 44.50304c0.13312 0.1024 0.86016 0.7168 2.19136 1.56672 1.34144 0.86016 3.29728 1.9456 5.89824 3.03104 2.59072 1.08544 5.8368 2.1504 9.74848 2.94912 3.91168 0.79872 8.4992 1.3312 13.78304 1.3312 4.4032 0 9.2672-0.39936 14.592-1.32096 5.3248-0.93184 11.1104-2.4064 17.367041-4.58752a152.371202 152.371202 0 0 0 20.15232-8.82688 213.575682 213.575682 0 0 0 22.9376-14.0288l-99.399681-97.341441 18.50368-18.50368 86.026241 86.016001 50.176001 49.7152m-1.0752-518.860805L1000.85761 512.000005 756.480008 935.424009h-488.960005L23.1424 512.000005 267.520003 88.576001z" p-id="16316"></path><path d="M603.985926 491.376645l-65.095681-64.972801 4.62848-4.6592 65.556481 64.839681z" p-id="16317"></path></svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1 +0,0 @@
<svg t="1727945382740" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="9321" width="500" height="500"><path d="M373.279603 324.241914c36.285052 30.618137 94.83984 62.536026 145.66011 82.450213-43.715629-31.725925-87.219299-67.485078-130.642985-114.288116 36.145079-77.077241 79.304815-183.536856 123.800295-292.208049 72.546109 185.360507 207.760218 464.315093 388.897534 795.28372-49.210577-27.020826-93.79804-42.40588-139.833225-54.293604 15.257079 8.708333 51.320173 28.388564 74.459743 44.207535 36.553001 24.989215 70.382523 52.315983 102.194431 78.482972 28.394563 52.210003 57.137059 105.499799 86.189497 159.729415-144.484334-83.657981-284.891449-151.425005-399.923423-172.356997 37.658789-208.902-109.738987-332.1504-193.482952-199.181861-32.245826 51.196197-40.966156 135.548045-25.675084 198.228044C259.485393 878.301823 117.18464 956.696812 0.20104 1023.608c136.259909-246.906722 274.02353-497.202796 373.078563-699.366086z" p-id="9322"></path></svg>

Before

Width:  |  Height:  |  Size: 1006 B

View File

@ -1 +0,0 @@
<svg t="1728061341331" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="8375" width="500" height="500"><path d="M928.768 750.592c-1.536 4.096-21.504 74.24-70.656 145.92-43.008 62.464-87.04 124.928-156.672 125.952-68.608 1.024-90.624-40.96-168.96-40.96s-102.912 39.936-167.936 41.984c-67.072 2.56-118.784-68.096-161.792-130.048C115.2 767.488 47.616 534.528 138.24 378.88c44.544-77.824 124.928-127.488 211.968-129.024 65.536-1.024 128.512 44.544 168.448 44.544 40.96 0 116.736-55.296 196.608-47.104 33.28 1.536 126.976 13.824 186.88 101.376-4.608 3.072-111.616 66.56-110.592 195.072 1.024 155.136 135.68 206.336 137.216 206.848m-266.24-586.24C698.368 120.32 722.432 59.904 715.776 0c-51.2 2.048-114.176 34.304-151.04 77.824-32.768 37.888-61.952 99.328-53.76 158.72 56.832 3.072 115.712-30.208 151.552-72.192" p-id="8376"></path></svg>

Before

Width:  |  Height:  |  Size: 875 B

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.6 KiB

View File

@ -1 +0,0 @@
<svg t="1728061738726" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="15126" width="500" height="500"><path d="M687.07344 29.713441c-73.564437-26.878698-148.888788-34.142346-222.069244-27.294678-84.827891 6.687676-126.201887 32.926405-123.738006 28.190634-138.713281 49.501602-255.987601 156.024443-310.256972 305.361209-96.667318 265.971117 40.286049 560.10087 305.809187 656.960179 265.715129 96.859308 559.364906-40.318047 656.096221-306.289164 96.731315-265.939119-40.222052-560.068872-305.873184-656.896182zM354.321558 944.837114a455.337945 455.337945 0 0 1-81.628046-39.710076l1.983903 1.119946c123.738006 9.50354 285.266182-18.975081 394.188907-120.922143 0 0 207.605944-165.879965 57.373221-438.122779 0 0 24.222827 109.722685-6.655678 199.958315 0 0-29.438574 122.746054-160.280236 158.360329-192.726665 52.509457-412.300029-82.332012-504.135581-147.736844-6.911665-67.164747-0.767963-136.537386 23.902842-204.278105 36.478233-100.347139 105.08291-178.679345 188.886851-231.252799-20.894988 146.5849-4.351789 281.586361 19.455058 338.127622 31.966452 75.804328 87.451764 164.248044 195.830514 175.575496 108.37875 11.391448 168.087858-90.01164 168.087858-90.01164 55.645305-84.475908 64.348883-205.782032 63.484925-208.72589-0.863958-2.975856-14.815282-10.975468-14.815282-10.975468-37.406188 151.416666-99.0992 201.974217-99.0992 201.974216-97.275288 93.915451-166.167951 28.798605-166.167951 28.798606-74.076412-79.580145-22.174926-208.853884-22.174926-208.853884 29.022594-88.059735 113.498502-216.917493 209.269863-282.450319 15.967227 3.935809 31.99845 6.39969 47.773686 12.127413a458.857774 458.857774 0 0 1 151.96064 92.443522l-0.319985-0.287986c-70.012609 25.566762-183.063133 79.580145-183.063133 79.580145-179.223319 75.516342-191.350731 189.686812-191.350731 189.686812-18.559101 117.658301 74.844375 67.836714 74.844375 67.836714 96.091346-46.813732 143.321058-192.662668 143.321057-192.662667-29.982548-5.727723-53.629402 3.423834-53.629402 3.423834-38.366142 94.715412-116.602352 133.625528-116.602352 133.625527-30.814507 16.287211-37.98216-12.511394-37.98216-12.511394-5.215747-21.598954 22.270921-25.246777 22.270921-25.246777 42.653934-16.607196 69.916613-61.405026 76.124313-79.708139 6.143702-18.335112 17.567149-19.807041 17.567149-19.807041a530.086324 530.086324 0 0 1 109.402701-22.622904l2.335887-0.191991c72.540486-8.927568 183.575108 25.694755 183.575108 25.694756 24.926793 10.015515 48.797636 17.503152 70.012608 23.518861 40.702028 101.723073 47.133717 217.493465 6.81567 328.528087-87.003786 239.348407-351.37498 362.830425-590.531396 275.698645z" p-id="15127"></path></svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -1 +0,0 @@
<svg t="1728061671403" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="14056" width="500" height="500"><path d="M512 0C229.282909 0 0 229.282909 0 512s229.282909 512 512 512 512-229.282909 512-512S794.717091 0 512 0z m-0.930909 48.826182h0.093091a3.258182 3.258182 0 0 0 0.837818 0c211.688727 0 390.237091 142.056727 445.44 335.918545a805.934545 805.934545 0 0 1-196.096 255.813818c-39.424 34.117818-82.525091 64.372364-129.861818 85.736728-47.383273 21.317818-99.421091 33.466182-151.133091 30.533818a260.654545 260.654545 0 0 1-105.704727-29.463273 850.664727 850.664727 0 0 0 236.357818-191.767273c44.497455-51.944727 83.362909-111.243636 98.443636-178.408727 7.68-33.605818 8.843636-68.887273 1.861818-102.725818a189.858909 189.858909 0 0 0-46.498909-91.461818 186.786909 186.786909 0 0 0-86.341818-51.106909 225.745455 225.745455 0 0 0-100.212364-3.630546c-66.234182 12.148364-125.346909 50.548364-172.450909 98.117818-83.176727 83.781818-134.516364 202.007273-125.067636 320 4.747636 58.973091 24.389818 116.875636 58.274909 165.422546 6.656 9.541818 14.056727 18.525091 21.736727 27.182545a755.339636 755.339636 0 0 1-143.639272 34.397091A462.941091 462.941091 0 0 1 511.069091 48.826182z m3.258182 94.021818c0.186182-0.046545 0.744727 0.093091 0.558545 0.046545 32.209455 0 64.558545 9.821091 90.112 29.184a148.945455 148.945455 0 0 1 49.710546 69.352728 191.767273 191.767273 0 0 1 8.936727 86.016c-6.656 57.856-35.84 111.150545-71.354182 157.928727-63.022545 82.757818-146.897455 149.085091-240.128 195.490909-8.843636 4.421818-17.966545 8.704-27.089454 12.753455a238.033455 238.033455 0 0 1-48.872728-60.276364c-27.461818-48.593455-36.491636-106.309818-31.185454-162.071273 5.399273-55.808 24.482909-109.661091 50.362182-159.650909 29.928727-57.902545 70.562909-112.546909 127.162181-143.825454a192.698182 192.698182 0 0 1 91.834182-24.994909z m457.541818 316.974545c1.954909 17.082182 3.304727 34.397091 3.304727 51.991273 0 255.860364-207.220364 463.266909-463.127273 463.266909a461.591273 461.591273 0 0 1-353.28-164.305454 844.241455 844.241455 0 0 0 147.549091-49.338182c21.457455 16.104727 45.009455 29.509818 70.144 39.098182 74.007273 28.392727 157.882182 24.203636 232.541091-1.629091 74.612364-25.832727 140.613818-72.098909 198.097455-125.905455a850.106182 850.106182 0 0 0 164.770909-213.178182z" p-id="14057"></path></svg>

Before

Width:  |  Height:  |  Size: 2.3 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 10 KiB

View File

@ -1 +0,0 @@
<svg t="1727944988493" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4321" width="500" height="500"><path d="M567.612524 736.945941c-81.946878 38.109618-158.134117 37.725642-209.330917 34.013874-61.052184-4.415724-110.137116-21.11868-131.735766-35.741766a29.086182 29.086182 0 1 0-32.605962 48.15699c34.685832 23.486532 96.057996 40.95744 160.14999 45.565152 10.87932 0.767952 22.782576 1.27992 35.645773 1.27992 55.772514 0 126.616086-5.311668 202.419348-40.573464a29.11818 29.11818 0 0 0-24.542466-52.732704z m323.275795-43.101306c2.783826-252.656209 28.766202-730.162365-454.947565-691.572777C-41.629398 40.701456 84.986688 545.213924 77.883132 714.163365 71.579526 803.533779 41.91738 912.80695 0 1024h129.079933c13.27917-47.133054 23.03856-93.722142 27.230298-138.135367 7.775514 5.43966 16.094994 10.687332 24.990438 15.711019 14.463096 8.511468 26.87832 19.83876 40.029498 31.83801 30.750078 28.030248 65.5959 59.772264 133.719642 63.740016 4.575714 0.255984 9.183426 0.383976 13.663146 0.383976 68.891694 0 115.99275-30.142116 153.878383-54.364602 18.142866-11.615274 33.821886-21.630648 48.572964-26.462346 41.91738-13.11918 78.523092-34.301856 105.881383-61.244173a180.468721 180.468721 0 0 0 11.967252-12.95919c15.231048 55.868508 36.125742 118.744578 59.292294 181.492657H1023.936004c-66.171864-102.23361-134.423599-202.355353-133.047685-330.155365zM124.088244 556.381226v-0.031998c-4.735704-82.458846 34.71783-151.830511 88.122493-154.934316s100.537716 61.212174 105.305418 143.67102v0.031998c0.255984 4.447722 0.351978 8.831448 0.383976 13.215174a206.707081 206.707081 0 0 0-45.885132 17.630898l-0.15999-1.823886v-0.031998c-4.575714-46.813074-29.566152-82.138866-55.83651-78.939066s-43.869258 43.741266-39.293544 90.55434v0.031998c1.983876 20.414724 7.871508 38.621586 16.030998 52.444722-2.047872 1.5999-7.775514 5.823636-14.3991 10.655335l-18.302856 13.43916c-19.870758-26.07837-33.501906-63.580026-35.933755-105.881383z m541.118181 203.827261c-1.887882 43.581276-58.908318 84.570714-111.577027 101.049684l-0.287982 0.095994c-21.886632 7.103556-41.43741 19.614774-62.108118 32.829948-34.71783 22.23861-70.651584 45.213174-122.520343 45.213175-3.391788 0-6.87957-0.095994-10.335354-0.287982-47.51703-2.783826-69.723642-23.03856-97.881882-48.668959-14.847072-13.535154-30.174114-27.51828-49.980876-39.133554l-0.415974-0.255984c-42.71733-24.094494-69.211674-54.07662-70.907568-80.186988-0.831948-12.991188 4.927692-24.222486 17.182926-33.405912 26.622336-19.966752 44.47722-33.021936 56.284482-41.661396 13.11918-9.5994 17.054934-12.47922 19.99875-15.263046 2.111868-1.983876 4.351728-4.191738 6.815574-6.55959 24.446472-23.774514 65.371914-63.548028 128.15199-63.548029 38.3976 0 80.890944 14.783076 126.168115 43.901257 21.310668 13.887132 39.869508 20.286732 63.388038 28.382226 16.15899 5.567652 34.461846 11.903256 58.972314 22.3986l0.383976 0.15999c22.87857 9.407412 49.884882 26.55834 48.668959 54.940566z m-12.607212-102.3936a188.020249 188.020249 0 0 0-13.759141-6.271608 806.765577 806.765577 0 0 0-54.524592-20.990689 133.367665 133.367665 0 0 0 13.631148-57.244422v-0.031998c1.11993-52.380726-25.27842-94.906068-59.004312-94.970064s-61.948128 42.301356-63.068058 94.682082v0.031998l-0.031998 5.11968a293.805637 293.805637 0 0 0-61.148178-20.766702 350.890069 350.890069 0 0 1-0.255984-5.91963v-0.063996c-1.951878-95.418036 56.604462-174.389101 130.743828-176.404975s135.831511 73.691394 137.751391 169.109431v0.063996c0.863946 43.133304-10.655334 82.87482-30.366102 113.656897z" fill="#5D5D5D" p-id="4322"></path></svg>

Before

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -1 +0,0 @@
<svg t="1728061281077" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6300" width="500" height="500"><path d="M0 0v1024h288V288h368V0H0z m368 368V1024h288V368h-288zM736 0v1024H1024V0h-288z" p-id="6301"></path></svg>

Before

Width:  |  Height:  |  Size: 260 B

View File

@ -1 +0,0 @@
<svg t="1728061313768" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7370" width="500" height="500"><path d="M0 72.234667v178.901333h77.994667c54.442667 0 64.085333 36.906667 64.085333 87.808l0.426667 316.245333c0 163.84 146.773333 296.576 327.68 296.576h446.464c57.258667 0 107.349333-35.413333 107.349333-89.941333V371.456c0-163.84-146.773333-296.533333-327.808-296.533333h-187.946667v-0.554667L0 72.234667z m244.181333 109.482666h89.685334V632.32c0 60.288 41.984 107.093333 91.264 107.093333l305.92 1.28c63.829333 0 113.536-43.093333 113.536-94.122666l-0.512-239.232a51.2 51.2 0 0 0-16.469334-38.826667 52.224 52.224 0 0 0-39.125333-16.384c-15.957333 0-27.733333 5.12-39.168 16.384a51.2 51.2 0 0 0-16.469333 38.826667v204.714666h-94.848V407.381333c0-15.530667-5.290667-27.648-16.597334-38.826666a51.541333 51.541333 0 0 0-39.125333-16.384c-15.616 0-27.605333 5.12-38.997333 16.384-11.306667 11.178667-16.64 23.296-16.64 38.826666v204.714667H431.786667V407.381333c0-40.533333 15.36-76.458667 44.458666-105.216a146.986667 146.986667 0 0 1 106.026667-43.605333 146.346667 146.346667 0 0 1 102.954667 41.386667 147.114667 147.114667 0 0 1 103.253333-41.386667c40.704 0 76.928 14.848 106.026667 43.605333a144.426667 144.426667 0 0 1 44.416 105.216l0.384 255.616c-4.48 42.837333-22.997333 80.810667-54.613334 112.512h-0.085333a186.325333 186.325333 0 0 1-135.424 56.064H408.490667v-1.621333c-41.642667-4.394667-78.762667-22.144-109.653334-51.925333-36.053333-35.2-54.656-78.762667-54.656-128.426667V181.76z" p-id="7371"></path></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
<svg t="1727945411894" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10356" width="500" height="500"><path d="M510.72 1.792C229.156571 1.792 0.841143 230.070857 0.841143 511.634286s228.278857 509.878857 509.878857 509.878857c281.563429 0 509.842286-228.278857 509.842286-509.878857S792.283429 1.792 510.72 1.792z m2.450286 70.619429c242.614857 0 439.442286 196.681143 439.442285 439.259428 0 242.614857-196.864 439.259429-439.442285 439.259429-130.998857 0-248.539429-57.417143-329.033143-148.370286 33.097143-25.673143 88.429714-19.419429 156.598857-11.666286 32.658286 3.730286 69.924571 7.972571 108.361143 8.813715 107.410286 0.621714 222.976-18.980571 294.290286-50.139429 46.116571-20.224 75.629714-33.536 94.098285-50.322286 6.656-5.449143 10.130286-14.592 13.714286-24.027428l2.450286-6.4c2.998857-7.643429 7.277714-24.064 9.216-33.060572 0.841143-3.913143 1.28-8.155429-1.499429-10.313143l-9.947428 1.865143c-31.305143 18.761143-109.494857 54.491429-182.710858 55.954286-90.770286 1.901714-273.700571-91.392-292.754285-101.229714l-1.865143-2.267429-37.741714-89.563428c131.657143 86.710857 240.822857 134.692571 324.498285 142.153142 93.037714 8.265143 165.595429-42.532571 196.608-64.219428 6.070857-4.132571 10.678857-7.387429 12.580572-8.082286l2.048-3.401143c-5.156571-32.694857-53.942857-190.902857-90.697143-228.937143-10.203429-10.422857-18.285714-20.553143-34.742857-30.244571-133.010286-77.531429-448.877714-124.233143-463.652572-126.390857l-2.450285 0.768-0.950858 2.048-1.316571 72.850286a1864.155429 1864.155429 0 0 0-92.598857-27.794286c62.829714-77.714286 159.085714-146.688 327.533714-146.688z m116.077714 232.484571a135.643429 135.643429 0 0 1 137.289143 139.885714 134.326857 134.326857 0 0 1-42.825143 93.878857 134.107429 134.107429 0 0 1-96.877714 36.425143 135.899429 135.899429 0 0 1-130.523429-139.885714 133.924571 133.924571 0 0 1 43.008-94.098286 133.376 133.376 0 0 1 89.965714-36.242285z m-3.584 39.789714a93.257143 93.257143 0 0 0-58.221714 25.161143 93.366857 93.366857 0 0 0-29.842286 65.536 94.573714 94.573714 0 0 0 90.88 97.645714c25.234286 0.768 49.152-8.045714 67.584-25.161142a93.842286 93.842286 0 0 0 29.878857-65.718858 94.464 94.464 0 0 0-91.062857-97.462857 96.804571 96.804571 0 0 0-9.216 0z m24.795429 47.140572c23.076571 0 41.691429 12.544 41.691428 27.977143 0 15.36-18.614857 27.977143-41.691428 27.977142-23.149714 0-41.874286-12.653714-41.874286-27.977142 0-15.433143 18.724571-27.977143 41.874286-27.977143z" p-id="10357"></path></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -1 +0,0 @@
<svg t="1728061127184" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5302" width="500" height="500"><path d="M683.050667 571.136c67.285333 0 164.693333-13.909333 164.693333-93.952a75.306667 75.306667 0 0 0-1.706667-18.389333l-40.106666-174.08c-9.216-38.314667-17.322667-55.68-84.565334-89.301334-52.181333-26.666667-165.888-70.741333-199.509333-70.741333-31.274667 0-40.405333 40.362667-77.738667 40.362667-35.925333 0-62.592-30.122667-96.213333-30.122667-32.298667 0-53.333333 21.973333-69.546667 67.242667 0 0-45.226667 127.573333-51.072 146.090666a34.56 34.56 0 0 0-1.194666 10.453334c0 49.578667 195.285333 212.224 456.96 212.224m174.976-61.226667c9.301333 44.032 9.301333 48.64 9.301333 54.485333 0 75.306667-84.650667 117.12-195.968 117.12-251.52 0.170667-471.893333-147.242667-471.893333-244.650666a99.242667 99.242667 0 0 1 8.106666-39.466667C117.162667 401.706667 0 417.877333 0 521.258667c0 169.344 401.28 378.069333 718.976 378.069333 243.626667 0 305.024-110.165333 305.024-197.12 0-68.48-59.178667-146.133333-165.845333-192.512" p-id="5303"></path></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1 +0,0 @@
<svg t="1727945603402" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11437" width="500" height="500"><path d="M512 0c282.581333 0 512 229.418667 512 512s-229.418667 512-512 512S0 794.581333 0 512 229.418667 0 512 0z m139.904 754.346667a68.352 68.352 0 1 0 68.309333 118.4 68.352 68.352 0 0 0-68.309333-118.4z m-139.904-42.666667a199.04 199.04 0 0 1-84.096-18.56L380.416 778.24c39.68 19.584 84.394667 30.762667 131.584 30.762667a294.826667 294.826667 0 0 0 79.36-10.922667 95.573333 95.573333 0 0 1 46.72-67.712 95.744 95.744 0 0 1 81.92-6.656 295.765333 295.765333 0 0 0 88.32-192.64l-97.493333-1.408A199.637333 199.637333 0 0 1 512 711.68zM312.32 512a199.68 199.68 0 0 1 84.906667-163.413333L347.306667 264.917333a297.344 297.344 0 0 0-122.922667 172.16 94.72 94.72 0 0 1 35.413333 74.24c0 30.037333-13.824 56.277333-35.413333 74.197334a297.386667 297.386667 0 0 0 122.922667 172.117333l49.92-83.84A195.626667 195.626667 0 0 1 312.32 512z m-148.48-68.352a68.352 68.352 0 1 0 0 136.661333 68.352 68.352 0 0 0 0-136.661333zM512 312.32a199.637333 199.637333 0 0 1 198.826667 181.973333l97.493333-1.450666a296.490667 296.490667 0 0 0-88.32-192.682667A95.829333 95.829333 0 0 1 591.36 225.706667 303.957333 303.957333 0 0 0 512 215.04c-47.36 0-91.946667 11.093333-131.584 30.72l47.488 85.12A198.954667 198.954667 0 0 1 512 312.32z m139.904-42.709333a68.394667 68.394667 0 0 0 93.397333-24.96 68.437333 68.437333 0 0 0-118.485333-68.309334 68.266667 68.266667 0 0 0 25.088 93.269334z" fill="" p-id="11438"></path></svg>

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -1 +0,0 @@
<svg t="1727945032638" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5297" width="500" height="500"><path d="M426.285714 574.857143v372L36.571429 893.142857v-318.285714h389.714285z m0-424.571429v376.571429H36.571429V204z m561.142857 424.571429v449.142857l-518.285714-71.428571v-377.714286h518.285714z m0-501.714286v453.714286H469.142857V144.571429z" p-id="5298"></path></svg>

Before

Width:  |  Height:  |  Size: 421 B

View File

@ -1 +0,0 @@
<svg t="1728061563073" class="icon" viewBox="0 0 1159 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10221" width="500" height="500"><path d="M304.867307 54.334925L237.629153 172.197198h614.90728l-66.461779-117.862273H304.867307zM154.42175 318.439431L63.649866 478.714677l84.564649 150.250054h32.649079l461.489694-310.5253H154.42175z m750.094168 0L442.964189 628.964731h498.857174L1026.128473 480.006128l-90.901593-161.566697h-30.709083zM230.842927 775.208844l72.926553 129.175156h481.207347l73.704807-129.175156H230.841047z" p-id="10222"></path></svg>

Before

Width:  |  Height:  |  Size: 566 B

View File

@ -1 +0,0 @@
<svg t="1727943359403" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6236" width="500" height="500"><path d="M423.844408 284.113794c-39.870006 0-72.156392 31.870406-72.156392 71.05778 0 39.25137 32.275719 71.05778 72.156392 71.05778 39.838008 0 72.124394-31.80641 72.124394-71.05778C495.968802 315.984201 463.693082 284.113794 423.844408 284.113794zM676.237121 624.651434l20.372314-20.062997c22.558872-22.185558 22.558872-58.183758 0-80.369315l-35.25157-34.686266c11.370098-19.433695 20.244321-40.307318 26.494675-62.439545l38.056764 0c31.870406 0 57.746446-25.438728 57.746446-56.807827l0-28.435911c0-31.369099-25.876039-56.871823-57.746446-56.871823l-37.619452 0c-5.941036-21.812242-14.495275-42.621869-25.556055-61.938236l33.875639-33.310334c22.558872-22.249555 22.558872-58.247755 0-80.369315l-20.372314-20.126994c-22.558872-22.185558-59.122377-22.185558-81.617252 0l-33.246338 32.681033c-20.276319-11.626086-42.216556-20.681633-65.40473-26.931986l0-38.184758C495.968802 25.438728 470.124761 0 438.254354 0l-28.841225 0c-31.870406 0-57.714447 25.438728-57.714447 56.807827l0 38.184758c-23.188174 6.250354-45.117744 15.316567-65.436728 26.931986l-33.182341-32.681033c-22.526874-22.185558-59.090378-22.185558-81.617252 0l-20.404313 20.126994c-22.526874 22.121561-22.526874 58.119761 0 80.369315l33.875639 33.310334c-11.028782 19.316367-19.593687 40.125994-25.534723 61.938236l-37.65145 0C89.834441 284.988418 64.022399 310.480476 64.022399 341.86024l0 28.435911c0 31.369099 25.812042 56.807827 57.714447 56.807827l38.088763 0c6.186358 22.121561 15.092578 42.995183 26.441345 62.439545l-35.219572 34.686266c-22.526874 22.185558-22.526874 58.183758 0 80.369315l20.404313 20.062997c22.526874 22.185558 59.090378 22.185558 81.617252 0l35.432895-34.878256c19.689683 10.996783 40.872623 19.625686 63.186174 25.556055l0 36.435511c0 31.369099 25.844041 56.807827 57.714447 56.807827l28.841225 0c31.870406 0 57.714447-25.438728 57.714447-56.807827l0-36.435511c22.34555-5.941036 43.496492-14.559272 63.154175-25.556055l35.496892 34.878256C617.114744 646.847658 653.678249 646.847658 676.237121 624.651434zM423.844408 513.222339c-87.654284 0-158.744063-70.001833-158.744063-156.237521 0-86.374348 71.089779-156.301518 158.744063-156.301518s158.712064 69.937836 158.712064 156.301518C582.556472 443.231171 511.498692 513.222339 423.844408 513.222339zM931.979001 818.519074l-18.249755 0c-2.879856-10.623469-6.996983-20.681633-12.372714-30.057164l16.372514-16.19119c10.996783-10.751462 10.996783-28.19059 0-38.995383l-9.876839-9.748846c-10.932786-10.751462-28.627902-10.751462-39.624686 0l-16.063197 15.871206c-9.812842-5.621052-20.500308-10.058164-31.689083-13.066014l0-18.495075c0-15.25257-12.564705-27.561289-27.9986-27.561289l-14.004633 0c-15.497892 0-27.9986 12.308718-27.9986 27.561289l0 18.495075c-11.25277 2.997183-21.876239 7.434295-31.753079 13.066014l-16.127194-15.871206c-10.879456-10.751462-28.627902-10.751462-39.560689 0l-9.940836 9.748846c-10.879456 10.815459-10.879456 28.243921 0 38.995383l16.436511 16.19119c-5.311734 9.375531-9.439528 19.433695-12.372714 30.057164L638.926987 818.519074c-15.433895 0-27.9986 12.308718-27.9986 27.561289l0 13.748646c0 15.25257 12.564705 27.561289 27.9986 27.561289l18.495075 0c2.997183 10.751462 7.316967 20.873623 12.810026 30.313151l-17.119144 16.809827c-10.879456 10.751462-10.879456 28.19059 0 38.995383l9.940836 9.684849c10.932786 10.815459 28.681233 10.815459 39.560689 0l17.247138-16.873823c9.503525 5.311734 19.753679 9.503525 30.622469 12.372714l0 17.684449c0 15.188574 12.500708 27.561289 27.9986 27.561289l14.004633 0c15.433895 0 27.9986-12.372714 27.9986-27.561289l0-17.684449c10.751462-2.879856 21.065614-7.06098 30.622469-12.372714l17.119144 16.873823c10.996783 10.815459 28.681233 10.815459 39.624686 0l9.876839-9.684849c10.996783-10.815459 10.996783-28.243921 0-38.995383l-17.065814-16.809827c5.503725-9.439528 9.812842-19.561689 12.810026-30.313151l18.495075 0c15.497892 0 27.9986-12.308718 27.9986-27.561289l0-13.748646C959.977601 830.838458 947.476893 818.519074 931.979001 818.519074zM785.490325 929.20154c-42.557872 0-76.998817-33.939636-76.998817-75.80421s34.440945-75.80421 76.998817-75.80421c42.493875 0 76.998817 33.939636 76.998817 75.80421S827.984201 929.20154 785.490325 929.20154zM785.490325 818.081763c-19.369699 0-34.995583 15.433895-34.995583 34.440945 0 19.06038 15.625886 34.440945 34.995583 34.440945 19.316367 0 34.995583-15.369899 34.995583-34.440945C820.485909 833.515657 804.796027 818.081763 785.490325 818.081763z" fill="#272636" p-id="6237"></path></svg>

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1 +0,0 @@
<svg t="1728070867266" class="icon" viewBox="0 0 1075 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="2481" width="500" height="500"><path d="M486.58043 972.367932h-22.899578A489.640506 489.640506 0 0 1 0.720514 509.407595a482.619409 482.619409 0 0 1 134.048946-358.616034A482.511392 482.511392 0 0 1 486.58043 0.216034a486.940084 486.940084 0 0 1 486.075949 486.075949c0 13.286076-0.540084 26.896203-1.72827 40.398312a281.924051 281.924051 0 0 0-49.687763-53.144303A418.025316 418.025316 0 0 0 644.285071 102.075949v21.603376a108.016878 108.016878 0 0 1-110.933333 104.020253 108.016878 108.016878 0 0 0-110.933333 104.020253 54.008439 54.008439 0 0 1-55.412659 51.740085 108.016878 108.016878 0 0 0-110.933333 103.696202h291.64557a278.791561 278.791561 0 0 0-87.277637 203.719831 280.843882 280.843882 0 0 0 171.422784 259.240507 485.211814 485.211814 0 0 1-145.2827 22.251476zM93.93908 409.383966a42.234599 42.234599 0 0 0-42.450633 43.206751v0.972152A417.269198 417.269198 0 0 0 409.78043 870.616034v-64.810127a43.206751 43.206751 0 0 0-29.920675-41.370464 104.236287 104.236287 0 0 1-72.479325-100.779747v-34.349367a44.502954 44.502954 0 0 0-12.421941-30.892827L123.751738 422.562025a41.046414 41.046414 0 0 0-29.596624-12.854008z" p-id="2482"></path><path d="M768.072413 460.908017a256 256 0 1 0 256 256 256.216034 256.216034 0 0 0-256-256M742.472413 1024A332.691983 332.691983 0 1 1 1075.164396 691.308017a333.124051 333.124051 0 0 1-332.691983 332.691983" p-id="2483"></path><path d="M881.706168 819.308017a43.206751 43.206751 0 0 1-21.603375-5.832912l-142.798312-82.848945V548.293671a40.398312 40.398312 0 0 1 80.364557 0v143.122363l105.964557 61.56962a34.025316 34.025316 0 0 1 11.989873 49.903797 41.370464 41.370464 0 0 1-33.809283 16.526583" p-id="2484"></path></svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -38,6 +38,7 @@ func init() {
{
api.GET("/", func(ctx context.Context, c *app.RequestContext) { c.JSON(200, "Hello, api") })
api.GET("/status", frontend.OnGetServerStatus)
api.GET("/timeout", frontend.OnGetTimeout)
}
// 静态文件