|
@@ -60,8 +60,8 @@
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
<div class="page_btn">
|
|
<div class="page_btn">
|
|
|
- <button class="btn-prev" id="btn_prev">上一页</button>
|
|
|
|
|
- <button class="btn-next" id="btn_next">下一页</button>
|
|
|
|
|
|
|
+ <button class="btn-prev" id="btn_prev">上一章</button>
|
|
|
|
|
+ <button class="btn-next" id="btn_next">下一章</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
@@ -595,7 +595,7 @@
|
|
|
var updateBgColor = function(target, type) {
|
|
var updateBgColor = function(target, type) {
|
|
|
$(target).addClass("bk-container-current");
|
|
$(target).addClass("bk-container-current");
|
|
|
Dom.body.css('background-color', bkCurrColor);
|
|
Dom.body.css('background-color', bkCurrColor);
|
|
|
- //更新日夜模式
|
|
|
|
|
|
|
+ //更新日夜模式
|
|
|
let model = $(target).parent(".bk-item")[0].id;
|
|
let model = $(target).parent(".bk-item")[0].id;
|
|
|
if (model === 'hl') {
|
|
if (model === 'hl') {
|
|
|
//记录夜间模式前的背景颜色和模式
|
|
//记录夜间模式前的背景颜色和模式
|
|
@@ -710,4 +710,4 @@
|
|
|
</script>
|
|
</script>
|
|
|
</body>
|
|
</body>
|
|
|
|
|
|
|
|
-</html>
|
|
|
|
|
|
|
+</html>
|