lanxin hai 1 semana
pai
achega
55459cb5ba
Modificáronse 2 ficheiros con 234 adicións e 279 borrados
  1. 232 277
      hot/public/data.js
  2. 2 2
      hot/src/views/Home.vue

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 232 - 277
hot/public/data.js


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

@@ -296,7 +296,7 @@ export default {
       },
       isShowLanlist: false,
       isShowAudlist: false,
-      curLanguage: localStorage.getItem("locale"),
+      curLanguage: this.$route.query.curLang || localStorage.getItem("locale"),
     };
   },
   watch: {
@@ -465,7 +465,7 @@ export default {
       isPe && this.languageList.push({ name: "Português", key: "pe" });
       this.curLanguage === "zh-hk" &&
         item?.mp3_zh &&
-        this.audioList.push({ name: "國語", key: "mp3_zh" });
+        this.audioList.push({ name: "普通話", key: "mp3_zh" });
       this.curLanguage === "zh-hk" &&
         item?.mp3_zhhk &&
         this.audioList.push({ name: "粵語", key: "mp3_zhhk" });