Compare commits

..

18 Commits

Author SHA1 Message Date
b4ed4f3264 ci(other): ci脚本换源
All checks were successful
CI Build & Deploy / build-and-deploy-dev (push) Successful in 1m55s
CI Build & Deploy / build-and-deploy-prod (push) Has been skipped
2025-11-05 11:42:48 +08:00
e0ee232f5f ci: update ci
All checks were successful
CI Build & Deploy / build-and-deploy-dev (push) Successful in 2m27s
CI Build & Deploy / build-and-deploy-prod (push) Has been skipped
2025-10-31 18:01:01 +08:00
0bb91567d9 Merge branch 'dev' into test
All checks were successful
CI Build & Deploy / build-and-deploy-dev (push) Successful in 32m55s
CI Build & Deploy / build-and-deploy-prod (push) Has been skipped
# Conflicts:
#	.gitea/workflows/ci.yaml
2025-10-31 17:08:50 +08:00
f8df513e10 ci: ci test 2025-10-31 17:06:08 +08:00
b20ae843d6 ci: test ci
Some checks failed
CI Build & Deploy / build-and-deploy-dev (push) Has been cancelled
CI Build & Deploy / build-and-deploy-prod (push) Has been cancelled
2025-10-31 16:54:11 +08:00
afbc4bac90 ci: test ci 2025-10-31 16:51:29 +08:00
90b920b9b4 ci: test ci 2025-10-31 16:44:32 +08:00
77bfbf1982 ci: test ci
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-31 16:41:38 +08:00
7c198fac43 build(deps): 依赖升级
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-31 15:37:57 +08:00
c3547feebd build(deps): 依赖升级
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-31 14:47:49 +08:00
f231939ae9 refactor: 活动订单id显示变更嘉联
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-31 14:39:18 +08:00
038f67ec2a refactor: 活动订单id显示变更嘉联
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-31 14:36:56 +08:00
914c25e962 feat(custom): 多API版本
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-23 18:27:19 +08:00
d754bd45c9 feat(custom): 多API版本
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-23 18:24:41 +08:00
4261f8c5f1 feat(custom): 订单列表支付方式筛选增加新条件
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-29 15:33:56 +08:00
e90e74ff40 mod(custom): \! 2025-05-29 15:33:56 +08:00
0ff7154101 feat(custom): 订单列表支付方式筛选增加新条件 2025-05-29 15:33:18 +08:00
e0632136d7 mod(custom): \!
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-05 04:22:55 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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")"

View File

@@ -186,7 +186,6 @@ const selectOptions = ref([
label: '商家名称',
},
])
const columns = ref([
{
title: '订单号',