Skip to content

Conversation

@whh2333
Copy link
Contributor

@whh2333 whh2333 commented Nov 9, 2025

No description provided.

@gemini-code-assist
Copy link

Summary of Changes

Hello @whh2333, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on updating the project's documentation by modifying both the English and Chinese README files. The changes include expanding the list of supported social media channels to include LinkedIn and refreshing the application download links to reflect the latest available versions for Android, Windows, and macOS. Additionally, a small translation inconsistency in the Chinese README has been resolved.

Highlights

  • Supported Channels Update: LinkedIn has been added to the list of supported channels in both the English and Chinese versions of the README.
  • Application Download Links Update (English README): The download links for Android, Windows, and macOS applications in the English README have been updated to version 1.3.0.
  • Application Download Links Update (Chinese README): The download links for Android, Windows, and macOS applications in the Chinese README have been updated to version 1.2.2.
  • Translation Correction: A minor translation error in the Chinese README has been corrected, changing 'Google Play 下载' to 'Google Play Download'.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the README.md and README_CN.md files to add LinkedIn as a supported channel and to update download links. While the changes are mostly straightforward documentation updates, I've identified a couple of inconsistencies between the English and Chinese README files. Specifically, the download links point to different application versions, and a link's text in the Chinese README has been changed to English, which impacts localization. I've provided suggestions to address these issues to ensure consistency and a better user experience.

Comment on lines +39 to +41
Android | [![Download Android](https://img.shields.io/badge/APK-Android1.2.2-green?logo=android&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.2.2/Aitoearn-1.2.2.apk)
Windows | [![Download Windows](https://img.shields.io/badge/Setup-Windows1.2.2-blue?logo=windows&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.2.2/AiToEarnSetup-1.2.2.exe)
macOS | [![Download macOS](https://img.shields.io/badge/DMG-macOS1.2.2-black?logo=apple&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.2.2/AiToEarn+1.2.2.dmg)

Choose a reason for hiding this comment

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

medium

There is a version inconsistency for the download links between the English and Chinese READMEs. This file (README_CN.md) points to version 1.2.2, while README.md points to the newer version 1.3.0. To avoid confusion and ensure users get the latest version, please update these links to point to version 1.3.0.

Suggested change
Android | [![Download Android](https://img.shields.io/badge/APK-Android1.2.2-green?logo=android&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.2.2/Aitoearn-1.2.2.apk)
Windows | [![Download Windows](https://img.shields.io/badge/Setup-Windows1.2.2-blue?logo=windows&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.2.2/AiToEarnSetup-1.2.2.exe)
macOS | [![Download macOS](https://img.shields.io/badge/DMG-macOS1.2.2-black?logo=apple&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.2.2/AiToEarn+1.2.2.dmg)
Android | [![Download Android](https://img.shields.io/badge/APK-Android1.3.0-green?logo=android&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.3.0/Aitoearn-1.3.0.apk)
Windows | [![Download Windows](https://img.shields.io/badge/Setup-Windows1.3.0-blue?logo=windows&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.3.0/AiToEarnSetup-1.3.0.exe)
macOS | [![Download macOS](https://img.shields.io/badge/DMG-macOS1.3.0-black?logo=apple&logoColor=white)](https://aitoearn-download.s3.ap-southeast-1.amazonaws.com/aitoearn-download/1.3.0/AiToEarn+1.3.0.dmg)

@Yuuki-Sakura Yuuki-Sakura force-pushed the main branch 3 times, most recently from 906e5db to c9a674a Compare November 12, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants