diff --git a/everything-is-suitable-uniapp/src/pages/fortune/index.vue b/everything-is-suitable-uniapp/src/pages/fortune/index.vue
new file mode 100644
index 0000000..39fecc2
--- /dev/null
+++ b/everything-is-suitable-uniapp/src/pages/fortune/index.vue
@@ -0,0 +1,218 @@
+
+
+
+ {{ $t('fortune.daily') }}
+ {{ $t('fortune.monthly') }}
+
+
+
+
+ {{ selectedDate || $t('fortune.selectDate') }}
+
+
+ {{ $t('fortune.overallScore', { score: dailyFortune.overallScore }) }}
+ {{ dailyFortune.overallLuck }}
+
+ {{ $t('fortune.career') }}{{ dailyFortune.careerAdvice }}
+ {{ $t('fortune.wealth') }}{{ dailyFortune.wealthAdvice }}
+ {{ $t('fortune.relationship') }}{{ dailyFortune.relationshipAdvice }}
+ {{ $t('fortune.health') }}{{ dailyFortune.healthAdvice }}
+
+
+ {{ $t('fortune.luckyColor') }}{{ dailyFortune.luckyColor }}
+ {{ $t('fortune.luckyNumber') }}{{ dailyFortune.luckyNumber }}
+ {{ $t('fortune.luckyDirection') }}{{ dailyFortune.luckyDirection }}
+
+
+
+
+
+
+ {{ selectedMonth || $t('fortune.selectMonth') }}
+
+
+ {{ $t('fortune.overallScore', { score: monthlyFortune.overallScore }) }}
+ {{ monthlyFortune.overallLuck }}
+
+ {{ $t('fortune.career') }}{{ monthlyFortune.careerAdvice }}
+ {{ $t('fortune.wealth') }}{{ monthlyFortune.wealthAdvice }}
+ {{ $t('fortune.relationship') }}{{ monthlyFortune.relationshipAdvice }}
+ {{ $t('fortune.health') }}{{ monthlyFortune.healthAdvice }}
+
+
+
+
+
+ {{ $t('fortune.noChartHint') }}
+
+
+
+
+
+
+