This commit is contained in:
X1627315083
2024-03-22 12:02:43 +08:00
parent 56bc037884
commit 26cfcc7080

View File

@@ -404,7 +404,7 @@ export default defineComponent({
if(days < 30){ if(days < 30){
setTimeout(() => { setTimeout(() => {
let text = { let text = {
str:`${this.t('HomeView.jsContent4',{days:1,hours:2})}<a href="https://code-create.com.hk/aida" target="_blank">${this.t('HomeView.jsContent8')}</a>`, str:`${this.t('HomeView.jsContent4',{days:days,hours:hours})}<a href="https://code-create.com.hk/aida" target="_blank">${this.t('HomeView.jsContent8')}</a>`,
title:`${this.t('HomeView.jsContent7')}`, title:`${this.t('HomeView.jsContent7')}`,
} }
this.affiche(text) this.affiche(text)