构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, linux, ubuntu-24.04-arm) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (arm64, macos, macos-15) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, linux, ubuntu-24.04) (push) Blocked by required conditions
构建与发布 / 打包 ${{ matrix.platform }} ${{ matrix.arch }} (x64, windows, windows-2025) (push) Blocked by required conditions
构建与发布 / 发布 GitHub Release (push) Blocked by required conditions
发布网站 / 部署 GitHub Pages (push) Waiting to run
构建与发布 / 单测与集成测试 (push) Waiting to run
199 lines
8.4 KiB
HTML
199 lines
8.4 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="PeopleLib 是一款集多源文献检索、本地书库、内置阅读器和 AI 助手于一体的桌面应用。">
|
|
<meta name="theme-color" content="#f7f8fb">
|
|
<meta property="og:title" content="PeopleLib · 文献检索与本地阅读">
|
|
<meta property="og:description" content="多源文献检索、本地书库、内置阅读器、笔记与 AI 助手。">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:image" content="https://blog.lofyer.org/peoplelib/assets/og-cover.jpg">
|
|
<meta property="og:url" content="https://blog.lofyer.org/peoplelib/">
|
|
<title>PeopleLib · 文献检索与本地阅读</title>
|
|
<link rel="canonical" href="https://blog.lofyer.org/peoplelib/">
|
|
<link rel="icon" href="assets/icon.png">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<a class="brand" href="#top" aria-label="PeopleLib 首页">
|
|
<img src="assets/icon.png" alt="" width="40" height="40">
|
|
<span>PeopleLib</span>
|
|
</a>
|
|
<nav aria-label="主导航">
|
|
<a href="#features">功能</a>
|
|
<a href="#preview">预览</a>
|
|
<a href="https://github.com/lofyer/peoplelib" target="_blank" rel="noreferrer">GitHub</a>
|
|
</nav>
|
|
<a class="header-download" href="https://github.com/lofyer/peoplelib/releases/latest">下载</a>
|
|
</header>
|
|
|
|
<main id="top">
|
|
<section class="hero">
|
|
<div class="hero-copy">
|
|
<h1>查文献、管书库、做笔记</h1>
|
|
<p class="lead">PeopleLib 是一款桌面阅读工具,把开放文献检索、本地书库、PDF 与电子书阅读、批注和 AI 助手放在一个应用里。</p>
|
|
<div class="hero-actions">
|
|
<a class="button button-primary" href="https://github.com/lofyer/peoplelib/releases/latest">下载 PeopleLib</a>
|
|
<a class="button button-secondary" href="https://github.com/lofyer/peoplelib">GitHub</a>
|
|
</div>
|
|
<p class="platforms">支持 Windows x64、macOS Apple 芯片和 Linux</p>
|
|
</div>
|
|
<div class="hero-art" aria-hidden="true">
|
|
<img class="app-icon" src="assets/icon.png" alt="" width="180" height="180">
|
|
</div>
|
|
</section>
|
|
|
|
<section class="product-shot" aria-label="PeopleLib 应用预览">
|
|
<img src="screenshots/PeopleLib_bAecy2Izab.png" alt="PeopleLib 本地书库界面">
|
|
</section>
|
|
|
|
<section class="section" id="features">
|
|
<div class="section-heading">
|
|
<h2>主要功能</h2>
|
|
<p>从搜索、下载到阅读和记录,常用操作不用切换软件。</p>
|
|
</div>
|
|
<div class="feature-grid">
|
|
<article>
|
|
<h3>多源检索</h3>
|
|
<p>统一检索 16 个文献与图书数据源,可指定单个来源,也可聚合搜索。</p>
|
|
</article>
|
|
<article>
|
|
<h3>本地书库</h3>
|
|
<p>管理下载和导入的文件,用书架、标签和阅读状态整理资料。</p>
|
|
</article>
|
|
<article>
|
|
<h3>内置阅读器</h3>
|
|
<p>阅读 PDF、EPUB、MOBI、AZW、TXT 与 Markdown,支持进度、书签、选文和批注。</p>
|
|
</article>
|
|
<article>
|
|
<h3>AI 助手</h3>
|
|
<p>使用自己的 API Key,可针对选文、当前页、全文或框选区域提问。</p>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section preview" id="preview">
|
|
<div class="preview-copy">
|
|
<h2>阅读器</h2>
|
|
<p>目录、书签、批注、笔记和 AI 助手都在阅读窗口中,PDF 与电子书无需调用外部程序。</p>
|
|
<ul>
|
|
<li>PDF 页面批注与画布笔记</li>
|
|
<li>可重排电子书与阅读进度</li>
|
|
<li>文本、页面和图像上下文提问</li>
|
|
</ul>
|
|
</div>
|
|
<div class="preview-image">
|
|
<img src="screenshots/PeopleLib_2N6zVpCFBA.png" alt="PeopleLib 阅读器与 AI 助手界面" loading="lazy">
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section notes" id="notes">
|
|
<div class="section-heading">
|
|
<h2>笔记与批注</h2>
|
|
<p>支持富文本读书笔记、画布笔记和 PDF 页面批注,内容与书籍关联并保存在本地。</p>
|
|
</div>
|
|
<div class="note-gallery">
|
|
<figure>
|
|
<img src="assets/shot-reader.jpg" width="1600" height="1050" alt="PeopleLib 阅读器中的 PDF 批注与笔记面板" loading="lazy">
|
|
<figcaption>阅读器内查看批注、书签与笔记</figcaption>
|
|
</figure>
|
|
<figure>
|
|
<img src="assets/shot-annotations.jpg" width="1600" height="1058" alt="PeopleLib PDF 页面批注工具,可自由绘制、高亮和添加文字" loading="lazy">
|
|
<figcaption>在 PDF 页面上绘制、高亮与添加文字</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="note-types">
|
|
<article>
|
|
<span>读书笔记</span>
|
|
<h3>整理摘录与文字</h3>
|
|
<p>选中的段落可以直接摘录进笔记,富文本内容适合继续归纳、整理和导出。</p>
|
|
</article>
|
|
<article>
|
|
<span>画布笔记</span>
|
|
<h3>在页面上自由圈画</h3>
|
|
<p>把 PDF 页面作为底版,使用画笔、高亮、形状和文字记录阅读时的想法。</p>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="section formats" id="formats">
|
|
<div class="section-heading">
|
|
<h2>支持格式</h2>
|
|
<p>部分格式可以入库管理,但需要调用系统关联程序阅读。</p>
|
|
</div>
|
|
<div class="format-table-wrap">
|
|
<table>
|
|
<caption>PeopleLib 格式支持对照</caption>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">格式</th>
|
|
<th scope="col">入库与管理</th>
|
|
<th scope="col">内置阅读</th>
|
|
<th scope="col">说明</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<th scope="row">PDF</th>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td>页面批注、书签、选文与笔记,可调渲染画质</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">EPUB</th>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td>目录、重排、书签、选文与笔记</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">MOBI / AZW / AZW3</th>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td>解析无 DRM 的 MOBI、KF7 与 KF8 内容</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">TXT / Markdown</th>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td>自动识别编码,Markdown 支持常用排版结构</td>
|
|
</tr>
|
|
<tr>
|
|
<th scope="row">DJVU / FB2 / CBZ / CBR</th>
|
|
<td><span class="support-yes">支持</span></td>
|
|
<td><span class="support-no">系统打开</span></td>
|
|
<td>可入库整理,阅读时调用系统关联应用</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<p class="format-hint">DRM 保护或损坏的文件不会尝试绕过保护,应用会提示改用系统关联程序打开。</p>
|
|
</section>
|
|
|
|
<section class="privacy">
|
|
<div>
|
|
<h2>数据保存在本机</h2>
|
|
</div>
|
|
<p>书库、笔记、批注与阅读进度都写入本地文件。应用没有账号和同步服务,AI 内容只在确认后发送。</p>
|
|
</section>
|
|
|
|
<section class="cta">
|
|
<img src="assets/icon.png" alt="" width="88" height="88">
|
|
<h2>下载 PeopleLib</h2>
|
|
<p>安装包由 GitHub Releases 发布。</p>
|
|
<a class="button button-primary" href="https://github.com/lofyer/peoplelib/releases/latest">查看最新版本</a>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<a class="brand footer-brand" href="#top">
|
|
<img src="assets/icon.png" alt="" width="32" height="32">
|
|
<span>PeopleLib</span>
|
|
</a>
|
|
<p>开放获取文献与图书的桌面客户端</p>
|
|
<p>MIT 开源许可</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|