We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac7915 commit 97f6eadCopy full SHA for 97f6ead
WaterMirror/src/Home.js
@@ -12,7 +12,7 @@ const TopSection = () => {
12
<View style={topStyles.top}>
13
<Text style={topStyles.title}>WaterMirror</Text>
14
<Text style={topStyles.subtitle}>智慧化水質分析與評估系統</Text>
15
- <Text style={topStyles.platform}>版本:WaterMirror-{Platform.OS}-v1.0.3</Text>
+ <Text style={topStyles.platform}>版本:WaterMirror-{Platform.OS}-v1.0.4</Text>
16
</View>
17
);
18
};
0 commit comments