From c65150d168dc2c6f20201144313ae7e072e97b62 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 23 Oct 2023 19:44:55 +0800 Subject: [PATCH] Refine UI. --- auto/tcui.sh | 2 +- main.go | 2 +- ui/src/components/StrategySetting.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auto/tcui.sh b/auto/tcui.sh index 6559781..db0d231 100755 --- a/auto/tcui.sh +++ b/auto/tcui.sh @@ -70,4 +70,4 @@ echo "Publish OK: $TAG" echo -e "\n\n" echo "Publish OK: $TAG $PLATFORM_TAG" -echo " https://github.com/ossrs/tc-ui/actions/workflows/releases.yml" +echo " https://github.com/ossrs/tc-ui/actions/workflows/tcui.yml" diff --git a/main.go b/main.go index c5e9c9a..4ed3474 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "strings" ) -const version = "1.0.9" +const version = "1.0.10" func main() { ctx := logger.WithContext(context.Background()) diff --git a/ui/src/components/StrategySetting.js b/ui/src/components/StrategySetting.js index 9a631e2..50fbd0f 100644 --- a/ui/src/components/StrategySetting.js +++ b/ui/src/components/StrategySetting.js @@ -68,7 +68,7 @@ export function StrategySetting({ * 目标带宽 setRate(e.target.value)}> - {[1, 10, 100, 300, 500, 800, 900, 1000, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2500, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 15000, 30000, 50000, 100000, 1000000].map((e, index) => { + {[1, 10, 100, 300, 400, 500, 600, 700, 800, 900, 1000, 1200, 1300, 1400, 1500, 1600, 1700, 1800, 1900, 2000, 2500, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000, 15000, 30000, 50000, 100000, 1000000].map((e, index) => { return ; })}