leon hace 1 año
padre
commit
acdaa28990
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/context/locales/zh.js
  2. 1 1
      src/pages/clock/ClockMain.tsx

+ 1 - 1
src/context/locales/zh.js

@@ -702,7 +702,7 @@ export default {
             weekly: {
                 show_eating_window:'进食与活动时间',
                 current_week: '本周',
-                title: '每周趋势',
+                title: '时间段',
                 fast_average: '平均断食',
                 sleep_average: '平均睡眠',
                 eat_average:'平均进食',

+ 1 - 1
src/pages/clock/ClockMain.tsx

@@ -813,7 +813,7 @@ export default function Page() {
             </View>
             <WeekCalendar isFastSleep={false} />
             <View className="vip_calendar" style={{ marginBottom: 40 }} onClick={() => setShowEatCalendar(false)}>
-                <Text style={{ color: '#fff' }}>{t('feature.track_time_duration.weekly.back')}</Text>
+                <Text style={{ color: '#fff',fontWeight:'bold' }}>{t('feature.track_time_duration.weekly.back')}</Text>
             </View>
         </View>
     }