Skip to content

Commit

Permalink
deploy: 4d24e4b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 4, 2024
1 parent 54b2b87 commit 53853ce
Show file tree
Hide file tree
Showing 9 changed files with 168 additions and 2 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": "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 ",
"url": "https://wangchujiang.com/quick-rss/issue/62.html",
"title": "Minesweeper:适用于 macOS 和 iOS 的极简风格扫雷游戏,开源学习范例",
"summary": "Minesweeper 是一款适用于 macOS 和 iOS 的极简风格扫雷游戏,完全使用 Swift 编写。该项目展示了如何使用 SwiftUI 和 Composable Architecture 构建现代 iOS/macOS 应用。通过高度模块化的设计,每个功能被隔离到独立的模块中,减少了模块间的依赖,使得每个功能可以单独编译和运行。这种设计不仅简化了开发流程,也提高了代码的可测试性。 应用的",
"image": "https://github.com/user-attachments/assets/4e6ef89f-df02-4737-943f-6c336d031fc3",
"date_modified": "2024-12-04T05:12:37.000Z",
"author": {
"name": "jaywcjlove",
"url": "https://avatars.githubusercontent.com/u/1680273?v=4"
}
},
{
"id": "61",
"content_html": "<p>Immich 是一个高性能的自托管照片和视频管理解决方案,专注于隐私保护和高效管理。它支持多平台使用,可轻松备份、组织和浏览多媒体文件。</p>\n<p><img src=\"https://github.com/user-attachments/assets/499a5bf7-09e3-4e3b-ac3b-59657a885fd1\" alt=\"\"></p>\n<p>主要功能包括:</p>\n<ul>\n<li>自动备份:支持移动端后台备份,防止文件丢失。</li>\n<li>多用户支持:可创建共享相册,与他人协作管理内容。</li>\n<li>高级搜索:通过元数据、对象、面部识别等方式快速查找内容。</li>\n<li>支持 RAW 格式:满足摄影爱好者的专业需求。</li>\n<li>个性化存储结构:用户可自定义文件夹组织形式。</li>\n<li>隐私分享:提供公开分享和只读画廊功能,确保隐私安全。</li>\n</ul>\n<p>无论是个人用户还是团队,Immich 都是一个高效、便捷且注重隐私的多媒体管理工具。</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/61\" target=\"_blank\">#61</a> • \n <a href=\"https://github.com/jaywcjlove\" target=\"_blank\">@jaywcjlove</a>\n ",
Expand Down
26 changes: 25 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-02T00:54:16.385Z</updated>
<updated>2024-12-04T05:13:04.112Z</updated>
<generator>Feed for Node.js</generator>
<author>
<name>Kenny</name>
Expand All @@ -15,6 +15,30 @@
<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[Minesweeper:适用于 macOS 和 iOS 的极简风格扫雷游戏,开源学习范例]]></title>
<id>62</id>
<link href="https://wangchujiang.com/quick-rss/issue/62.html"/>
<updated>2024-12-04T05:12:37.000Z</updated>
<summary type="html"><![CDATA[Minesweeper 是一款适用于 macOS 和 iOS 的极简风格扫雷游戏,完全使用 Swift 编写。该项目展示了如何使用 SwiftUI 和 Composable Architecture 构建现代 iOS/macOS 应用。通过高度模块化的设计,每个功能被隔离到独立的模块中,减少了模块间的依赖,使得每个功能可以单独编译和运行。这种设计不仅简化了开发流程,也提高了代码的可测试性。 应用的]]></summary>
<content type="html"><![CDATA[<p>Minesweeper 是一款适用于 macOS 和 iOS 的极简风格扫雷游戏,完全使用 Swift 编写。该项目展示了如何使用 SwiftUI 和 Composable Architecture 构建现代 iOS/macOS 应用。通过高度模块化的设计,每个功能被隔离到独立的模块中,减少了模块间的依赖,使得每个功能可以单独编译和运行。这种设计不仅简化了开发流程,也提高了代码的可测试性。</p>
<p><img src="https://github.com/user-attachments/assets/4e6ef89f-df02-4737-943f-6c336d031fc3" alt="image"></p>
<p>应用的核心逻辑被放入专门的模块(如 *Core),这些模块与 UI 分离,使得代码可以跨多个平台(如 SwiftUI 和 UIKit)共享,同时也能跨 iOS、macOS、watchOS 和 tvOS 共享。项目还配备了完整的测试套件,包括功能的单元测试、集成测试和端到端测试,确保每个模块都能可靠地工作。</p>
<p>Minesweeper 是一个极好的开源项目,适合开发者用作学习范例,了解如何在 Swift 中使用现代架构模式进行开发,尤其是对于希望深入理解模块化、可测试性和跨平台开发的开发者来说,是一个理想的学习资源。</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/62" target="_blank">#62</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[Immich:高效隐私的自托管照片视频管理工具]]></title>
<id>61</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="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="">
</p>
<p>Minesweeper 是一款适用于 macOS 和 iOS 的极简风格扫雷游戏,完全使用 Swift 编写。该项目展示了如何使用 SwiftUI 和 Composable Architecture 构建现代 iOS/macOS 应用。通过高度模块化的设计,每个功能被隔离到独立的模块中,减少了模块间的依赖,使得每个功能可以单独编译和运行。这种设计不仅简化了开发流程,也提高了代码的可测试性。 应用的 (<a href="https://github.com/jaywcjlove/quick-rss/issues/62">#62</a> - <a href="https://github.com/jaywcjlove">@jaywcjlove</a>)</p>
<h2 id="immich高效隐私的自托管照片视频管理工具"><a aria-hidden="true" tabindex="-1" href="#immich高效隐私的自托管照片视频管理工具" class="anchor"><span class="icon icon-link"></span></a><a href="https://wangchujiang.com/quick-rss/issue/61.html">Immich:高效隐私的自托管照片视频管理工具</a></h2>
<p>
<img src="https://github.com/user-attachments/assets/499a5bf7-09e3-4e3b-ac3b-59657a885fd1" alt="">
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ <h1 style="text-align: center;" id="rss-feed"><a aria-hidden="true" tabindex="-1
<pre><code class="code-highlight"><span class="code-line line-number" line="1">https://wangchujiang.com/quick-rss/feed.xml
</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><!--RSS_LIST_START-->
<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="">
</p>
<p>Minesweeper 是一款适用于 macOS 和 iOS 的极简风格扫雷游戏,完全使用 Swift 编写。该项目展示了如何使用 SwiftUI 和 Composable Architecture 构建现代 iOS/macOS 应用。通过高度模块化的设计,每个功能被隔离到独立的模块中,减少了模块间的依赖,使得每个功能可以单独编译和运行。这种设计不仅简化了开发流程,也提高了代码的可测试性。 应用的 (<a href="https://github.com/jaywcjlove/quick-rss/issues/62">#62</a> - <a href="https://github.com/jaywcjlove">@jaywcjlove</a>)</p>
<h2 id="immich高效隐私的自托管照片视频管理工具"><a aria-hidden="true" tabindex="-1" href="#immich高效隐私的自托管照片视频管理工具" class="anchor"><span class="icon icon-link"></span></a><a href="https://wangchujiang.com/quick-rss/issue/61.html">Immich:高效隐私的自托管照片视频管理工具</a></h2>
<p>
<img src="https://github.com/user-attachments/assets/499a5bf7-09e3-4e3b-ac3b-59657a885fd1" alt="">
Expand Down
5 changes: 5 additions & 0 deletions index.zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ <h1 style="text-align: center;" id="rss-源推荐"><a aria-hidden="true" tabinde
<pre><code class="code-highlight"><span class="code-line line-number" line="1">https://wangchujiang.com/quick-rss/feed.xml
</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><!--RSS_LIST_START-->
<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="">
</p>
<p>Minesweeper 是一款适用于 macOS 和 iOS 的极简风格扫雷游戏,完全使用 Swift 编写。该项目展示了如何使用 SwiftUI 和 Composable Architecture 构建现代 iOS/macOS 应用。通过高度模块化的设计,每个功能被隔离到独立的模块中,减少了模块间的依赖,使得每个功能可以单独编译和运行。这种设计不仅简化了开发流程,也提高了代码的可测试性。 应用的 (<a href="https://github.com/jaywcjlove/quick-rss/issues/62">#62</a> - <a href="https://github.com/jaywcjlove">@jaywcjlove</a>)</p>
<h2 id="immich高效隐私的自托管照片视频管理工具"><a aria-hidden="true" tabindex="-1" href="#immich高效隐私的自托管照片视频管理工具" class="anchor"><span class="icon icon-link"></span></a><a href="https://wangchujiang.com/quick-rss/issue/61.html">Immich:高效隐私的自托管照片视频管理工具</a></h2>
<p>
<img src="https://github.com/user-attachments/assets/499a5bf7-09e3-4e3b-ac3b-59657a885fd1" alt="">
Expand Down
Loading

0 comments on commit 53853ce

Please sign in to comment.