From 5b7f0a4ee4d821cd8c45521d1213dc8fb02853f4 Mon Sep 17 00:00:00 2001 From: zihanjian Date: Sun, 8 Jun 2025 12:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80=EF=BC=8C=E8=B0=83=E6=95=B4=E5=A4=A7=E5=9E=8B=E5=BC=80?= =?UTF-8?q?=E6=94=AF=E5=86=B3=E7=AD=96=E8=AE=A1=E7=AE=97=E5=99=A8=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=A0=B7=E5=BC=8F=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E5=B1=95=E7=A4=BA=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=9C=AB=E5=B0=BE=E7=BC=BA=E5=B0=91=E6=8D=A2?= =?UTF-8?q?=E8=A1=8C=E7=AC=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/DecisionChecks.tsx | 1 + next.config.js | 2 +- page.tsx | 15 ++++++++++----- pages/_app.tsx | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/components/DecisionChecks.tsx b/components/DecisionChecks.tsx index e4e93f5..13a7c36 100644 --- a/components/DecisionChecks.tsx +++ b/components/DecisionChecks.tsx @@ -102,3 +102,4 @@ const DecisionChecks: React.FC = ({ }; export default DecisionChecks; + \ No newline at end of file diff --git a/next.config.js b/next.config.js index 8d4c37c..b3475e3 100644 --- a/next.config.js +++ b/next.config.js @@ -3,5 +3,5 @@ const nextConfig = { reactStrictMode: true, swcMinify: true, } - + module.exports = nextConfig \ No newline at end of file diff --git a/page.tsx b/page.tsx index 7d3ad49..9d8615d 100644 --- a/page.tsx +++ b/page.tsx @@ -348,11 +348,16 @@ const PurchaseDecisionCalculator = () => { return (
-
-

- - 大型开支决策计算器 V2.1 -

+
+
+

+ + 大型开支决策计算器 +

+
+ V2.1 +
+

理性决策,明智消费

diff --git a/pages/_app.tsx b/pages/_app.tsx index 224b352..9fbeed0 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,6 +1,6 @@ import '../styles/globals.css' import type { AppProps } from 'next/app' - + export default function App({ Component, pageProps }: AppProps) { return } \ No newline at end of file