跳转到主要内容

第一百九十四章 屈打成招

作者:绝版宅男
(�/�dlmr�� )@ S��wz�v��i�*��6b�6�`� v����f2A�:�oh�|�����z�+�;ׅO�69;ׅ�3����,o���R�y�G�!�4�󕇫DW���Ղ�2ʗ�͙AV�I��yC����㠘!"r�4iK����dnQT�.���(3�o�rv��A��\��]� [¶w��b��j��y������؇�s�<���r(�H��\?����8JYHWb��k �Ů��Ε���WJQ�QJN��h�3QA��r��ǯ��yT������[W^��6�������]�a���� @�v–6�k�%M��y-N��ݧs�D�#��(uCog��\?&��Lr�Q��)��I����Xy��b��j��_���p��P�*�p�h��j ��-Y[:��"P���-=PM�_t�{:��K�m����\�wP�}�R�a��Ҕ4[�발ՠ]0�뢼�I -X#��x�����O��B<�#b��A��!3�F OҜ�y�a�ͦG��a��u���\9��r"��������1���+6p�yeqn��b�(�V"��Jyjv���������\y�u���rV'l��0)�-yI �0i��.͜��-Lw�KIsv� �`vA�+�U��9�<���E+܂�o2��G���ٹ~ E����<���><������DŮ���q�zx�QȠ+�ƀmɛ�(���à+'�8�i�y-y�|)N]���B��P�ٹ�2� ���,1oy��X������5�>Bdk � ��9�# �We���y,���Ú�O ���`�N��y-y5��Ր��1��j�s�1��&�"Am4�q���(��z9�����ey1������h� �Ov�pfp}�R*dR7����Hy�e��AqKސ��f��Ԅ-��+i�<�`�Ĩey/�g犑w��j�s�'l�<�R�E�6"vf��a����ȕ�5��հ��l��s�T���S���0��\+|r�i���:c�T��sؕ4;ț�F�02V�M�%㢖Ů)؇�d�T �#��˰����m|–� �wQކ��@��f�W�j�:O�Rz�*�;�O��P�k��N6vAv�!،4/�;Bd �1��69��*��<쑴F��\-� F�1T�j �˃9�-�5�\y�cP5�l&��]�L� �n2OؒiU�� �� /�Ɠ5������� ����|AM�z�/�-���'� T��'۽�ZH��Ѩ+_� �:ᠵ���мT��H?�[�_�;�뢼,O�_л���J(1J���Ó?<����'��@^���\9 �k4:~�Yc���Z�� o�iKއ��xJJnoP�t�oE����9k�cWW��Ʈ�Ґ�9�����E�+Xc@m!]��k�1 ��*���i5���2�:�8CB���Ε��;h�/��|�����;��YuBy�"S0���hңu��ey+k��� ��P!��#�ծ��ٞW�dls{�+vu����a�y¶�n�F=B����\7�[�KIsdl����.�k�9Dz�r��� �'^O�� �y�՟]0Z|���ؖN�׀Ƈ�k���:npcl:>B�����y\K�0���������|0:f�z���]����� �E��R\��D��{�P%� �+nw>À���x2����z\S�ey#B v������+��plmwȫ�P����Fdp�aKq�yCKO�,�0}v���*�0iI��ӹ��%�0�T��Ԙ���f;)�1�_�~������'s���*xZK�q"�����%㛣3���0/Je��(�7�om),L_���x�Ѧ�� �;����!��Q� �-Ls>yq�/s�4/4j��u� eU��J�=��Y�#�P��E)�R^J�'M~xN"0�F���՜��y3�E�wi^�W#��%��V�Z�.�qj���bw2��|G�|�e� ���L쑴GҜՐo�Fގb��%��X#﷐���-��-�%�*�T�loD�1��z��L�U�bw�.2��,��K����]U���hPEp�=P��r$>�&��$7/�;�,i� ������<�5��H,�M�{> ;� +��W��&BT lt��)���_t(�$ m�Z���vX[n�ƴ/���+��҃&ұ��1j�1�}� f��Q�>����� ��rj��a Ʃ��@z饫�Y�� �!V��1�d�5 �e�����R�\�z���^�iY[EQ x��� kL9;e��j�ԫ\|`���@�XX�5��X����5���Y���0��p����%��x����K���_��ﴠ`���r��� �^��Aŏk ����� �Z.��"�������@�Uy��*�)Dj��� ?9P������0�$vtX�l. ԥ�* y1����Y�5�)�*��q%��ՔH;�-�i\u��x�薚\@_���B!Wu���.� �"�S:����[@�����DV�؛����-o(Q�Q�u��M��3�X�E��.��q�H�W#c�[xqx�p�8XK�CΎ -�� v~�N�]x����ڄo ��Jt:� �x�X�%f�iy�����h M�&@�[V)�ę�K��^��^F�����8x$��(�6[�A�e}vO���I.:��3 { // 初始化认证状态 initAuthState(); // 注意:阅读历史已由reading_history.js自动处理,无需手动调用 const themeToggle = document.getElementById('theme-toggle'); const themeToggleIcon = document.getElementById('theme-toggle-icon'); const html = document.documentElement; // 检查本地存储中的主题偏好 const currentTheme = localStorage.getItem('theme') || 'light'; html.classList.add(currentTheme); // 更新图标 if (themeToggleIcon) { themeToggleIcon.className = currentTheme === 'dark' ? 'ri-moon-line text-xl' : 'ri-sun-line text-xl'; } // 切换主题 if (themeToggle) { themeToggle.addEventListener('click', () => { const isDark = html.classList.contains('dark'); if (isDark) { html.classList.remove('dark'); html.classList.add('light'); localStorage.setItem('theme', 'light'); if (themeToggleIcon) { themeToggleIcon.className = 'ri-sun-line text-xl'; } } else { html.classList.remove('light'); html.classList.add('dark'); localStorage.setItem('theme', 'dark'); if (themeToggleIcon) { themeToggleIcon.className = 'ri-moon-line text-xl'; } } }); } // 字体大小调整 const content = document.querySelector('.reading-container'); const fontDecreaseBtn = document.getElementById('font-decrease'); const fontIncreaseBtn = document.getElementById('font-increase'); const readingModeBtn = document.getElementById('reading-mode'); const addBookmarkBtn = document.getElementById('add-bookmark'); // 从本地存储获取字体大小设置 let fontSize = parseInt(localStorage.getItem('fontSize')) || 18; content.style.fontSize = `${fontSize}px`; // 减小字体 fontDecreaseBtn.addEventListener('click', () => { if (fontSize > 14) { fontSize -= 1; content.style.fontSize = `${fontSize}px`; localStorage.setItem('fontSize', fontSize); } }); // 增大字体 fontIncreaseBtn.addEventListener('click', () => { if (fontSize < 26) { fontSize += 1; content.style.fontSize = `${fontSize}px`; localStorage.setItem('fontSize', fontSize); } }); // 阅读模式切换 readingModeBtn.addEventListener('click', () => { document.body.classList.toggle('reading-mode'); if (document.body.classList.contains('reading-mode')) { // 隐藏导航和其他元素,只显示内容区 document.querySelector('header').style.display = 'none'; document.querySelectorAll('.section-container > *:not(main)').forEach(el => { el.style.display = 'none'; }); document.querySelector('main').classList.add('reading-mode-active'); document.querySelector('.fixed.bottom-0').style.display = 'none'; // 隐藏移动端底部导航 } else { // 恢复正常显示 document.querySelector('header').style.display = ''; document.querySelectorAll('.section-container > *:not(main)').forEach(el => { el.style.display = ''; }); document.querySelector('main').classList.remove('reading-mode-active'); document.querySelector('.fixed.bottom-0').style.display = ''; // 显示移动端底部导航 } }); // 书签功能 addBookmarkBtn.addEventListener('click', () => { const bookmarks = JSON.parse(localStorage.getItem('bookmarks') || '[]'); const currentBookmark = { novelId: 'zaishicangbao', chapterId: '48438088', novelTitle: '再世藏宝', chapterTitle: '第一百九十四章 屈打成招', timestamp: new Date().toISOString() }; // 检查是否已存在相同的书签 const exists = bookmarks.some(bookmark => bookmark.novelId === currentBookmark.novelId && bookmark.chapterId === currentBookmark.chapterId ); if (!exists) { // 限制书签数量为10个 if (bookmarks.length >= 10) { bookmarks.pop(); // 移除最旧的书签 } bookmarks.unshift(currentBookmark); // 添加到最前面 localStorage.setItem('bookmarks', JSON.stringify(bookmarks)); // 显示成功提示 alert('书签添加成功'); } else { alert('书签已存在'); } }); });

看小说网

看小说网是您最喜欢的免费小说阅读网站。提供海量全本小说免费阅读,所有小说无广告干扰,是您值得收藏的小说网站。

© 2023 看小说网 版权所有