Selaa lähdekoodia

feat 阅读器按钮文案

erekook 11 kuukautta sitten
vanhempi
commit
22688612ff
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      app.js

+ 3 - 1
app.js

@@ -189,8 +189,10 @@ async function onNovelPluginLoad(data) {
     novelManager.setChargeWay({
     novelManager.setChargeWay({
       globalConfig: {
       globalConfig: {
         mode: 5,
         mode: 5,
-        buttonText: "解锁",
+        buttonText: "观看广告解锁",
         showButton: true,
         showButton: true,
+        countdownInProgressButtonText: "广告解锁倒计时还剩 秒",
+        countdownEndedButtonText: "观看广告解锁章节",
         tip: "看完广告之后可继续阅读",
         tip: "看完广告之后可继续阅读",
       },
       },
     });
     });