update
This commit is contained in:
parent
46ac8aad39
commit
19804e30e7
@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: tradus-web:1.3.44
|
image: tradus-web:1.3.45
|
||||||
container_name: tradus-web
|
container_name: tradus-web
|
||||||
ports:
|
ports:
|
||||||
- '6000:80'
|
- '6000:80'
|
||||||
|
|||||||
@ -683,10 +683,10 @@ const stopStreaming = async () => {
|
|||||||
<div class="points-notice-icon">💰</div>
|
<div class="points-notice-icon">💰</div>
|
||||||
<div class="points-notice-text">
|
<div class="points-notice-text">
|
||||||
每次分析消耗
|
每次分析消耗
|
||||||
<span class="points-amount">20 积分</span>
|
<strong class="points-amount">20 积分</strong>
|
||||||
<span class="points-balance"
|
<!-- <div class="points-balance">
|
||||||
>(剩余积分:{{ userPoints.toLocaleString() }} 积分)</span
|
(剩余积分:{{ userPoints.toLocaleString() }} 积分)
|
||||||
>
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user