Tweak style of score notice at upload page
This commit is contained in:
parent
fb10962ff9
commit
2ffc2244ec
@ -74,7 +74,10 @@
|
||||
>
|
||||
{{ $t('skinlib.upload.button') }}
|
||||
</el-button>
|
||||
{{ hasFile && $t('skinlib.upload.cost', { score: scoreCost }) }}
|
||||
|
||||
<div v-if="hasFile" class="callout callout-info bottom-notice">
|
||||
<p>{{ $t('skinlib.upload.cost', { score: scoreCost }) }}</p>
|
||||
</div>
|
||||
<div v-if="isPrivate" class="callout callout-info bottom-notice">
|
||||
<p>{{ privacyNotice }}</p>
|
||||
</div>
|
||||
|
@ -87,7 +87,7 @@ skinlib:
|
||||
button: Upload
|
||||
dropZone: Drop a file here
|
||||
remove: Remove
|
||||
cost: (It costs you about :score score)
|
||||
cost: It costs you about :score score.
|
||||
award: You'll be awarded :score score(s) by uploading public texture.
|
||||
show:
|
||||
anonymous: You must login to use closets
|
||||
|
@ -89,7 +89,7 @@ skinlib:
|
||||
button: 确认上传
|
||||
dropZone: 拖拽文件到这里
|
||||
remove: 移除
|
||||
cost: (这会消耗您约 :score 积分)
|
||||
cost: 这会消耗您约 :score 积分。
|
||||
award: 上传公开材质至皮肤库可以获得 :score 积分奖励。
|
||||
show:
|
||||
anonymous: 登录后才能使用衣柜哦
|
||||
|
Loading…
Reference in New Issue
Block a user