From 8fa1ea3bb0b48c654bc304b054ba1be85dc2cf89 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Wed, 5 Nov 2025 11:42:11 +0800 Subject: [PATCH] =?UTF-8?q?ci(other):=20ci=E8=84=9A=E6=9C=AC=E6=8D=A2?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 ++ src/views/order/index/index.vue | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index a2ab61a..c239159 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -78,6 +78,7 @@ jobs: COMMIT: ${{ gitea.sha }} ACTOR: ${{ gitea.actor }} run: | + sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories || true apk add --no-cache curl jq EMOJI=$( [ "$STATUS" = "success" ] && echo "✅" || echo "❌" ) MSG="$(printf "%s**%s** (Run #%s)\n>**构建结果**: %s\n>**构建详情**: [点击查看](%s)\n>**代码分支**: %s\n>**提交标识**: %s\n>**提交发起**: %s\n" "$EMOJI" "$REPO" "${{ gitea.run_number }}" "$STATUS" "$RUN_URL" "$BRANCH" "$COMMIT" "$ACTOR")" @@ -154,6 +155,7 @@ jobs: COMMIT: ${{ gitea.sha }} ACTOR: ${{ gitea.actor }} run: | + sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories || true apk add --no-cache curl jq EMOJI=$( [ "$STATUS" = "success" ] && echo "✅" || echo "❌" ) MSG="$(printf "%s**%s** (Run #%s)\n>**构建结果**: %s\n>**构建详情**: [点击查看](%s)\n>**代码分支**: %s\n>**提交标识**: %s\n>**提交发起**: %s\n" "$EMOJI" "$REPO" "${{ gitea.run_number }}" "$STATUS" "$RUN_URL" "$BRANCH" "$COMMIT" "$ACTOR")" diff --git a/src/views/order/index/index.vue b/src/views/order/index/index.vue index 0bd4575..f46b94e 100644 --- a/src/views/order/index/index.vue +++ b/src/views/order/index/index.vue @@ -186,7 +186,6 @@ const selectOptions = ref([ label: '商家名称', }, ]) - const columns = ref([ { title: '订单号',