mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
build: v1.6.6 release (^.^)YYa!!
This commit is contained in:
parent
8601602665
commit
22bf974899
@ -73,11 +73,12 @@ public class ContributorsDocGen {
|
||||
if (userName.contains("@")) {
|
||||
userName = userName.substring(0, userName.indexOf("@"));
|
||||
}
|
||||
if (StringUtil.isBlank(src)) {
|
||||
src = "https://api.dicebear.com/7.x/initials/svg?seed=" + userName;
|
||||
}
|
||||
|
||||
markdown.append("|");
|
||||
if (StringUtil.isNotBlank(src)) {
|
||||
markdown.append("");
|
||||
}
|
||||
markdown.append("");
|
||||
markdown.append(userName);
|
||||
|
||||
startIndex++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user