Home

Awesome

<p align="center"> <a href="https://apps.apple.com/cn/app/v2exos/id6443544914?mt=12"> <img src="/V2exOS/Assets.xcassets/AppIcon.appiconset/icon_256.png" alt="V2exOS" title="V2exOS" width="100" /> </a> <h1 align="center">V2exOS</h1> <div align="center">一个用 SwiftUI 编写的 V2ex macOS/iOS/tvOS 客户端</div> </p>

macOS screenshot macOS screenshot

<div style="display: flex"> <img src="https://user-images.githubusercontent.com/2088605/219903872-311b54cb-59fd-4568-b057-469cd6ebee93.png" width="70%" alt="tvOS screenshot" /> <img src="https://user-images.githubusercontent.com/2088605/219903934-8fddee2e-51d5-493a-b01d-38a4a55970a1.png#gh-dark-mode-only" width="25%" alt="tvOS screenshot" /> <img src="https://user-images.githubusercontent.com/2088605/219903581-ce11de4b-c0d9-4843-844a-afd21d3f6993.png#gh-light-mode-only" width="25%" alt="iOS screenshot" /> </div>

下载

<a href="https://apps.apple.com/cn/app/v2exos/id6443544914?mt=12"> <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" /> </a>

关于

功能

基本功能

高级功能

帮助

如何设置代理?

菜单: V2exOS -> Preferences (快捷键:<kbd>Command</kbd> + <kbd>,</kbd>

<img src="https://user-images.githubusercontent.com/2088605/193294617-e027d1da-8bd7-44f4-9ade-11f2cf807d81.png" width="450">

数据加载不出来有可能是需要挂代理,你懂的

如何登录 V2exOS?

在 V2ex 登录你的账号,进入 [设置 -> Tokens] 页面生成 Personal Access Token(建议有效期长一些),填入 V2exOS 即可,V2exOS 会将你的 Personal Access Token 保存到本地的 Keychain 钥匙串中,在需要访问 V2ex API 时进行使用。

当然部分不需要鉴权的功能不登陆也是可以直接使用的

贡献

直接通过 Xcode 打开本项目即可,如果遇到 SPM 依赖拉取不下来,可以尝试通过 xcodebuild 命令更新:

xcodebuild -resolvePackageDependencies -scmProvider system

感谢

本项目建立在以下开源库之上,感谢这些优秀的项目:

LICENSE

MIT