feat: 新增包装测试

This commit is contained in:
钱冠学
2024-11-18 10:30:44 +08:00
parent 1c5550bf6d
commit 2166f94fd8
2 changed files with 7 additions and 7 deletions

View File

@@ -345,15 +345,15 @@ export const language = {
zh: '图片已失效'
},
PleaseClickToViewPicture: {
en: 'Please click to view picture',
en: 'Click to view picture',
zh: '请点击查看图片'
},
NoteAfterTheDisplayTimeLimitYouWillNotBeAbleToViewThisAgain: {
en: 'Note: After the display time limit, you will not be able to view this again',
NoteCantViewAfterTimeLimit: {
en: 'Note: Can\'t view after time limit',
zh: '注意:超过显示时间限制后将无法再次查看'
},
TheDisplayTimeLimitHasBeenExceeded: {
en: 'The display time limit has been exceeded',
DisplayTimeLimitExceeded: {
en: 'Display time limit exceeded',
zh: '已超过显示时间限制'
},
AutomaticallyCloseAfterOneSecond: {

View File

@@ -14,14 +14,14 @@
<img src="@/assets/img/answer/see-img.png" alt="" />
<LangTranslate translate-key="PleaseClickToViewPicture" class="text" />
<LangTranslate
translate-key="NoteAfterTheDisplayTimeLimitYouWillNotBeAbleToViewThisAgain"
translate-key="NoteCantViewAfterTimeLimit"
class="desc"
/>
</div>
<!-- 图片已失效 -->
<div v-else class="thumbnail">
<img src="@/assets/img/answer/img-lose.png" alt="" />
<LangTranslate translate-key="TheDisplayTimeLimitHasBeenExceeded" class="text" />
<LangTranslate translate-key="DisplayTimeLimitExceeded" class="text" />
</div>
</div>
<!-- 图片 -->