File tree Expand file tree Collapse file tree
utilcode/src/test/java/com/blankj/utilcode/util Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -612,7 +612,7 @@ getEntries
612612
613613* [ ![ jianshu] [ jianshusvg ]] [ jianshu ] [ ![ weibo] [ weibosvg ]] [ weibo ] [ ![ Blog] [ blogsvg ]] [ blog ] [ ![ QQ0Group] [ qq0groupsvg ]] [ qq0group ] [ ![ QQ1Group] [ qq1groupsvg ]] [ qq1group ]
614614
615- ** I'm so sorry for that the code is annotated with Chinese.**
615+ * * * I'm so sorry for that the code is annotated with Chinese.**
616616
617617
618618## Download
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public void readme2Eng() throws Exception {
6060 } else if (line .contains (": " ) && !line .contains ("[" )) {
6161 sb .append (line .substring (0 , line .indexOf (':' )).trim ());
6262 } else if (line .contains ("* 做" )) {
63- sb .append ("**I'm so sorry for that the code is annotated with Chinese.**" );
63+ sb .append ("* * *I'm so sorry for that the code is annotated with Chinese.**" );
6464 } else if (line .contains ("* QQ" ) || line .contains ("* 我的" )) {
6565 continue ;
6666 } else {
You can’t perform that action at this time.
0 commit comments