From fadb1ba7959a37077e40ad8c194f5e16e2aeca66 Mon Sep 17 00:00:00 2001 From: vet Date: Tue, 21 Apr 2026 12:46:52 +0700 Subject: [PATCH] test --- 09-verify-static-frontends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-verify-static-frontends.sh b/09-verify-static-frontends.sh index 533af43..cd7add8 100644 --- a/09-verify-static-frontends.sh +++ b/09-verify-static-frontends.sh @@ -90,7 +90,7 @@ check_dist "Build Down" "$ROOT_DIR/build-down/dist/index.html" || FAILED+=("buil check_site "PC" "${PC_PROXY_DOMAIN}" "$ROOT_DIR/pc/dist/index.html" || FAILED+=("pc-nginx") check_site "CMS" "cms-jack.imharry.work" "$ROOT_DIR/cms/dist/index.html" "欢迎使用MChat" || FAILED+=("cms-nginx") check_site "Build CMS" "build-jack.imharry.work" "$ROOT_DIR/build-cms/dist/index.html" "打包管理系统" || FAILED+=("build-cms-nginx") -check_site "Build Down" "down-jack.imharry.work" "$ROOT_DIR/build-down/dist/index.html" "下载" || FAILED+=("build-down-nginx") +check_site "Build Down" "down-jack.imharry.work" "$ROOT_DIR/build-down/dist/index.html" || FAILED+=("build-down-nginx") echo "" pc_probe_msg_gateway "${PC_BACKEND_ORIGIN}"