From ddb8dfe9c55f9c6176898518bdf561ddd54f8779 Mon Sep 17 00:00:00 2001 From: Zephyruso <176294927+Zephyruso@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:16:51 +0800 Subject: [PATCH] fix: proxy group style & regex ip label --- README.md | 4 +++- public/CNAME | 2 +- src/components/proxies/LatencyTag.vue | 2 +- src/components/proxies/ProxyNodeCard.vue | 30 +++++++++++------------- src/components/proxies/ProxyPreview.vue | 2 +- src/helper/index.ts | 8 ++++++- 6 files changed, 27 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 7d478982..18f10f6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # zashboard -http://b.zash.run.place +1. For localhost|127.0.0.1: https://board.zash.run.place +2. For others like router in LAN: http://board.zash.run.place + ![alt text](image-1.png) ## Tips diff --git a/public/CNAME b/public/CNAME index d7ce77f0..d1eb3c39 100644 --- a/public/CNAME +++ b/public/CNAME @@ -1 +1 @@ -b.zash.run.place \ No newline at end of file +board.zash.run.place \ No newline at end of file diff --git a/src/components/proxies/LatencyTag.vue b/src/components/proxies/LatencyTag.vue index 770f6d50..d0a97307 100644 --- a/src/components/proxies/LatencyTag.vue +++ b/src/components/proxies/LatencyTag.vue @@ -1,5 +1,5 @@