|
@@ -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: "看完广告之后可继续阅读",
|
|
|
},
|
|
},
|
|
|
});
|
|
});
|