lanxin 1 周之前
父节点
当前提交
f4d8ffa7b9
共有 2 个文件被更改,包括 1983 次插入1882 次删除
  1. 1982 1881
      hot/public/data.js
  2. 1 1
      hot/src/views/Home.vue

文件差异内容过多而无法显示
+ 1982 - 1881
hot/public/data.js


+ 1 - 1
hot/src/views/Home.vue

@@ -20,7 +20,7 @@
             </div>
           </div>
           <div class="tips" v-if="filteredImages.length < 1">
-            {{ curLanguage === "zh-hk" ? "暂无内容" : curLanguage === "en" ? "No content" : "Nenhum conteúdo ainda" }}
+            {{ curLanguage === "zh-hk" ? "暂无内容" : curLanguage === "en" ? "This content is available only in Chinese. We ask for your understanding for this inconvenience" : "Nenhum conteúdo ainda" }}
           </div>
           <!-- 左右箭头 -->
           <div @click="cutMyInd(-1, myInd === 0)" class="leftJJ awccJJ" :class="{ noClick: myInd === 0 }" v-show="!onImg" v-if="activeObj.images && filteredImages.length > 1"></div>