diff --git a/templates/assets/zhheo/rightmenu.js b/templates/assets/zhheo/rightmenu.js index 008766fe..8263bdc9 100644 --- a/templates/assets/zhheo/rightmenu.js +++ b/templates/assets/zhheo/rightmenu.js @@ -353,6 +353,10 @@ rm.copyLink = function () { btf.snackbarShow('已复制链接地址'); } +function switchDarkMode(){ + rm.switchDarkMode(); +} + function addRightMenuClickEvent() { // 添加点击事件 $('#menu-backward').on('click', function () { diff --git a/templates/modules/right-menu.html b/templates/modules/right-menu.html index 2d4a2a02..252ef878 100644 --- a/templates/modules/right-menu.html +++ b/templates/modules/right-menu.html @@ -1,8 +1,8 @@ +
-
diff --git a/templates/modules/widgets/cardNewestComments.html b/templates/modules/widgets/cardNewestComments.html index cc1d2a2f..2446795d 100644 --- a/templates/modules/widgets/cardNewestComments.html +++ b/templates/modules/widgets/cardNewestComments.html @@ -5,7 +5,7 @@
-
@@ -92,7 +93,7 @@
- +