diff --git a/README.md b/README.md index fafb0dad..f79e38d3 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ Self-hosted information hub with a powerful browser extension that captures, pro | Feature | Description | |---------|-------------| | 🤖 **AI Content Processing** | Leverage AI for summarization, translation, and intelligent content analysis with custom shortcuts | -| 📚 **Smart Web Archiving** | Automatically save and archive web pages with AI-powered content extraction using Mozilla Readability | +| 🔌 **MCP Server Integration** | Built-in Model Context Protocol (MCP) server enabling AI assistants (Claude, Cursor, etc.) to access your knowledge base, search content, and retrieve RSS feeds, tweets, GitHub stars, and highlights | +| 📚 **Web Archiving** | Automatically save and archive web pages with content extraction using Mozilla Readability | | 📡 **RSS Feed Management** | Centralize all your RSS feeds with intelligent categorization, OPML import/export, and full-text search | | 🔍 **Powerful Full-Text Search** | Apache Lucene with IK Analyzer for Chinese text tokenization, boolean operators, and fuzzy search | | 🐦 **Social Media Integration** | Special handling for Twitter/X with automatic tweet thread reconstruction and media preservation | @@ -57,9 +58,11 @@ Self-hosted information hub with a powerful browser extension that captures, pro ## Screenshot -![intro1](static/images/intro1.png) +![screenshot-home](static/images/screenshot-home.png) -![intro2](static/images/intro2.png) +![screenshot-feeds](static/images/screenshot-feeds.png) + +![screenshot-library](static/images/screenshot-library.png) ![extension_shortcuts](static/images/extension_shortcuts.png) diff --git a/README.zh.md b/README.zh.md index 7618c822..17213cd6 100644 --- a/README.zh.md +++ b/README.zh.md @@ -41,7 +41,8 @@ | 功能 | 描述 | |---------|-------------| | 🤖 **AI 内容处理** | 利用 AI 进行摘要、翻译和智能内容分析,支持自定义快捷指令 | -| 📚 **智能网页归档** | 使用 Mozilla Readability 自动保存和归档网页,AI 驱动的内容提取 | +| 🔌 **MCP 服务器集成** | 内置 Model Context Protocol (MCP) 服务器,让 AI 助手(Claude、Cursor 等)可以访问您的知识库、搜索内容、获取 RSS 订阅、推文、GitHub stars 和高亮标注 | +| 📚 **网页归档** | 使用 Mozilla Readability 自动保存和归档网页,提取正文内容 | | 📡 **RSS 订阅管理** | 集中管理所有 RSS 订阅,支持智能分类、OPML 导入/导出和全文搜索 | | 🔍 **强大的全文搜索** | Apache Lucene 搜索引擎,IK 分词器支持中文分词,布尔运算符和模糊搜索 | | 🐦 **社交媒体集成** | 特殊处理 Twitter/X 内容,自动重建推文线程并保存媒体 | @@ -57,9 +58,11 @@ ## 系统截图 -![intro1](static/images/intro1.png) +![screenshot-home](static/images/screenshot-home.png) -![intro2](static/images/intro2.png) +![screenshot-feeds](static/images/screenshot-feeds.png) + +![screenshot-library](static/images/screenshot-library.png) ![extension_shortcuts](static/images/extension_shortcuts.png) diff --git a/static/images/intro1.png b/static/images/legacy/intro1.png similarity index 100% rename from static/images/intro1.png rename to static/images/legacy/intro1.png diff --git a/static/images/intro2.png b/static/images/legacy/intro2.png similarity index 100% rename from static/images/intro2.png rename to static/images/legacy/intro2.png diff --git a/static/images/screenshot-feeds.png b/static/images/screenshot-feeds.png new file mode 100644 index 00000000..998e0b22 Binary files /dev/null and b/static/images/screenshot-feeds.png differ diff --git a/static/images/screenshot-home.png b/static/images/screenshot-home.png new file mode 100644 index 00000000..e1eee7f6 Binary files /dev/null and b/static/images/screenshot-home.png differ diff --git a/static/images/screenshot-library.png b/static/images/screenshot-library.png new file mode 100644 index 00000000..8802caa8 Binary files /dev/null and b/static/images/screenshot-library.png differ