Skip to content

Commit 71d3add

Browse files
authored
Update README.md
1 parent f88648f commit 71d3add

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,30 @@
1111
- 目标打造一个 macOS 平台原生极致体验的 V2ex 客户端
1212
- 使用 SwiftUI 开发,尽量利用系统和语言新特性,最低适配 macOS 12+
1313
- 开发过程中抽象出可复用的 V2ex API 网络层为 Swift Package - [V2exAPI](https://github.com/isaced/V2exAPI)
14-
- 目前还是早期预览版本,核心功能还处于开发中
14+
15+
## 功能
16+
17+
- [x] 主题列表
18+
- [x] 评论列表
19+
- [x] 通知列表
20+
- [x] 深色模式
21+
- [x] Personal Access Token 授权
22+
- [ ] 发表评论
23+
- [ ] 发表主题
24+
1525

1626
## 贡献
1727

18-
- Fork 仓库,修改代码提交 PR 即可
28+
- 欢迎大家添砖加瓦,需要某个功能可以先提交 [issue](https://github.com/isaced/V2exOS/issues) 讨论,当然也可以直接 [fork](https://github.com/isaced/V2exOS/fork) 仓库,修改代码提交 PR。
29+
30+
## 感谢
31+
32+
本项目建立在以下开源库之上,感谢这些优秀的项目:
33+
34+
- [Kingfisher](https://github.com/onevcat/Kingfisher) - 网络图片加载和缓存
35+
- [KeychainAccess](https://github.com/kishikawakatsumi/KeychainAccess) - Keychain 便捷访问存储 Personal Access Token
36+
- [MarkdownUI](https://github.com/gonzalezreal/AttributedText) - SwiftUI Markdown 渲染
37+
38+
## LICENSE
39+
40+
MIT

0 commit comments

Comments
 (0)