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
第62章 少女酒?要不要喝一点? - 曝光择偶标准,女神上门求同居 跳转到主要内容

第62章 少女酒?要不要喝一点?

作者:不是英雄我
(�/�d2�_*�!=@������"q�1b��b�G��K4CN����Q�"�-�ɢvj�a58%>�YU�@m ���g�KT���� L�p�|G����$��pH�=�SR��f�]=Q_�?�>A��;���u�����6T����"?s�ĢV�س�M?uYb���7}�{�"��\CW�h��r*�t�JlO,r�P9%�A�?�O]��k�i_�x��$[F�f�����3OJ� �41����?�,r �ft ]�.s>��|��\q����+�+n�ά��d�!�g�l9�˒�G�#Pw��}r2�r�Ė�#oI���•�K���!vCG�&�8rD�o�"���}{��� �� ���&�$��7��f ]σg$���l�� [5��� Nj�g$��е2�g��+��t�đ%��O_���G�'��$1倁qƵѧ.�f~�~��P^�j�A[4o��`� O���yK�3$�$�L�Ȝ���M�O?/Ew��C���MԳʯ�?)1���+s���U!� O].!_�>Z��ya���l(BW/a_�v��  @`���![{�@��8�]��|��NI� 8@���\�~m(����4�ċ+\�H�Y�i���3O%���3� Luf�-ڠ����W)Vћ�%� �� �%g������������LA��������3����1t��>Z�y?i��r £���;['"�:�����,1�\�E9%ŊE�6d^S}#�Ll"ܢ�}��e4|�� ���Nl��$[���p͉7�>�����iM%G`����9ҋ܇����m���W&F`%H[���Dpќ�ě���6�H����u���t�'����6�����a��!w.^re��=:��'�����f=B�ٵ!��6�h>�t��JC�0�9#��2=E�ypʢ;��ݛ�g:��L��Ő;�֦���x�`����T��dz�5�nPCW�� jO]A��������9�_���|�:�q����;��*��,��:3����%���|�3>H:����K��WGv����L��G4�L��X�ܢ�G�u�˒��)�A��$NX�C� ?��?�3�cg$w}%s� z�'t���ND����9C6\��Qb�{N����!{�E9%�������-�O���Wp'v������œ��/R��A����7��'L�~^��1�R���v�6���\8BՕ����j:����OJ� ނ�����p�����׆�h�����~�<�.HOlI�9����/�=e�b��I�Ԯp�Ӡ#��Am��rO]~dn�x�QVC����Y��)̧.W&�p���I��m��*Cl��S�*Zq=��F�"�Uc�� 3�� ��u��7�%gN$��bPʧ�1t�n�� <0 <�@p� �Щ�D��K؞���E��3�G��b�aw�k����P,���������K.9#q��M1e�����&�@�ޜJr� ��g�{�6�`���y)z�bJ�92s�O�-r���3ej�׆,z1�&�������H|��ɼJ1���M�7M^Xd�z*�I���O�������G� �TO?�W@o���6O<\!���}Iu�{ϔ/�F��� �!'���Y_�8$�b�8������H�}!��{(7� ���1Ȯg8󂁡��V��7��O%�E@~a�����[�C�(����� �)vSR,9�f}GԜ�))�4CW �%�-�d�QCN�5|!��`� ���w2�[��*�׆0�oi�d���5<u��ڙU�#��.��k(g�x����%�"�]Y���П��=^_0� z�6�a�*� {ťx ]7M�$N?�"צW������9ҋ��9��U� ��{�J�s>#;�K�-����j�����I���#s����~�a�a�8@�0! �$-�H�J��  @U8�4E��Nl��#�ҷ�8/���q�lA�:`4��Aˈ�Q�̑'�AKk&�FU\�7wc���_�Ù]��|�˻[M�t���"�.�_d��d�XP63�����w���S�,^����X��h�N�ذ��6���gk�0�]�, ��$�<�Z^-����(�R�3��6 +��r@�b�{>#�Ŀ��ҝ�wH+�Sf�bL��1�EY�%,���m����� E<] ���˾��T'hxXym��\����9��(xj(g1j2^��f׈=V>ss��V�f_��\�  � x���u� ��L��y�!X9�����̛ds�l�Md�~џ\rqqc<� �� Xh r��o����$h5|�P�+���H 70�����!Q�Ūk��Z�O��EhH����_@Q]0�>��R�`2�G�L���0�;때W�������[����p0���x� 79 { // 初始化认证状态 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: 'pgzobznssmqtj', chapterId: '17134918', novelTitle: '曝光择偶标准,女神上门求同居', chapterTitle: '第62章 少女酒?要不要喝一点?', 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 看小说网 版权所有