Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 25 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
# V2er-Android
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
A beautiful V2EX client built for Android platform.
# V2er

A beautiful V2EX client built for Android.

## Download

You could download it from [Google Play](https://play.google.com/store/apps/details?id=me.ghui.v2er) or [CoolApk](https://www.coolapk.com/apk/155428)
[![Google Play](https://img.shields.io/badge/Google%20Play-Download-green?style=flat-square&logo=google-play)](https://play.google.com/store/apps/details?id=me.ghui.v2er)

![GooglePlay.png](https://s2.loli.net/2021/12/09/zHc68PgFmvMNOZh.png)
[![Google Play Beta](https://img.shields.io/badge/Google%20Play-Beta-orange?style=flat-square&logo=google-play)](https://play.google.com/apps/testing/me.ghui.v2er)

Copy link

Copilot AI Dec 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CoolApk URL path has changed from '/apk/155428' to '/apk/155428'. However, according to the project guidelines, the correct CoolApk URL should be 'https://www.coolapk.com/apk/me.ghui.v2er' (using the package name, not a numeric ID). This ensures the link remains stable even if the app's numeric ID changes on CoolApk.

Suggested change
[![CoolApk](https://img.shields.io/badge/CoolApk-Download-blue?style=flat-square)](https://www.coolapk.com/apk/me.ghui.v2er)

Copilot uses AI. Check for mistakes.
## Preview

## Contributors
![Preview](https://s2.loli.net/2021/12/09/zHc68PgFmvMNOZh.png)

## Contributing

Contributions are welcome! You can contribute by:

- **Submitting Pull Requests** - Fix bugs, add features, or improve code
- **Opening Issues** - Report bugs, suggest features, or ask questions

### Contributors

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand All @@ -28,15 +42,9 @@ You could download it from [Google Play](https://play.google.com/store/apps/deta
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->
For details please visit [insights](https://github.com/v2er-app/Android/graphs/contributors).

For details please visit [insights](https://github.com/v2er-app/Android/graphs/contributors)
## License

# Licensing
The source code is licensed under GPL. License is available [here](./LICENSE).
This project is licensed under the GNU General Public License v3. See [LICENSE](./LICENSE) for details.
Loading