From d6126a39504e4dcdfe1f9527389521a4725ef700 Mon Sep 17 00:00:00 2001 From: igoogolx <27353191+igoogolx@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:08:49 +0800 Subject: [PATCH] feat: upgrade web ui --- scripts/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate.go b/scripts/generate.go index d4a15aa..55014a6 100644 --- a/scripts/generate.go +++ b/scripts/generate.go @@ -12,7 +12,7 @@ import ( func main() { download("https://github.com/igoogolx/lux-rules/releases/download/v2.0.1/rules.tar.gz", filepath.Join("internal", "cfg", "distribution", "ruleEngine", "rules.tar.gz")) - download("https://github.com/igoogolx/lux-client/releases/download/v0.13.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) + download("https://github.com/igoogolx/lux-client/releases/download/v0.14.0/dist-ui.tar.gz", filepath.Join("api", "routes", "dist.tar.gz")) } func download(url string, outputPath string) {