From c54665e7f0f4a8c7505ff5535af99f37cc4f29d9 Mon Sep 17 00:00:00 2001 From: igoogolx <27353191+igoogolx@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:45:03 +0800 Subject: [PATCH] chore: upgrade dashboard --- scripts/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate.go b/scripts/generate.go index 30e20c9..63f7666 100644 --- a/scripts/generate.go +++ b/scripts/generate.go @@ -13,7 +13,7 @@ import ( func main() { download("https://github.com/igoogolx/lux-rules/releases/download/v2.4.0/rules.tar.gz", filepath.Join("internal", "cfg", "distribution", "ruleEngine", "rules.tar.gz")) - download("https://github.com/igoogolx/lux-client/releases/download/v1.11.3/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) + download("https://github.com/igoogolx/lux-client/releases/download/v1.11.4/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) } func download(url string, outputPath string) {