docs: improve App Store download card in README#453
Merged
Conversation
Shinokawa
approved these changes
Apr 30, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
本次 PR 主要完善项目文档的下载入口展示:将 README 中 iOS 的 App Store 下载从纯文本链接改为与现有 Microsoft Store 一致风格的徽章卡片,并补充忽略 Rust 构建产物目录,减少误提交生成文件的风险。
Changes:
- README:iOS 下载入口改为 App Store badge 卡片展示(HTML
<a>+<img>)。 - .gitignore:新增忽略
/rust/target目录。
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | 将 iOS 下载链接升级为与 Windows 徽章块风格一致的 App Store badge 卡片 |
| .gitignore | 忽略 Rust 构建输出目录,避免将生成物提交到仓库 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- update iOS download entry in README from plain text link to App Store badge card\n- keep card layout/style aligned with existing Microsoft Store badge block\n- include /rust/target in .gitignore\n\n## Testing\n- markdown rendering only (README change)