Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gravatar): support letter avatar with weavatar #882

Closed
wants to merge 3 commits into from
Closed

feat(gravatar): support letter avatar with weavatar #882

wants to merge 3 commits into from

Conversation

devhaozi
Copy link

@devhaozi devhaozi commented May 24, 2024

Closes #874

  1. 默认使用 WeAvatar 作为头像源(Cravatar 不支持 sha256,WeAvatar 支持 Cravatar 的所有功能)
  2. 默认头像采用首字母(由 WeAvatar 提供)
  3. 优化了部分文档描述

Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.50%. Comparing base (161ff8b) to head (b1c9add).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #882   +/-   ##
=======================================
  Coverage   29.50%   29.50%           
=======================================
  Files         203      203           
  Lines        8575     8575           
=======================================
  Hits         2530     2530           
  Misses       5905     5905           
  Partials      140      140           
Flag Coverage Δ
go 29.50% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@qwqcode qwqcode force-pushed the master branch 3 times, most recently from 42228f5 to 822a85c Compare May 30, 2024 13:47
@devhaozi devhaozi closed this Jun 4, 2024
@qwqcode
Copy link
Member

qwqcode commented Jun 8, 2024

为了提高兼容性,老用户可能使用不支持 SHA256 加密算法的 Gravatar API Mirror,我重开了一个 PR 同时适配 MD5 和 SHA256,感谢你的 PR 和提议。

关联:#912

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[建议] Gravatar 头像使用 SHA256 哈希
2 participants