現在地の走行方向の帳尻合わせとLEDの現在地表記、運行情報のテキストの消滅処理等
This commit is contained in:
@@ -17,7 +17,9 @@ export const StateBox = ({ text, title, style, mode }) => (
|
||||
<Text style={mode == 2 ? boxTextStyle2 : boxTextStyle}>
|
||||
{text.split("~")[0]}
|
||||
</Text>
|
||||
<Text style={{ color: "#0099CC", textAlign: "right" }}>~</Text>
|
||||
<Text style={{ color: "#0099CC", textAlign: "right" }}>
|
||||
{mode == 2 ? "→" : "↓"}
|
||||
</Text>
|
||||
<Text style={mode == 2 ? boxTextStyle2 : boxTextStyle}>
|
||||
{text.split("~")[1]}
|
||||
</Text>
|
||||
|
Reference in New Issue
Block a user