# maozzi RSS **Repository Path**: maozzi/maozzi-rss ## Basic Information - **Project Name**: maozzi RSS - **Description**: 学习swift。仿照iOS app【RSS Reader】写了一个自己的RSS 新闻阅读器 - **Primary Language**: Swift - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-06-07 - **Last Updated**: 2024-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # maozzi RSS ## 项目介绍 学习swift。仿照iOS app【RSS Reader】写了一个自己的RSS 新闻阅读器。 采用的新闻RSS源 * [IT之家](https://www.ithome.com) - `https://www.ithome.com/rss/` * [36氪](https://www.36kr.com) - `https://36kr.com/feed` ## 软件架构 仅支持iOS 13 以上 因为该 app 编码语言 swift5/swiftUI 仅支持iOS 13以上。没有采用其他swift 框架,纯原生 ## 安装教程 1. 确保 Xcode 已经正确安装 ![Xcode 截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/pic/Xcode.png) 2. clone 代码 3. 打开该项目,等待加载完成 ![打开项目](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/pic/open-project.png) 4. 选择虚拟机/实体机器,运行 ![选择虚拟机](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/pic/select-vm.png) ![选择虚拟机](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/pic/select-self.png) ## 应用截图 ![首页截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.18.03.png) ![设置截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.18.30.png) ![设置阅读视图截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.18.38.png) ![设置黑暗模式截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.18.46.png) ![设置多数据源截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.18.52.png) ![未读列表截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.19.10.png) ![新闻详情截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.19.18.png) ![最近阅读截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.19.26.png) ![清除最近阅读截图](https://gitee.com/maozzi/pic-repo/raw/master/maozzi-rss/screenshot/iPhone%2011%20Pro%20-%202020-07-29%20at%2022.19.35.png) ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request ## 特此感谢 万分感谢 [IT之家](https://www.ithome.com)、[36氪](https://www.36kr.com) 无私奉献,在很多大厂都放弃RSS新闻流时,依然坚守这一片土地,为那极少量的用户推送优质的新闻。同时在这里也推荐一下国内大佬们维护的一个开源RSS库 —— [RSS Hub](https://github.com/DIYgod/RSSHub)