From 5b36b0a0791afa062514039d0b86dbf80148b4c5 Mon Sep 17 00:00:00 2001 From: Yncy0 Date: Mon, 11 Aug 2025 13:35:09 +0800 Subject: [PATCH 01/12] init: monthlyIncrement.ts utility function, can only increment per month --- app/components/index/HeroSection.vue | 4 +++- app/pages/index.vue | 5 +++++ app/utils/helper/monthlyIncrement.ts | 21 +++++++++++++++++++++ app/utils/index.ts | 1 + 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 app/utils/helper/monthlyIncrement.ts diff --git a/app/components/index/HeroSection.vue b/app/components/index/HeroSection.vue index 9d62067..c602564 100644 --- a/app/components/index/HeroSection.vue +++ b/app/components/index/HeroSection.vue @@ -1,5 +1,7 @@