diff --git a/components/calculator.tsx b/components/calculator.tsx
index fbdc72a..ae0c8fd 100644
--- a/components/calculator.tsx
+++ b/components/calculator.tsx
@@ -1,7 +1,7 @@
"use client";
import React, { useState, useCallback } from 'react';
-import { Wallet } from 'lucide-react'; // 保留需要的组件
+import { Wallet, Github, Star} from 'lucide-react'; // 保留需要的组件
const SalaryCalculator = () => {
@@ -98,15 +98,39 @@ const SalaryCalculator = () => {
这b班上得值不值·测算版
-
- 拿走工资前,请先算算这班值不值得上
+ {/* GitHub 链接和访问量计数 */}
+
+
-
-
- {/* 薪资与工作时间 */}
-
+
+
+ {/* 薪资与工作时间 section */}
+
@@ -244,20 +268,22 @@ const SalaryCalculator = () => {
-
-
+ {/* 结果卡片优化 */}
+
+
-
年工作天数
-
{calculateWorkingDays()}天
+
年工作天数
+
{calculateWorkingDays()}天
-
平均日薪
-
¥{calculateDailySalary().toFixed(2)}
+
平均日薪
+
¥{calculateDailySalary().toFixed(2)}
-
工作性价比
-
- {value.toFixed(2)} ({getValueAssessment().text})
+
工作性价比
+
+ {value.toFixed(2)}
+ ({getValueAssessment().text})