mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
doc: update docs
This commit is contained in:
parent
20866ccb49
commit
bc9085786d
@ -11,7 +11,7 @@
|
||||
|庄佳彬|hans|zhongyong|锟斤拷|bygkn|
|
||||
|大周|Saoforest|yang_zzu|dgmico|Ikko Eltociear Ashimine|
|
||||
|XiaoLin|锁力|阿志同学|玩具猫|chenjh3|
|
||||
|chenjian835@163.com|duxlei|meng.liu3|yaochen4|zhy_black|
|
||||
|chenjian835|duxlei|meng.liu3|yaochen4|zhy_black|
|
||||
|豌豆粉|ζั͡ ั͡ ั͡ ั͡Wm|18007559437|陈国正|gongzhongqiang|
|
||||
|luy|凌尘|乌鸦笑猪黑|EafonYoung|Alex|
|
||||
|wnp|MyronLi|Pioneer-Sun|norkts|Q_Alex|
|
||||
|
||||
@ -70,6 +70,9 @@ public class ContributorsDocGen {
|
||||
Element img = userListItem.selectFirst("img");
|
||||
String src = img.attr("src");
|
||||
String userName = userListItem.selectFirst(".username").text();
|
||||
if (userName.contains("@")) {
|
||||
userName = userName.substring(0, userName.indexOf("@"));
|
||||
}
|
||||
|
||||
markdown.append("|");
|
||||
if (StringUtil.isNotBlank(src)) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user