Merged
Conversation
zhourrr
approved these changes
Mar 17, 2026
iaojnh
pushed a commit
that referenced
this pull request
Mar 19, 2026
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.
Greptile Summary
This PR bumps the WeChat QR code image URL cache-busting query parameter from
?v=2to?v=3inREADME.md, ensuring browsers and CDN caches serve the latest version of the QR code image. No logic, code, or configuration is affected.wechat.png?v=2→wechat.png?v=3in the community contact table to force a cache refresh of the WeChat QR code.Confidence Score: 5/5
Important Files Changed
?v=2to?v=3; no issues found.Sequence Diagram
sequenceDiagram participant User as README Viewer participant CDN as Aliyun OSS CDN User->>CDN: GET /qrcode/wechat.png?v=3 CDN-->>User: WeChat QR Code Image (cache-busted) Note over User,CDN: Version param bumped v=2 → v=3<br/>forces browsers to reload fresh imageLast reviewed commit: b22285a