Skip to content

Commit

Permalink
update RxDataTool.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vondear authored and Vondear committed Apr 23, 2019
1 parent 0b4b65a commit af2c7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxKit/src/main/java/com/vondear/rxtool/RxDataTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public static String getAstro(int month, int day) {
index = index - 1;
}
// 返回索引指向的星座string
return starArr[index];
return starArr[index % 12];
}

/**
Expand Down

0 comments on commit af2c7ee

Please sign in to comment.