Compare commits

..

31 Commits

Author SHA1 Message Date
4b21481de9 ci(other): ci update 2025-10-31 18:10:03 +08:00
1c63b0cb4c refactor(custom): 地图服务商更换 2025-10-31 18:10:03 +08:00
5e14e93a21 refactor(custom): 地图Key变更 2025-10-31 18:10:03 +08:00
c2b0e49f7b feat(custom): 多API版本
All checks were successful
continuous-integration/drone/push Build is passing
2025-09-23 18:31:11 +08:00
e791fef430 refactor(custom): 地图服务商更换 2025-09-23 18:31:10 +08:00
3b9cee3a65 refactor(custom): 地图Key变更 2025-09-23 18:31:10 +08:00
68e02ecc84 refactor(custom): 地图服务商更换
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-16 18:02:55 +08:00
646ba7165f refactor(custom): 地图Key变更
All checks were successful
continuous-integration/drone/push Build is passing
2025-05-29 15:57:46 +08:00
6c69a1b296 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-18 19:49:16 +08:00
64d1923336 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-12 01:43:43 +08:00
c5f299d4aa Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-06 21:39:30 +08:00
0c47b09064 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-05 18:10:50 +08:00
630dad47dc Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-05 05:35:10 +08:00
ca60223245 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-31 21:04:43 +08:00
537e155050 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-28 10:47:13 +08:00
627d618b65 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-22 18:23:19 +08:00
85b592adec Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-20 16:08:28 +08:00
8751b78d8d Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-17 18:49:08 +08:00
e7e050d107 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-17 18:16:09 +08:00
c563bf8cd6 Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-15 16:09:37 +08:00
528c405f63 Merge branch 'test' 2024-01-27 14:13:47 +08:00
aa3220186e Merge branch 'test' 2023-12-25 17:05:52 +08:00
936fbca87e Merge branch 'test' 2023-12-15 20:48:25 +08:00
462047d560 Merge branch 'test' 2023-12-13 13:21:21 +08:00
5cf8469009 Merge branch 'test' 2023-12-03 22:24:39 +08:00
66589f52b3 Merge branch 'test' 2023-12-03 21:37:54 +08:00
7d1cc49a6d mod(custom): merge branch 'test' 2023-11-29 15:38:06 +08:00
8bf7cc8a31 Merge branch 'test' into 'main'
Merge branch 'dev' into 'test'

See merge request xinling/jdt-mer!5
2023-10-10 18:06:39 +08:00
1b2a0d7bc6 Revert "Merge branch 'dev' into 'main'"
This reverts merge request !3
2023-10-10 18:05:21 +08:00
58deecbf36 Merge branch 'dev' into 'main'
fix(custom): 隐藏添加/编辑商品的log打印

See merge request xinling/jdt-mer!3
2023-10-10 18:03:41 +08:00
0a4169d750 Merge branch 'test' into 'main'
fix(custom): 修复Upload组件上传成功但未取到值的问题

See merge request xinling/jdt-mer!2
2023-10-10 16:03:15 +08:00

View File

@@ -78,7 +78,6 @@ 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")"
@@ -155,7 +154,6 @@ 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")"