Today's Recommended Novels - - Free Online Novels & Stories | Daily Updates <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10" /> <meta name="renderer" content="webkit|ie-comp|ie-stand"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="keywords" content="free novels, online reading, Nigerian stories, romance novels, daily updates" /> <meta name="description" content="Novelbasehub365 offers a wide collection of free online novels and stories. Enjoy romance, drama, and trending fiction with daily chapter updates and a smooth reading experience." /> <link rel="apple-touch-icon-precomposed" sizes="180x180" href="fav.png"> <link rel="shortcut icon" href="fav.png" type="image/x-icon"/> <link rel="stylesheet" type="text/css" href="https://www.novelbasehub365.com/skin/css/index.css?v=3.1"> <link rel="stylesheet" type="text/css" href="https://www.novelbasehub365.com/skin/css/page.css?v=3.1"> <link rel="stylesheet" type="text/css" href="https://www.novelbasehub365.com/skin/css/all.min.css?v=3.1"> <script type="text/javascript" src="https://www.novelbasehub365.com/skin/js/jquery.min.js"></script> <style> /* 今日推荐标题单行省略 */ .books-grid .book-title { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-break: break-all; line-height: 1.4em; max-height: 1.4em; margin: 0; padding: 0; } </style> </head> <body style="background-color:#e3f2fd;"> <!-- 头部导航 --> <style> .nav-links a.active { font-weight: bold; color: #f60; } .nav-links a.active::after { width:100%; } /* 语言栏样式 */ #language-switcher { display: none; position: absolute; right: 20px; top: 60px; z-index: 1000; background: white; padding: 10px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); } /* 语言设置弹窗内的按钮样式 */ .setting-options .option-btn { padding: 8px 16px; margin: 4px; background: #f5f5f5; border: 1px solid #ddd; border-radius: 6px; color: #333; cursor: pointer; font-size: 14px; transition: all 0.2s ease; display: inline-block; text-align: center; min-width: 60px; } /* 悬停效果 */ .setting-options .option-btn:hover { background: #e9ecef; border-color: #ccc; transform: translateY(-1px); } /* 选中状态 */ .setting-options .option-btn.active { background: #f60; color: white; border-color: #f60; box-shadow: 0 2px 4px rgba(255, 102, 0, 0.3); } /* 选中状态悬停 */ .setting-options .option-btn.active:hover { background: #f80; border-color: #f80; } /* 👇 新增:选中状态样式 */ .option-btn.active { background: #f60; color: white; border-color: #f60; } /* 可选:hover 效果 */ .option-btn:hover { background: #e9ecef; } .option-btn.active:hover { background: #f80; } </style> <header class="header"> <div class="headerMain"> <div class="logo-area"> <div><a href="https://www.novelbasehub365.com" class="logo">Novel Hub</a></div> <nav class="nav-links"> <a class="" href="https://www.novelbasehub365.com">Home</a> <a class="" href="https://www.novelbasehub365.com/ranking/">Rankings</a> <a class="" href="https://www.novelbasehub365.com/serializing/">Ongoing</a> <a class="" href="https://www.novelbasehub365.com/completed/">Completed</a> <a class="active" href="https://www.novelbasehub365.com/recommend/">Today's Updates</a> </nav> </div> <div class="search-box"> <input type="text" placeholder="Search title, author, tags..."> <button>Search</button> </div> <div class="user-actions"> <!-- ❌ 删除 onclick --> <a href="javascript:void(0);" id="lang-toggle-btn" title="Language Selection"> <span style="font-size:26px;color:#ffffff;">🌐</span> </a> </div> <button class="menu-toggle">☰</button> </div><!-- 替换掉原来的 #language-switcher --> <div id="language-switcher" style="display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:2000; justify-content:center; align-items:center;"> <div class="settings-container" style="width:90%; max-width:540px; background:white; border-radius:8px; display:flex; flex-direction:column; overflow:hidden; box-shadow:0 4px 20px rgba(0,0,0,0.15); position:relative;"> <div class="settings-header" style="background:#f8f8f8; padding:20px; border-bottom:1px solid #e8e8e8;"> <div class="settings-title">Language</div> </div> <div class="settings-content" style="padding:20px; max-height:60vh; overflow-y:auto;"> <div class="setting-item"> <div class="setting-options" id="theme-options"> <button class="option-btn " data-lang="zh">中文</button> <button class="option-btn " data-lang="en">English</button> <button class="option-btn " data-lang="pt">Português</button> <button class="option-btn " data-lang="id">Indonesia</button> <button class="option-btn " data-lang="bn">Bengali</button> <button class="option-btn active" data-lang="ng">Nigeria</button> </div> </div> </div> <div class="settings-footer" style="padding:15px 20px; border-top:1px solid #e8e8e8; display:flex; justify-content:flex-end; gap:10px;"> <button class="footer-btn confirm" id="confirm-settings">Confirm</button> </div> <div class="close-settings" id="close-settings" style="position:absolute; top:20px; right:20px; width:30px; height:30px; background:white; border-radius:50%; display:flex; justify-content:center; align-items:center; cursor:pointer; font-size:20px; box-shadow:0 2px 8px rgba(0,0,0,0.1);">×</div> </div> </div> </header> <!-- 全局 JS(只写一次,所有页面生效) --> <script> document.addEventListener('DOMContentLoaded', function () { const btn = document.getElementById('lang-toggle-btn'); const overlay = document.getElementById('language-switcher'); // ← 改这里! if (btn && overlay) { btn.addEventListener('click', function(e) { e.preventDefault(); overlay.style.display = 'flex'; }); // 关闭按钮 const closeBtn = document.getElementById('close-settings'); if (closeBtn) { closeBtn.addEventListener('click', function() { overlay.style.display = 'none'; }); } // 点击蒙层关闭 overlay.addEventListener('click', function(e) { if (e.target === overlay) { overlay.style.display = 'none'; } }); // 语言选项切换 const optionButtons = document.querySelectorAll('.option-btn'); optionButtons.forEach(btn => { btn.addEventListener('click', function() { optionButtons.forEach(b => b.classList.remove('active')); this.classList.add('active'); }); }); // 确定按钮 const confirmBtn = document.getElementById('confirm-settings'); if (confirmBtn) { confirmBtn.addEventListener('click', function() { const selected = document.querySelector('.option-btn.active'); if (selected) { const lang = selected.dataset.lang; const url = new URL(window.location); url.searchParams.set('lang', lang); window.location.href = url.toString(); } }); } } }); </script> <div class="container"> <!-- 分类参数 --> <div class="section"> <!-- 分类筛选 --> <div class="category-filter"> <div class="filter-group filter-main"> <a href="https://www.novelbasehub365.com/recommend/" class="filter-btn active">All</a><a href="https://www.novelbasehub365.com/recommend/?cate=2" class="filter-btn ">Outros</a><a href="https://www.novelbasehub365.com/recommend/?cate=3" class="filter-btn ">Fantasia</a><a href="https://www.novelbasehub365.com/recommend/?cate=4" class="filter-btn ">Cultivo espiritual</a><a href="https://www.novelbasehub365.com/recommend/?cate=5" class="filter-btn ">História</a><a href="https://www.novelbasehub365.com/recommend/?cate=6" class="filter-btn ">ficção científica</a><a href="https://www.novelbasehub365.com/recommend/?cate=7" class="filter-btn ">jogo online</a><a href="https://www.novelbasehub365.com/recommend/?cate=8" class="filter-btn ">Metropolis</a> </div> </div> <div class="books-grid" style="margin-top: 30px;"><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/621.html" alt="Siamese Dark Amulet"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9832_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/621.html" title="Siamese Dark Amulet"> <h3 class="book-title" title="Siamese Dark Amulet"> Siamese Dark Amulet </h3> </a> <div class="book-author">Winged Azure Bird</div> <p class="book-desc">On a leisurely and carefree journey through Thailand, Qi Yan...</p> <div class="book-stats"> <span>39K Words</span> <span>150Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/620.html" alt="My Years as a Ghost Messenger"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9826_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/620.html" title="My Years as a Ghost Messenger"> <h3 class="book-title" title="My Years as a Ghost Messenger"> My Years as a Ghost Messenger </h3> </a> <div class="book-author">Seven-Colored Violet</div> <p class="book-desc">Do you want to live? Of course! Then become a messenger of t...</p> <div class="book-stats"> <span>16K Words</span> <span>49Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/619.html" alt="Mist of the Dark Night"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9825_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/619.html" title="Mist of the Dark Night"> <h3 class="book-title" title="Mist of the Dark Night"> Mist of the Dark Night </h3> </a> <div class="book-author">A lone wolf drinking the northern wind in solitude</div> <p class="book-desc">In a secluded corner of the bustling metropolis stood an old...</p> <div class="book-stats"> <span>27K Words</span> <span>78Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/618.html" alt="Homebody Summoner"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9809_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/618.html" title="Homebody Summoner"> <h3 class="book-title" title="Homebody Summoner"> Homebody Summoner </h3> </a> <div class="book-author">Fate of the Two Principles</div> <p class="book-desc">Our protagonist is named Hao Ren, one of the unfortunate vic...</p> <div class="book-stats"> <span>34K Words</span> <span>133Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/617.html" alt="Assassin in the Shrouded Mist"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9798_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/617.html" title="Assassin in the Shrouded Mist"> <h3 class="book-title" title="Assassin in the Shrouded Mist"> Assassin in the Shrouded Mist </h3> </a> <div class="book-author">The Wanderer of the Snowy Mountains</div> <p class="book-desc">A-Feng is an assassin. Just as he is about to carry out his ...</p> <div class="book-stats"> <span>5K Words</span> <span>14Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/607.html" alt="The Number One Left-Behind Child in the Immortal World"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9068_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/607.html" title="The Number One Left-Behind Child in the Immortal World"> <h3 class="book-title" title="The Number One Left-Behind Child in the Immortal World"> The Number One Left-Behind Child in the Immortal World </h3> </a> <div class="book-author">Forest of Flora</div> <p class="book-desc">Ji Jiuxuan was reborn in another world with a cultivation sy...</p> <div class="book-stats"> <span>78K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/606.html" alt="Master of the Azure Mystical Dao"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9061_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/606.html" title="Master of the Azure Mystical Dao"> <h3 class="book-title" title="Master of the Azure Mystical Dao"> Master of the Azure Mystical Dao </h3> </a> <div class="book-author">Five Hundred Miles of the Central Plains</div> <p class="book-desc">What is meant by the Master of the Way? The answer: "One who...</p> <div class="book-stats"> <span>73K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/605.html" alt="Cultivating Steadily: The Entire Immortal Realm Is My Home"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9054_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/605.html" title="Cultivating Steadily: The Entire Immortal Realm Is My Home"> <h3 class="book-title" title="Cultivating Steadily: The Entire Immortal Realm Is My Home"> Cultivating Steadily: The Entire Immortal Realm Is My Home </h3> </a> <div class="book-author">The hermit possesses a clever plan.</div> <p class="book-desc">Cultivating immortality is no easy feat, and the road to ete...</p> <div class="book-stats"> <span>134K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/604.html" alt="Sword Immortal of Strange Tales"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_9049_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/604.html" title="Sword Immortal of Strange Tales"> <h3 class="book-title" title="Sword Immortal of Strange Tales"> Sword Immortal of Strange Tales </h3> </a> <div class="book-author">The True Sincerity Sutra</div> <p class="book-desc">The Way of the Flying Sword is founded first upon sincerity,...</p> <div class="book-stats"> <span>84K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/614.html" alt="Divine Sniper"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_8428_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/614.html" title="Divine Sniper"> <h3 class="book-title" title="Divine Sniper"> Divine Sniper </h3> </a> <div class="book-author">A warrior travels the world on foot.</div> <p class="book-desc">He is the Sniper King of the Republic. He is the great savio...</p> <div class="book-stats"> <span>94K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/613.html" alt="Struggle for the Tang Dynasty"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/novel_gen_8422_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/613.html" title="Struggle for the Tang Dynasty"> <h3 class="book-title" title="Struggle for the Tang Dynasty"> Struggle for the Tang Dynasty </h3> </a> <div class="book-author">Maple feathers drifting in the wind</div> <p class="book-desc">Sometimes, our resistance is not merely for a morsel of food...</p> <div class="book-stats"> <span>78K Words</span> <span>222Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/629.html" alt="The Venerated Lord’s Bloodthirsty Beloved"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/5195_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/629.html" title="The Venerated Lord’s Bloodthirsty Beloved"> <h3 class="book-title" title="The Venerated Lord’s Bloodthirsty Beloved"> The Venerated Lord’s Bloodthirsty Beloved </h3> </a> <div class="book-author">Lost in a daze</div> <p class="book-desc">Please provide the text you would like translated....</p> <div class="book-stats"> <span>46K Words</span> <span>150Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/627.html" alt="The Extraordinary Village Doctor"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/5205_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/627.html" title="The Extraordinary Village Doctor"> <h3 class="book-title" title="The Extraordinary Village Doctor"> The Extraordinary Village Doctor </h3> </a> <div class="book-author">Marquis of Han, Champion of the Realm</div> <p class="book-desc">Lu Hao was once a top graduate from the medical university, ...</p> <div class="book-stats"> <span>58K Words</span> <span>299Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/626.html" alt="Immortal Lord: The Wild Son-in-Law"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/5223_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/626.html" title="Immortal Lord: The Wild Son-in-Law"> <h3 class="book-title" title="Immortal Lord: The Wild Son-in-Law"> Immortal Lord: The Wild Son-in-Law </h3> </a> <div class="book-author">The Fish That Recites Sutras</div> <p class="book-desc">After cultivating for a hundred thousand years, I have attai...</p> <div class="book-stats"> <span>48K Words</span> <span>186Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/624.html" alt="War of Money"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/6881_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/624.html" title="War of Money"> <h3 class="book-title" title="War of Money"> War of Money </h3> </a> <div class="book-author">Sunrise Over the Sea</div> <p class="book-desc">Four childhood friends, hailing from a poor and remote villa...</p> <div class="book-stats"> <span>49K Words</span> <span>140Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/622.html" alt="I Am the King of Basketball"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/6897_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/622.html" title="I Am the King of Basketball"> <h3 class="book-title" title="I Am the King of Basketball"> I Am the King of Basketball </h3> </a> <div class="book-author">Cape Canaveral</div> <p class="book-desc">A teenage prodigy secures a contract with the NBA’s Houston ...</p> <div class="book-stats"> <span>151K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/612.html" alt="Undying Resurrection System"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/3668_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/612.html" title="Undying Resurrection System"> <h3 class="book-title" title="Undying Resurrection System"> Undying Resurrection System </h3> </a> <div class="book-author">A peculiar odor</div> <p class="book-desc">Above the Ninth Heaven, the boundless realm of the void stre...</p> <div class="book-stats"> <span>34K Words</span> <span>138Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/611.html" alt="The Path to Becoming the Master of Mount Hua"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/3673_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/611.html" title="The Path to Becoming the Master of Mount Hua"> <h3 class="book-title" title="The Path to Becoming the Master of Mount Hua"> The Path to Becoming the Master of Mount Hua </h3> </a> <div class="book-author">Hong Yan</div> <p class="book-desc">Transmigration comes with its own perks—a Sect Master System...</p> <div class="book-stats"> <span>96K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/610.html" alt="Super Learning System"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/3680_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/610.html" title="Super Learning System"> <h3 class="book-title" title="Super Learning System"> Super Learning System </h3> </a> <div class="book-author">Allied Forces Captain</div> <p class="book-desc">During the winter break of his final year in high school, Zh...</p> <div class="book-stats"> <span>119K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/609.html" alt="Fluffy Overlord"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/3681_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/609.html" title="Fluffy Overlord"> <h3 class="book-title" title="Fluffy Overlord"> Fluffy Overlord </h3> </a> <div class="book-author">Eighty-Point Mother</div> <p class="book-desc">Tao Ming, a single mother, led an ordinary life with her dau...</p> <div class="book-stats"> <span>77K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/608.html" alt="Millennium War of the Demon Gods"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/3692_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/608.html" title="Millennium War of the Demon Gods"> <h3 class="book-title" title="Millennium War of the Demon Gods"> Millennium War of the Demon Gods </h3> </a> <div class="book-author">Heavenly Dragon Jade</div> <p class="book-desc">A work submitted for the Fantasy Imagination and Creativity ...</p> <div class="book-stats"> <span>70K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/602.html" alt="Peerless Divine Doctor"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/1543_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/602.html" title="Peerless Divine Doctor"> <h3 class="book-title" title="Peerless Divine Doctor"> Peerless Divine Doctor </h3> </a> <div class="book-author">A Dreamer of Modest Proportions</div> <p class="book-desc">Download the app to view the full synopsis of the work....</p> <div class="book-stats"> <span>72K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/601.html" alt="After Entering the Novel, I Became the Obsessive Boss's Little Sweetheart"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/1544_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/601.html" title="After Entering the Novel, I Became the Obsessive Boss's Little Sweetheart"> <h3 class="book-title" title="After Entering the Novel, I Became the Obsessive Boss's Little Sweetheart"> After Entering the Novel, I Became the Obsessive Boss's Little Sweetheart </h3> </a> <div class="book-author">Jiang Xiyou</div> <p class="book-desc">Ruan Cha found herself transported into a novel—a classic Ma...</p> <div class="book-stats"> <span>39K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/600.html" alt="This Prince Is a Little Sweet"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/1546_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/600.html" title="This Prince Is a Little Sweet"> <h3 class="book-title" title="This Prince Is a Little Sweet"> This Prince Is a Little Sweet </h3> </a> <div class="book-author">Little Ancestor of Guanglin</div> <p class="book-desc">Gao Yun, a stunning and seductive actress of thirty, suddenl...</p> <div class="book-stats"> <span>47K Words</span> <span>300Chapters</span> </div> </div> </div><div class="book-card"> <div class="book-cover"> <a href="https://www.novelbasehub365.com/detail/599.html" alt="Back to 1993"> <img src="https://gdapi.novelbasehub365.com/Super/public/uploads/covers/1547_translated.png" loading="lazy"> </a> </div> <div class="book-info"> <a href="https://www.novelbasehub365.com/detail/599.html" title="Back to 1993"> <h3 class="book-title" title="Back to 1993"> Back to 1993 </h3> </a> <div class="book-author">Half Past Nine</div> <p class="book-desc">Zhang Tianfeng returned to the year 1993, turning ninety yua...</p> <div class="book-stats"> <span>48K Words</span> <span>163Chapters</span> </div> </div> </div></div> <!-- <div class="page" style="background:linear-gradient(135deg, #f3f3f3 0%, #f1f1f1 100%);padding:0 20px;border-radius:10px;"></div> --> </div> </div> <!-- 页脚 --> <footer class="footer"> <div class="container1"> </div> </footer> <!-- 右侧功能栏 --> <div class="sidebar"> <a href="javascript:void(0);" onclick="scrollToTop()" class="sidebar-button"> <div class="icon"> <div class="moon-icon"> <div class="moon"> <div class="fas fa-arrows-up-to-line"></div> </div> </div> </div> </a> </div> <script type="text/javascript"> function scrollToTop(){ window.scrollTo({ top: 0, behavior: 'smooth' }); } </script> <script> // 移动端菜单切换 document.addEventListener('DOMContentLoaded', function() { const menuToggle = document.querySelector('.menu-toggle'); const navLinks = document.querySelector('.nav-links'); menuToggle.addEventListener('click', function() { navLinks.style.display = navLinks.style.display === 'flex' ? 'none' : 'flex'; }); // 调整窗口大小时重置菜单显示 window.addEventListener('resize', function() { if (window.innerWidth > 768) { navLinks.style.display = 'flex'; } else { navLinks.style.display = 'none'; } }); // 初始化 if (window.innerWidth <= 768) { navLinks.style.display = 'none'; } // 搜索功能 const searchInput = document.querySelector('.search-box input'); const searchBtn = document.querySelector('.search-box button'); const searchAlertTpl = "Search keyword: %s"; searchBtn.addEventListener('click', function() { const keyword = searchInput.value.trim(); if (keyword) { alert(searchAlertTpl.replace('%s', keyword)); // 实际应用中这里应该跳转到搜索页面 } }); searchInput.addEventListener('keypress', function(e) { if (e.key === 'Enter') { searchBtn.click(); } }); }); </script> </body> </html>