This commit is contained in:
aaron 2025-06-04 14:20:56 +08:00
parent 46ac8aad39
commit 19804e30e7
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: Dockerfile
image: tradus-web:1.3.44
image: tradus-web:1.3.45
container_name: tradus-web
ports:
- '6000:80'

View File

@ -683,10 +683,10 @@ const stopStreaming = async () => {
<div class="points-notice-icon">💰</div>
<div class="points-notice-text">
每次分析消耗
<span class="points-amount">20 积分</span>
<span class="points-balance"
>剩余积分{{ userPoints.toLocaleString() }} 积分</span
>
<strong class="points-amount">20 积分</strong>
<!-- <div class="points-balance">
剩余积分{{ userPoints.toLocaleString() }} 积分
</div> -->
</div>
</div>
</div>