Skip to content

Commit c98ddb9

Browse files
author
linkxzhou
committed
feat: 优化样式
1 parent c2cf4bc commit c98ddb9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build-image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
platforms: linux/amd64,linux/arm64
7777
tags: |
7878
${{ secrets.REGISTRY_URL }}/serverless2025/http_bench:latest
79-
${{ secrets.REGISTRY_URL }}/serverless2025/http_bench:${{ steps.vars.outputs.tag }}
8079
${{ secrets.REGISTRY_URL }}/serverless2025/http_bench:${{ steps.vars.outputs.tag }}-${{ steps.vars.outputs.time }}
8180
cache-from: type=gha
8281
cache-to: type=gha,mode=max

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,9 @@ <h2 id="page-title">🚀 HTTP Benchmark Tool</h2>
473473
requestBodyType: "",
474474
protocolType: "http1",
475475
protocolOptions: [
476-
{ value: 'http1', label: 'HTTP<S>/1.1' },
477-
{ value: 'http2', label: 'HTTP<S>/2' },
478-
{ value: 'http3', label: 'HTTP<S>/3' },
476+
{ value: 'http1', label: 'HTTP(S) / 1.1' },
477+
{ value: 'http2', label: 'HTTP(S) / 2' },
478+
{ value: 'http3', label: 'HTTP(S) / 3' },
479479
{ value: 'ws', label: 'WebSocket(ws://)' },
480480
{ value: 'wss', label: 'WebSocket Secure(wss://)' }
481481
],

0 commit comments

Comments
 (0)