Skip to content

Commit

Permalink
Add validate account balance feature, add api implementation code sam…
Browse files Browse the repository at this point in the history
…ple md
  • Loading branch information
Phillweston committed Jan 19, 2025
1 parent de1325d commit e7d6208
Show file tree
Hide file tree
Showing 4 changed files with 874 additions and 78 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
env:
VITE_VALIDATE_PROMOTION_CODE_API: ${{ secrets.VITE_VALIDATE_PROMOTION_CODE_API || 'https://chubgame.com/wp-json/chubgame/v1/validate' }}
VITE_SEND_DICE_DATA_API: ${{ secrets.VITE_SEND_DICE_DATA_API || 'https://chubgame.com/wp-json/chubgame/v1/send' }}
VITE_CHECK_BALANCE_API: ${{ secrets.VITE_CHECK_BALANCE_API || 'https://chubgame.com/wp-json/chubgame/v1/check-balance' }}
VITE_MAX_DICE_AMOUNT: ${{ secrets.VITE_MAX_DICE_AMOUNT || 10 }}
run: npm run build

Expand Down
Loading

0 comments on commit e7d6208

Please sign in to comment.