Deprecated: mb_substr(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/kxs-php/controllers/NovelController.php on line 303
第973章 恐怖的林青竹 - 都市最狂医仙 跳转到主要內容

第973章 恐怖的林青竹

作者:花小刺
(�/�d�"��:��.;@)����{�_晪 y !!�RD6J��IZ �!D �)I�9p���~�yf� ���K�D�������A��O��WL���bs �f�c>����p4 �8FdQ�%��GB�&rŴ^勮�'��Q����i��^tU�|;tY�ɷC[ ~���<&��5��!�F�9����{�Ӟ�?���gއ4KCVY�c�+�-��깰ٲ����S,�����Su��6B��(�=m��X���z#rz�����F�!;�V0� u�yj� \[F�>?Y���bZ�� �~t�rt���QHZ�%&?O�6�c9 �>�,x�s1�\=E!C�֔,��${���*�^TY����[>'}��s4WO������[��Ґ/�Sώ�+���^���+���SO���>4��^b�Z�A�����h����ϦE��L���8�B�'�s��l:S���5qSs�z����r'�1xr�yG>#� :�~��xŴ��K����P� ��, 1���*B3[���x�=���i��%v)�%i��^!d��i�ۡG���mՓ���/��� s�hS �z��]��!e��OCo�})� �Y����=�d���%&g�܊i=�7K��8\�'�1)+)�Jh��%Rg�{V[ ��d��!s��S�9�pv=�V��|�t��kR�zR�"t-19f�UO�ȟMGF�>��B(�����m�׏L. �xG�B�?�V�lՓֶ.p�������zFH��5 9tt)�$s�\����bs�k����-j�zD�6�9aZ�u9�g��9�^��u�dħ-j?ڐ0-b�LeQe��=4H��&�%!4ĺ�R����Q���jH)��uŴ*�7(��:�^u��s��|?2'����*WO u���s�/�"Ru� �/��:���:� �;�K$.qM�i�[��K1����1)�ՓsqL�-�3�S�w��$��8H�lz�jF� ԭ�ƫ��s�X ؙ���]�<��y��gY��#k��&��F#�E�����^tu �1�Ϧ\=�L_���f�WL��'��ˇM:�6�T�UN�8 �����F@_t������ɡ�X��Yp��"��w8��y��2BA�K��ӎN/o�&ת'i�guj���%v1"7��^�&���ڄq����&�^@{��9����G����O�.�L��0��92���e�I��%RӆP�]��+yҵ�y�Y��\=��)��@���䆣9$?4'i��ުgI{�9Hq,��$vb���p��%�C�'�O<Lj�mz!��:�u�}Ŝ�62���.Wψ���VU>�hFəD�>�������"��g�r�c�Tc7"��Q2h���#*����~6}�R2�hI�chQ�t��|Ŵ��S �ȬUON�� z!�r�]�NT 2[����!�]_t��#��,c���&Ιx&�V��*cD��)���cK��6��EW����/�+NC�̦u�ڲ���P�GQ�߇ 2�$�DԧM[Ԫ��� �,�+lڀ� Ū'��P����5 N1�D�0-��1m��ʼ�`�:WOB_hC�?�p�ĺ$�UVXvar�zr�Ƥ�C����J��F?RvL4bd��Tz�λ��00@0P@��EW @( �D��@��WOJW��  (ࢫ m�L�ûm�|�G?�.���x�8��W!5�jQȧ�?��1�r&7����Ϧ?��!����YSŞJ��l�~�yϹ�6WOH��OT��^b���9��ݥ1�"FF\Hw6�)����G&:�h �$喘��k��NX�l�@��IO�e?�~&��\=�s�^h���ȍ�A��D�x�]�k�2rŴ$�BR�z^N�2j��3���#��I�iH�ޥ!W$�Y��$FS��'�ᙉ���F��@k�5X��f�/H_�����r!���|]:�G�E�^t5��4�Io&�i���Ê@{-*{�G,Hs WZH��ͅ[ ��W�2���������hl���D� /H��3ﱊcoP�J����ϟ�� / �� G��ϼ�ꉐ��� ��*��Ӛ8�|��G�c�)1�"�����y��6�^�%+�!���#���%��zfv�)D��fy����?��9|�b�2���+�O@/�d�Q�Cs���B�Z����]����y�v07���{l�\��AփN�y��t`#��R������V���� Ź�i$3>G�X����K�lc!���v���{����.sq��c!WL�Y ��3�!�D0�,�������t�v]���X�߈{!��DW��~�Q/5���sɛWb�53js��~� Q����A�mZ�3�� xl�T�%Z���t�n��~�fO�mY���塻�Igl�����*2�@Ӈ$|��� �G@(в { // 初始化认证状态 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: 'dszkyx', chapterId: '50706571', novelTitle: '都市最狂医仙', chapterTitle: '第973章 恐怖的林青竹', 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 看小說網 版权所有