We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e23c0 commit 2ae1e44Copy full SHA for 2ae1e44
1 file changed
src/pages/HomePage.tsx
@@ -243,6 +243,7 @@ export default function HomePage({ onRecordingStateChange }: HomePageProps = {})
243
// 植物完成检测 - 监听植物阶段变化
244
useEffect(() => {
245
if (currentPlant && currentPlant.currentGrowthStage === 'fruiting' && !showCompletionModal) {
246
+ console.log("sadasdsadasdasdasdasdasdad")
247
// 植物达到fruiting阶段,触发成就弹窗
248
setCompletedPlant(currentPlant)
249
setShowCompletionModal(true)
0 commit comments