Compare commits

..

2 Commits

Author SHA1 Message Date
a4e5675da7 refactor(custom): 大转盘下注豆子参数更改
Some checks failed
continuous-integration/drone/push Build is failing
2024-03-08 19:27:40 +08:00
9b1ab6e19e ci(custom):
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-08 19:16:33 +08:00
2 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ steps:
image: appleboy/drone-scp image: appleboy/drone-scp
when: when:
branch: branch:
- main - master
settings: settings:
host: host:
from_secret: HOST_PROD from_secret: HOST_PROD
@@ -113,7 +113,7 @@ steps:
image: appleboy/drone-ssh image: appleboy/drone-ssh
when: when:
branch: branch:
- main - master
settings: settings:
host: host:
from_secret: HOST_PROD from_secret: HOST_PROD
@@ -147,7 +147,7 @@ steps:
when: when:
branch: branch:
- test - test
- main - master
status: status:
- success - success
- failure - failure

View File

@@ -40,7 +40,7 @@ const user_info = ref<{
const bet_options = ref([ const bet_options = ref([
{ {
id: 1, id: 1,
name: 600, name: 100,
}, },
{ {
id: 2, id: 2,