Skip to content

Commit 2ae1e44

Browse files
committed
push
1 parent 05e23c0 commit 2ae1e44

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pages/HomePage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export default function HomePage({ onRecordingStateChange }: HomePageProps = {})
243243
// 植物完成检测 - 监听植物阶段变化
244244
useEffect(() => {
245245
if (currentPlant && currentPlant.currentGrowthStage === 'fruiting' && !showCompletionModal) {
246+
console.log("sadasdsadasdasdasdasdasdad")
246247
// 植物达到fruiting阶段,触发成就弹窗
247248
setCompletedPlant(currentPlant)
248249
setShowCompletionModal(true)

0 commit comments

Comments
 (0)