Notice: file_put_contents(): Write of 5318 bytes failed with errno=28 No space left on device in /var/www/kxs-php/lib/ZstdHelper.php on line 81

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
1009、争渡 - 我在尊魂幡里当主魂 跳转到主要内容

1009、争渡

作者:灵山王
(�/�d^#ť�F=<2P+`�s�)�l����Nv M �&�؎i6�� e֦4M�4M�4M�g����z�6����B�� �<��L7ZvL�`?a��~C����j!������_��@�>'9�c��6P��L=�W���{0�M猉o�{��T�-[?I��`����w�N.��N-.�݌�� �x�܊p���ī�l#l��0�F~��7���%I���=r�T�%(C���V���`��r��-ڟ�v� ���j�e���'wLY�9!�Ľ̔�b�v�#� ���M�g!g�S�(;�PX�^0�p'�c�mEw/3=�g���W���Y�5�7�1�?�?�m��$vL�ڦ� ��x^`~�����<�]���`�<���_�ޠŽ�ͺ%��Ky~��&� �+H !�f}��V�1��.H�#����Z\ �G�Wۜ�_�~"��Cș ��b�bq��?����-fk%(�2ӓ�+�s_��7Z�x�c�)�b '^�wL��eЖ 5�� �W�ݱrEw�^t2���b��O� Ɣ�� �w����~T6�l�监�@ؓ�!v��x��c�Z�% wLy������+ ߪ���hY }ӹ�=��G~U|1�j��I� eʮ�z Q��C��P�8��v�̔�d��Z��$�\��bwd��8�b8�Br�qE S�۱|���2��3꫒�dsB,n/P]��}��E���(1X^My �4�] ���%��-*Oqs�g� ~Z��/35^0]sz�� �)�*��W��dkf3@�������}m�7Z����=R1���m�/3Uxeg" Y�| *C�� �S_fJz7�p��=�koA���oՃZ�t�}C�M�d1���s�����*�� �����:�0�E��0�� R_f*��㹸��|����#ϨoTc� ������';��0o��ه��G�Q� ���#���at���7H���l���,`���y��)bb��I�N��1ې�1^a8 �TҶE�]@^�˅^mk�C>��%� �o�_�>2��_fJND q���*���{�����{���}�s���LQ�2ע})r� I�2S ���-�B�����G؞0 N�F"�P��œC�y���k@�2��t�� h˛�?�D[D�y/3U,��:H�$���+@ZV�:R6���"έʫ��a=��l���snr�퓁7�fw)�b0\08�s��bq-����^!�e��Q��I2��� ���iX�x��f�ڽ�����4�&.G{Q�/�U�/!M�r�_$��q�#w��| ���� P���{�[݋�$ �x"� H\9*5f��+�����@q������c����!D�$���b{�� �����|w�\ %q�6�#����ݍ��m �|�s�El���K�.���w��U��,�� п�o(Vtӹi�' 6���F�gH ۥ�S��=���v�6H�g� ~�Y�x��rC�B"���e冊� Ѿ��3�� C>_I������� ��s-ړ�K\Fd\3r���痙b�[��%��k�1~����n����1/�� �H�x^;��)�Z�ΐn��l�� �Yȅ��C���$�O�� hW�D�c��|˶��%m3��+R/ƏF���=V^*a�s�%W��!�%YG��d ,G��<���� � ����C�r���b/?#j�,�y��R�@���X6Tz�<��@� !�W�)��Xm�7{헥NB�#,�Do�m�*f�U�Y��� !S�����g��Pr��3Jk]�6� ������D۠�f��^���2�Y�xqd{�@db�^}:0!:E�Ð�_�=�Bs ���At��M�>K� �O`��"�D�cB�qZ���x|�����|�/�V���0ځD!"P$%� �7�7��jj" x�=��!��%� *�ғ��!L�U�RW��|o�j&�A�ݧ��� �0��Ԡ��9��QA"�tvlgް9V����t��`9]�/ ��d�#�'��~��Jbݟ��A��A�ɐ %�%Bj�m��u��� ��"k�.+4�yJ�'�Z������f"��J*=�B��l�F���{�9��ٻg�D�0� �c1w�D�w��l‘7�� s�y������勹�q5��L�x� �ߐ|;����I̺i, ��U}�az8+�9c�Aa-��ю6_�%L�?�>��ׂ ��U����h��=��£̒�x���v�#!���E�M^@�)#����n|�Ё�l��Ѫӑ_л���� UoQ}��@���v ����"@NB�W��i�H}�g ���%�]gh���X��a�&^ ���Y��럔m2��rgWkM�{�H0����rӇ)r�/x'OŮ� �s+"��ǔq!Mr2��*���[o�mI�/ { // 初始化认证状态 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: 'wzzhfldzh', chapterId: '73504370', novelTitle: '我在尊魂幡里当主魂', chapterTitle: '1009、争渡', 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 看小说网 版权所有