Skip to content

Commit

Permalink
deploy: 990ba7e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent d36762b commit 3d8a301
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 3 deletions.
13 changes: 13 additions & 0 deletions feed.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@
"url": "https://wangchujiang.com/"
},
"items": [
{
"id": "63",
"content_html": "<p>你热爱阅读吗?试试 <strong>Readest</strong>,一款现代化、开源的电子书阅读器,旨在彻底改变你的阅读体验。无论是沉浸在故事中,还是深入学习知识,Readest 都能在 macOS、Windows、Linux 和 Web 平台上提供功能丰富、无缝流畅的体验,移动端支持也即将推出!</p>\n<p><img src=\"https://github.com/user-attachments/assets/d6839a87-ef76-4391-b0ff-70b87932a396\" alt=\"image\"></p>\n<p><img src=\"https://github.com/user-attachments/assets/c5ede9cb-49ef-479e-a06e-871c610a91a9\" alt=\"image\"></p>\n<p><img src=\"https://github.com/user-attachments/assets/def7727f-586f-4549-addc-59a7b913be4f\" alt=\"image\"></p>\n<p><img src=\"https://github.com/user-attachments/assets/1006b889-6479-4a09-90de-7ebb8d3b2912\" alt=\"image\"></p>\n<p><img src=\"https://github.com/user-attachments/assets/085f0e4b-9ea4-42a9-8411-30cccd744d60\" alt=\"image\"></p>\n<p><img src=\"https://github.com/user-attachments/assets/3b13cb32-b7cb-4b2a-9986-639c201c2e50\" alt=\"image\"></p>\n<h3>为什么选择 Readest?</h3>\n<ul>\n<li>多格式支持:轻松阅读 EPUB、MOBI、PDF(实验性)等多种格式的书籍。</li>\n<li>个性化阅读体验:自定义字体、主题和布局,打造专属于你的阅读环境。</li>\n<li>标注与笔记:轻松添加高亮、书签和笔记,提升阅读效率。</li>\n<li>分屏并行阅读:同时阅读两本书,轻松进行对比和学习。</li>\n<li>智能工具:快速查词、使用 DeepL 翻译,或全书内文本搜索。</li>\n</ul>\n<h3>未来可期</h3>\n<p>移动端支持、书库管理、文本转语音、甚至 AI 驱动的书籍摘要等令人兴奋的新功能即将上线!</p>\n<p>立即开始你的下一段阅读旅程,体验 Readest 带来的沉浸式、直观的阅读乐趣吧!欢迎一起贡献,让我们共同打造最出色的电子书阅读器!😊</p><br /><br />\n <a href=\"https://github.com/jaywcjlove/quick-rss/issues/new/choose\" target=\"_blank\">投稿/推荐/自荐</a> • \n <a href=\"https://wangchujiang.com/quick-rss/feeds/index.html\" target=\"_blank\">Quick RSS</a> • \n <a href=\"https://github.com/jaywcjlove/quick-rss/issues/63\" target=\"_blank\">#63</a> • \n <a href=\"https://github.com/jaywcjlove\" target=\"_blank\">@jaywcjlove</a>\n ",
"url": "https://wangchujiang.com/quick-rss/issue/63.html",
"title": "探索 Readest:为热爱阅读的你打造的终极电子书阅读器",
"summary": "你热爱阅读吗?试试 Readest,一款现代化、开源的电子书阅读器,旨在彻底改变你的阅读体验。无论是沉浸在故事中,还是深入学习知识,Readest 都能在 macOS、Windows、Linux 和 Web 平台上提供功能丰富、无缝流畅的体验,移动端支持也即将推出! 为什么选择 Readest? 多格式支持:轻松阅读 EPUB、MOBI、PDF(实验性)等多种格式的书籍。 个性化阅读体验:自定义字",
"image": "https://github.com/user-attachments/assets/d6839a87-ef76-4391-b0ff-70b87932a396",
"date_modified": "2024-12-12T16:53:13.000Z",
"author": {
"name": "jaywcjlove",
"url": "https://avatars.githubusercontent.com/u/1680273?v=4"
}
},
{
"id": "62",
"content_html": "<p>Minesweeper 是一款适用于 macOS 和 iOS 的极简风格扫雷游戏,完全使用 Swift 编写。该项目展示了如何使用 SwiftUI 和 Composable Architecture 构建现代 iOS/macOS 应用。通过高度模块化的设计,每个功能被隔离到独立的模块中,减少了模块间的依赖,使得每个功能可以单独编译和运行。这种设计不仅简化了开发流程,也提高了代码的可测试性。</p>\n<p><img src=\"https://github.com/user-attachments/assets/4e6ef89f-df02-4737-943f-6c336d031fc3\" alt=\"image\"></p>\n<p>应用的核心逻辑被放入专门的模块(如 *Core),这些模块与 UI 分离,使得代码可以跨多个平台(如 SwiftUI 和 UIKit)共享,同时也能跨 iOS、macOS、watchOS 和 tvOS 共享。项目还配备了完整的测试套件,包括功能的单元测试、集成测试和端到端测试,确保每个模块都能可靠地工作。</p>\n<p>Minesweeper 是一个极好的开源项目,适合开发者用作学习范例,了解如何在 Swift 中使用现代架构模式进行开发,尤其是对于希望深入理解模块化、可测试性和跨平台开发的开发者来说,是一个理想的学习资源。</p><br /><br />\n <a href=\"https://github.com/jaywcjlove/quick-rss/issues/new/choose\" target=\"_blank\">投稿/推荐/自荐</a> • \n <a href=\"https://wangchujiang.com/quick-rss/feeds/index.html\" target=\"_blank\">Quick RSS</a> • \n <a href=\"https://github.com/jaywcjlove/quick-rss/issues/62\" target=\"_blank\">#62</a> • \n <a href=\"https://github.com/jaywcjlove\" target=\"_blank\">@jaywcjlove</a>\n ",
Expand Down
40 changes: 39 additions & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>quick-rss-feed</id>
<title>Quick RSS Feed</title>
<updated>2024-12-04T05:13:04.112Z</updated>
<updated>2024-12-12T16:54:19.508Z</updated>
<generator>Feed for Node.js</generator>
<author>
<name>Kenny</name>
Expand All @@ -15,6 +15,44 @@
<logo>https://wangchujiang.com/quick-rss/assets/logo.png</logo>
<icon>https://wangchujiang.com/quick-rss/assets/logo.png</icon>
<rights>All rights reserved 2024, Kenny</rights>
<entry>
<title type="html"><![CDATA[探索 Readest:为热爱阅读的你打造的终极电子书阅读器]]></title>
<id>63</id>
<link href="https://wangchujiang.com/quick-rss/issue/63.html"/>
<updated>2024-12-12T16:53:13.000Z</updated>
<summary type="html"><![CDATA[你热爱阅读吗?试试 Readest,一款现代化、开源的电子书阅读器,旨在彻底改变你的阅读体验。无论是沉浸在故事中,还是深入学习知识,Readest 都能在 macOS、Windows、Linux 和 Web 平台上提供功能丰富、无缝流畅的体验,移动端支持也即将推出! 为什么选择 Readest? 多格式支持:轻松阅读 EPUB、MOBI、PDF(实验性)等多种格式的书籍。 个性化阅读体验:自定义字]]></summary>
<content type="html"><![CDATA[<p>你热爱阅读吗?试试 <strong>Readest</strong>,一款现代化、开源的电子书阅读器,旨在彻底改变你的阅读体验。无论是沉浸在故事中,还是深入学习知识,Readest 都能在 macOS、Windows、Linux 和 Web 平台上提供功能丰富、无缝流畅的体验,移动端支持也即将推出!</p>
<p><img src="https://github.com/user-attachments/assets/d6839a87-ef76-4391-b0ff-70b87932a396" alt="image"></p>
<p><img src="https://github.com/user-attachments/assets/c5ede9cb-49ef-479e-a06e-871c610a91a9" alt="image"></p>
<p><img src="https://github.com/user-attachments/assets/def7727f-586f-4549-addc-59a7b913be4f" alt="image"></p>
<p><img src="https://github.com/user-attachments/assets/1006b889-6479-4a09-90de-7ebb8d3b2912" alt="image"></p>
<p><img src="https://github.com/user-attachments/assets/085f0e4b-9ea4-42a9-8411-30cccd744d60" alt="image"></p>
<p><img src="https://github.com/user-attachments/assets/3b13cb32-b7cb-4b2a-9986-639c201c2e50" alt="image"></p>
<h3>为什么选择 Readest?</h3>
<ul>
<li>多格式支持:轻松阅读 EPUB、MOBI、PDF(实验性)等多种格式的书籍。</li>
<li>个性化阅读体验:自定义字体、主题和布局,打造专属于你的阅读环境。</li>
<li>标注与笔记:轻松添加高亮、书签和笔记,提升阅读效率。</li>
<li>分屏并行阅读:同时阅读两本书,轻松进行对比和学习。</li>
<li>智能工具:快速查词、使用 DeepL 翻译,或全书内文本搜索。</li>
</ul>
<h3>未来可期</h3>
<p>移动端支持、书库管理、文本转语音、甚至 AI 驱动的书籍摘要等令人兴奋的新功能即将上线!</p>
<p>立即开始你的下一段阅读旅程,体验 Readest 带来的沉浸式、直观的阅读乐趣吧!欢迎一起贡献,让我们共同打造最出色的电子书阅读器!😊</p><br /><br />
<a href="https://github.com/jaywcjlove/quick-rss/issues/new/choose" target="_blank">投稿/推荐/自荐</a> •
<a href="https://wangchujiang.com/quick-rss/feeds/index.html" target="_blank">Quick RSS</a> •
<a href="https://github.com/jaywcjlove/quick-rss/issues/63" target="_blank">#63</a> •
<a href="https://github.com/jaywcjlove" target="_blank">@jaywcjlove</a>
]]></content>
<author>
<name>jaywcjlove</name>
<uri>https://avatars.githubusercontent.com/u/1680273?v=4</uri>
</author>
<contributor>
<name>jaywcjlove</name>
<uri>https://avatars.githubusercontent.com/u/1680273?v=4</uri>
</contributor>
</entry>
<entry>
<title type="html"><![CDATA[Minesweeper:适用于 macOS 和 iOS 的极简风格扫雷游戏,开源学习范例]]></title>
<id>62</id>
Expand Down
5 changes: 5 additions & 0 deletions feeds/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ <h1 id="quick-rss-feed"><a aria-hidden="true" tabindex="-1" href="#quick-rss-fee
</span></code><input type="hidden" value="https://wangchujiang.com/quick-rss/feed.xml
"><div onclick="copied(this)" class="copied"><svg class="octicon-copy" aria-hidden="true" viewBox="0 0 16 16" fill="currentColor" height="12" width="12"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg><svg class="octicon-check" aria-hidden="true" viewBox="0 0 16 16" fill="currentColor" height="12" width="12"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg></div></pre>
<h2 id="内容列表"><a aria-hidden="true" tabindex="-1" href="#内容列表" class="anchor"><span class="icon icon-link"></span></a>内容列表</h2><!--RSS_LIST_START-->
<h2 id="探索-readest为热爱阅读的你打造的终极电子书阅读器"><a aria-hidden="true" tabindex="-1" href="#探索-readest为热爱阅读的你打造的终极电子书阅读器" class="anchor"><span class="icon icon-link"></span></a><a href="https://wangchujiang.com/quick-rss/issue/63.html">探索 Readest:为热爱阅读的你打造的终极电子书阅读器</a></h2>
<p>
<img src="https://github.com/user-attachments/assets/d6839a87-ef76-4391-b0ff-70b87932a396" alt="">
</p>
<p>你热爱阅读吗?试试 Readest,一款现代化、开源的电子书阅读器,旨在彻底改变你的阅读体验。无论是沉浸在故事中,还是深入学习知识,Readest 都能在 macOS、Windows、Linux 和 Web 平台上提供功能丰富、无缝流畅的体验,移动端支持也即将推出! 为什么选择 Readest? 多格式支持:轻松阅读 EPUB、MOBI、PDF(实验性)等多种格式的书籍。 个性化阅读体验:自定义字 (<a href="https://github.com/jaywcjlove/quick-rss/issues/63">#63</a> - <a href="https://github.com/jaywcjlove">@jaywcjlove</a>)</p>
<h2 id="minesweeper适用于-macos-和-ios-的极简风格扫雷游戏开源学习范例"><a aria-hidden="true" tabindex="-1" href="#minesweeper适用于-macos-和-ios-的极简风格扫雷游戏开源学习范例" class="anchor"><span class="icon icon-link"></span></a><a href="https://wangchujiang.com/quick-rss/issue/62.html">Minesweeper:适用于 macOS 和 iOS 的极简风格扫雷游戏,开源学习范例</a></h2>
<p>
<img src="https://github.com/user-attachments/assets/4e6ef89f-df02-4737-943f-6c336d031fc3" alt="">
Expand Down
Loading

0 comments on commit 3d8a301

Please sign in to comment.