- 将硬编码的出勤率从98%改为100%,与订单页保持一致 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
@@ -1,6 +1,6 @@
{
"name": "mini",
- "version": "0.0.52",
+ "version": "0.0.54",
"private": true,
"description": "",
"templateInfo": {
@@ -269,7 +269,7 @@ const TalentDetail: React.FC<TalentDetailProps> = () => {
<Text className="text-xs opacity-80">在职天数</Text>
</View>
<View className="text-center flex flex-col">
- <Text className="text-2xl font-bold">98%</Text>
+ <Text className="text-2xl font-bold">100%</Text>
<Text className="text-xs opacity-80">出勤率</Text>