feat: 新增包装测试
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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>
|
||||
<!-- 图片 -->
|
||||
|
||||
Reference in New Issue
Block a user