Skip to content

Commit b279731

Browse files
authored
Update README.md
1 parent a7cae74 commit b279731

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,26 @@
33
<img src="/V2exOS/Assets.xcassets/AppIcon.appiconset/icon_256.png" alt="V2exOS" title="V2exOS" width="100" />
44
</a>
55
<h1 align="center">V2exOS</h1>
6-
<div align="center">一个用 SwiftUI 编写的 V2ex macOS 客户端</div>
6+
<div align="center">一个用 SwiftUI 编写的 V2ex macOS/tvOS 客户端</div>
77
</p>
88

9-
![screenshot](https://user-images.githubusercontent.com/2088605/192312063-def16466-052b-457a-9b4c-856b2afb3a42.png#gh-dark-mode-only)
10-
![screenshot](https://user-images.githubusercontent.com/2088605/192312051-9ec1e43d-4aee-46fb-a61f-fd865e35fca4.png##gh-light-mode-only)
9+
![macOS screenshot](https://user-images.githubusercontent.com/2088605/192312063-def16466-052b-457a-9b4c-856b2afb3a42.png#gh-dark-mode-only)
10+
![macOS screenshot](https://user-images.githubusercontent.com/2088605/192312051-9ec1e43d-4aee-46fb-a61f-fd865e35fca4.png##gh-light-mode-only)
11+
12+
![tvOS screenshot](https://user-images.githubusercontent.com/2088605/215639004-9466ad57-dac1-4f6b-a284-6545ce072057.jpeg)
13+
1114

1215
## 下载
1316

14-
V2exOS 已经发布到 Mac App Store,可以通过下面的链接直接下载;当然你也可以从 [Release](https://github.com/isaced/V2exOS/releases) 页面下载构建好的 `.app` 包,或者自己根据源代码构建。
17+
V2exOS 已经发布到 App Store,可以通过下面的链接直接下载;当然你也可以从 [Release](https://github.com/isaced/V2exOS/releases) 页面下载构建好的 `.app` 包,或者自己根据源代码构建。
1518

1619
<a href="https://apps.apple.com/cn/app/v2exos/id6443544914?mt=12">
17-
<img src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/white/en-US" alt="Download V2exOS on Mac App Store" height="40" />
20+
<img src="https://tools.applemediaservices.com/api/badges/download-on-the-mac-app-store/white/en-US" alt="Download V2exOS on App Store" height="40" />
1821
</a>
1922

2023
## 关于
2124

22-
- 目标打造一个 macOS 平台原生极致体验的 V2ex 客户端
25+
- 目标打造一个 macOS/tvOS 平台原生极致体验的 V2ex 客户端
2326
- 使用 SwiftUI 开发,尽量利用系统和语言新特性,最低适配 macOS 12+
2427
- 开发过程中抽象出可复用的 V2ex API 网络层为 Swift Package - [V2exAPI](https://github.com/isaced/V2exAPI)
2528

0 commit comments

Comments
 (0)