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
第一百五十章 三大罪责 - 三国大驯兽师 跳转到主要内容

第一百五十章 三大罪责

作者:虎豹骑
(�/�di}oZ�<'4P`���9� ��դ��F�)k�0k�FITt�oi���pP�bfgb ��l�G`�np��z^�����ۙ�:@�b�k{�l�6�=��-��3'n[�Yn�3��N�Ʀ�9*��+�l]�8������0k�:A�m�`r�lJ�L��X��3J�Ӄ���\i� ���n����z�P������ ~�m˴r2�̍�;�;�0]��!� Ny�(v�� �֔|�z��Ќ�L ��d���{���&��+ ��ǮǾnȎ�m�4ҹBlk�n��2��㾴�W:��6g�IǦP������L;^0��3[�9�eJ��q8W�$�R�ֹ�9fvw�f�&K�l(�b�J��7>�ʮ�m�V��ܖie×�[ �����̄ .xp��m�b(^9J�琫�����-F^q�V���C�w��ez��D/Y���<��pF�Aɏ(��c�9��N�03HlP�P����ە��B�e��������k���W�����A���;Dx��#̹�|�>C��� �� �5�*@�� �K�$|e�lP� {��>Av��r���l*yE��L�{�o:��%��o=�B\i�r��A���eK霍���̜�C�ۚ�:�2Ag&l����![(^Yx�a{��Z�/?B���H}���+b�n >�x��!��� ��ؕ�L+ �)�S~&�B嚁�Y����/�{ܗ�%��ؖ�S�Ti��9�G`��)�����-���!fS7 ��q���2 pf���+ �K.蜰)<��˖)��!�b�568��[�̶c�co�:�V�!�G�[c;>8��'�{ņES�� �4L��M�^r��� ���΄��T��ɔ3CDS��3����@�S�aņ #�����9M`තٖ��l�Ƙ����l��)\oNg�N��,�"��|�!�\8A� �_ ޖ��3�#v@I3{�ݮ���E [c�3M�#zm�y�[��2�4��A�k�gek 7��`Q͕��E�LY��~r���0ܖ�:v������v[�z�l[�����5�邂 ,b����x���:@�@��� �\Ìw�ˇ�?�ɠ�+~�n˴r�-~D��L) �>���b6(y��ézo����K�{�����(�>x�]9��>�x�=)�=&�t~M�L1�[?M �H�!�����V����8� 8����%c�kׇm�r^�LFT7 n�����c#H�@��s쀒*L28v{#x[���w_��W��t.!� 8!�ٔ�'g��)�|rfklQ)��� _�m9�G'�4�-Sr���_�n3<'hr�m�`���PP��=����3��9q���Xq����!�wя�3Z9��ЀK�拃�0(�x�"�xHE��ӹ�r��[Ԗ����AS����2���Y���H��E '0�dϑ����Aɋ�s$�P��7�y��P�A����r6���& �-� ��m �.>9��؅�z���tJ~A� �R�.���qs���v�y�}}�޶$�cb�� �3j��4�& ��̤�� � � ���ļ}����u�d`�"�&�3��e�� &�"�# j�T`�-�[4�A ���}���������$�S�D~���c���N�"�W�=�lx<�V!�2%p�ӹ�ɍ�v��M�V!�&AF�4�-������_��򵽭Y���P�`C=���p�pE����+��Qp�#d�Ķ�O���Q�3��G`&h�����7 ��pe����Y3UO�畆����̦�u{�A�#H���w�pBDO!�d.*|���bz��&9�m�f^��;>�2�=+��33H|83v��NQp� =��|g���s������!ԯK|Dܵ I����Nл���N~"t}��#00��yJ��Z�:)j^O�!ш��A�W#� o7-qz��|1a*{b��N跢 �!�S�ΤG�{**T��Z�*G:d�w�!P�W���`XH]���3����?�@��C[v�Jy"A7��bV�s��n!�� �2-��s�Df��e�g�L�~ݪ}xb{���;�ۛ�8�F�~�E�S���@��0tkQ�Q ������3;�v�> v?qZ� =]Y{)V�0�rf���6�{`�K����6;P'�wXI�a`lœ�7J�e���*����i�S��7QS�C�<���������?��Ы�:�W|�Sd�7�����e��J�._�J�����U�;��5�PM4(R���(������6�OY?G;Jq�qZZP��sR�T�F؂\��Sc܌�1�Y%����߶�4.���g6�$�˫D��o��� e�w!�I9��Ƞ��;����� '�7�'x�,�<0��Y��- (!�ߴX�ae�x3�?u��H���+ma��j�����l���u��ߢz�A�R { // 初始化认证状态 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: 'sgdxss', chapterId: '81694172', 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 看小说网 版权所有