我的收藏

0
暂无收藏文章
        <!-- 阅读历史 -->
        <section class="history-section" id="history-section">
            <div class="section-header">
                <h2 class="section-title">
                    <span class="section-icon">📖</span>
                    <span>阅读历史</span>
                </h2>
                <span class="section-count" id="history-count">0</span>
            </div>
            <div class="section-empty" id="history-empty">暂无阅读记录</div>
            <ul class="history-list" id="history-list"></ul>
        </section>
    </div>