diff --git a/everything-is-suitable-uniapp/src/pages/ziwei/index.vue b/everything-is-suitable-uniapp/src/pages/ziwei/index.vue
new file mode 100644
index 0000000..3aa96e9
--- /dev/null
+++ b/everything-is-suitable-uniapp/src/pages/ziwei/index.vue
@@ -0,0 +1,324 @@
+
+
+
+ {{ $t('ziwei.birthInfo') }}
+
+ {{ $t('ziwei.birthDate') }}
+
+ {{ birthDate || $t('ziwei.pleaseSelect') }}
+
+
+
+ {{ $t('ziwei.birthHour') }}
+
+ {{ hourOptions[hourIndex] }}
+
+
+
+ {{ $t('ziwei.gender') }}
+
+ {{ $t('common.male') }}
+ {{ $t('common.female') }}
+
+
+
+
+
+
+
+
+
+ {{ $t('ziwei.chartTitle') }}
+
+
+ {{ getPalaceName(palace.palaceType) }}
+ {{ getBranchName(palace.earthlyBranch) }}
+ {{ palace.score }}{{ $t('ziwei.scoreUnit') }}
+
+
+ {{ getStarName(star.star) }}
+
+
+
+
+
+
+
+ {{ $t('ziwei.sanFangAnalysis') }}
+
+ {{ $t('ziwei.sanFangScore') }}
+ {{ chart.sanFangSiZheng.sanFangScore }}{{ $t('ziwei.scoreUnit') }}
+
+
+ {{ $t('ziwei.siZhengScore') }}
+ {{ chart.sanFangSiZheng.siZhengScore }}{{ $t('ziwei.scoreUnit') }}
+
+
+ {{ $t('ziwei.overallEval') }}
+ {{ chart.overallLuck }}
+
+
+
+
+ {{ $t('ziwei.summary') }}
+ {{ chart.summary }}
+
+
+
+
+
+
+