Skip to content

Commit

Permalink
switch on animation for grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Yer1k committed Jan 31, 2024
1 parent a5dacc1 commit 7323503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const LIGHTS_ON = true;

// IF you outside China please make sure IS_CHINESE = false
const IS_CHINESE = false;
const USE_ANIMATION_FOR_GRID = false;
const USE_ANIMATION_FOR_GRID = true;
const CHINESE_INFO_MESSAGE = (yearLength: number, year: string): string => {
const yearStr = year === 'Total' ? '所有' : ` ${year} `;
return `我用 App 记录自己跑步 ${yearLength} 年了,下面列表展示的是${yearStr}的数据`;
Expand Down

0 comments on commit 7323503

Please sign in to comment.