Notice: file_put_contents(): Write of 3551 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
第十七章 发现晶核 - 重生之末日主宰 跳转到主要内容

第十七章 发现晶核

作者:酒会变
(�/�d��n��|%<0)L���Z �p%i7S:��I���б��@M���%�Wk������8 *&0,��1 ADC��������R��[���S����_�=M֨ �r�/��4��hzqGqД7*S�7.v\>z4#�۟�u<����ĵ����(��&�bz1#�aՒG�.^Ԯ�Lm�A�*2j�0;.v�g[�p��%"��'9M��C,��PꚐ������ԶqU=�Z{ :�Z��爔�����Ŝ�[D�!����9!ߨ��"�D=Yb6M*�D�ŷM_.��􄟑��8��a�%�ñI��^"b�jL�ʬ�y@bQ�U��s.��b������Z��������U&G��5#���xr.�Y��?�\Mz��f L�%"�㉉|��`ז�/����.&-����� ׎�=۠�=�Ԧ���`��/�w�p/�gUf�� �kj{R� a��爘^,�e�h �9���T])sO�ř�/�"�!�<_)�C��$CLmϨ���9x�e���+Ӌ1YS�Z��.�bR:�0@ `@�NP+�Rf΢-e3N=��z��7X3��|'�5��Sۇ.ބ*��rj�F�=�s"N)s5]�PvO��-=]�1�Y+dЖ��Q){�3c{�����x�#{������ҡ'� �)=�F��DcV�̠ɟEW�/�eg���X4'�Zo��uųz�����i4hb4��˺��F��g���-=}�R�O朩9�q�%�&�NOL�u�T��іϻ�|�������5Ĥ�WH�����<�ƌ�Z]\ǓD�ٕ2G�)BO^����2�༴�J�?��xn\s ��f���!��_@͛q�þ�~O���������;bN���xZ�FG��h�ھq1C�-=%���_�=� %O(yO ��ߦC�3����+ Om�'�xZ ��2[z���arS��"*��|���d�c�c��Bl�/-�>�B���Y\�eQ��ȴg��%��8������A׳�a?ҹ-����h��_�9�����i�&����ň�c�I��'��쎁7.Ƭ+$dj��m�� ��]�a߳�i4v������G�!œ�Uy�|�!3B̅X�]~�Om_r�m�2���N���hLz�ϙ�3u��q��v�a�5�3�Zd��z�����\|$��#_s���u<�9�tG��zϨ��8G�\#�\i����Ayf��+У5˳�*�k���ðj/{��_���Go�J|-�Y�Ur�˟�c��ΐ��S!|�>���Lm_>�y��|0J<䲤��� �c"Omoi4f�"�K��4fսŒ���71I���.�(�]�!��e��u������7 |������̿�lO�j���Y��2'䙪�x:.�<ڡ��N3��^�Y;.�<�:� S���eJ� N)�{�z��ZË6M�^3�dД�80�8`@�@�N�@� � 0@8A l�)f�#��'���L�w����� wP��25I��VʌU���K��N�j�rϦAĚ�"�7D���am���n&bj�H癉XG<u�0��M*r���jbꅉ߸�.��\�x�����=ۖ�=W��Ɍ]<1�Ek4����eΨ��3$�Г�s���'�~xm��RfF���/%fT]�t�����sDL��X�e �.G���ϐ��e��.[z /��l�8��e�E#��?j4�э�w�ΐ_\���!1��;KO�P�2Nm�5�B�t쇢��I� &�Z�^(���+PN/ΐ��x��4���W�b�� d�~bj�s�׋�%�O�-���G�Uٳ���D�=����XQb����<#�n@����ݺ��ߦ��3B &>��huu}� ��x~�nhxA��ۈ5�ê�Dt2�a0��xU�4� �̨A q�8 @� �0 R�0a�DF0@�(XZ r�+�r1R� �P;G;ۼ������m��1���(BI[�Q�Lb8���ۥz���%����#� aD]&��>i�uPѴN�s\W=k��[�6�`�/����-��� �IK1�D"���}}ZmQ1��b�9�����1� Z���X˜���g��'��|Q̄A[��h?�p�S]����)X�(��qj.�����+Du=�4�!���Rd@I;%8ўZ�Br� ���2�b�g �>\�DP�g��΄��/ӷ���9�fIa�,��2�e�]���'�y�Uȕp��Y�C�_�2��YFI��^�pZo�cc�B��y�7�dY�3�"������4�M�_��� �a Zfp}�-"$���x(5k�j(�ƙ��Q1���?�Uak��ߤc˚tie�ĺ<�[��98 { // 初始化认证状态 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: 'zszmrzz', chapterId: '57438408', 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 看小说网 版权所有