Skip to content

docs(readme): 加开发者栏目(圆形头像)+ 资源整理#200

Merged
appergb merged 1 commit into
mainfrom
chore/readme-personal-sponsors
May 3, 2026
Merged

docs(readme): 加开发者栏目(圆形头像)+ 资源整理#200
appergb merged 1 commit into
mainfrom
chore/readme-personal-sponsors

Conversation

@appergb
Copy link
Copy Markdown
Collaborator

@appergb appergb commented May 3, 2026

User description

Summary

在赞助商栏下方新增「开发者 / Developers」栏,列出两位开发者带圆形头像 + 个人主页链接:

赞助商栏(悠雾云数据)保留不动。

资源整理

新建 assets/people/

  • assets/people/tripmc.png — 200×200 圆形透明 PNG
  • assets/people/jiangmuran.png — 200×200 圆形透明 PNG

源图(根目录的 mypic.jpgscreenshot_20260503_154409_com.tencent.mqq.PNG)由 ffmpeg geq alpha mask 处理为圆形抗锯齿 PNG,源图已删除。

GitHub Markdown sanitizer 会剥 <img> 上的 border-radius 内联样式,所以圆形必须预处理图片而不是 CSS。

Test plan

  • PR diff 看 README 渲染:开发者栏显示在赞助商下方
  • 两张头像都是圆形(透明背景,无方边)
  • 点击头像 / 名字 → 跳到对应个人主页
  • 中英文 README 同步

PR Type

Enhancement, Documentation


Description

  • Added a new "Developers" section below the sponsor block in both English and Chinese README files

  • Showcased two developers (TRIP and jiangmuran) using pre‑processed circular avatar PNGs

  • Included hyperlinks from avatars and from accompanying text labels to the developers' personal websites

  • Created assets/people/ and added two 200×200 circular transparent avatar images for GitHub-proof rendering


Diagram Walkthrough

flowchart LR
  README["README.md / README.zh.md"] -- "add" --> Section["Developers section"]
  Section --> Avatars["assets/people/...png (circular avatars)"]
  Section --> Links["Hyperlinks to tripmc.top and jiangmuran.com"]
Loading

File Walkthrough

Relevant files
Documentation
README.md
Add Developers section in English README                                 

README.md

  • Inserted a centered paragraph with the heading "Developers"
  • Added two circular avatar images () linking to tripmc.top and
    jiangmuran.com
  • Added text links with the developers' names and domains separated by a
    middle dot
+18/-0   
README.zh.md
Add Developers section in Chinese README                                 

README.zh.md

  • Inserted a centered paragraph with the heading "开发者"
  • Added the same two circular avatar images with personal website links
  • Added text links with Chinese-style separator (·)
+18/-0   
Enhancement
tripmc.png
Add TRIP's circular avatar image                                                 

assets/people/tripmc.png

  • Added a 200×200 circular transparent PNG for developer TRIP
  • Anti-aliased alpha mask processed with ffmpeg to ensure round
    rendering on GitHub
jiangmuran.png
Add jiangmuran's circular avatar image                                     

assets/people/jiangmuran.png

  • Added a 200×200 circular transparent PNG for developer jiangmuran
  • Anti-aliased alpha mask processed with ffmpeg to avoid CSS dependency

- 新增"开发者 / Developers"栏(QQ 群、赞助商之下):
  - TRIP — https://tripmc.top/
  - jiangmuran — https://jiangmuran.com/
- 头像本地化到 assets/people/,每张 200×200 圆形透明 PNG
  (ffmpeg geq alpha mask 抗锯齿;GitHub markdown sanitizer 不支持
  border-radius 内联样式,预处理图片是唯一稳定路径)
- 赞助商栏(悠雾云数据)保留不动
@appergb appergb merged commit ed3088f into main May 3, 2026
2 checks passed
@appergb appergb deleted the chore/readme-personal-sponsors branch May 3, 2026 07:50
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ No major issues detected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant