Skip to content

Commit

Permalink
[T] Smaller probility
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Oct 27, 2024
1 parent 7755273 commit 03a0737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Divider height="5px"/>

<GlobalButton/>
<Sakura :count="100" v-if="isEaster() && (gaussian() < 0.46)"/>
<Sakura :count="100" v-if="isEaster() && (gaussian() < 0.36)"/>
</template>

<script lang="ts">
Expand Down

0 comments on commit 03a0737

Please sign in to comment.