Skip to content

Commit

Permalink
FEATURE(loading): 完善 Initial loading
Browse files Browse the repository at this point in the history
  • Loading branch information
SuneBear committed Oct 1, 2023
1 parent 573b687 commit a142c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/text-scramble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const props = withDefaults(defineProps<{
texts: ['HOLOCASTING', '信号正在穿越时空'] as any,
letterSpeed: 30,
nextLetterSpeed: 160,
pausedText: '信号搜索完毕,开始播放',
pausedText: '信号搜索完毕,开始呈现',
paused: false,
pauseTime: 300,
})
Expand Down

0 comments on commit a142c18

Please sign in to comment.