From 7bceedb8f2c7e35001f78eb415ea13d08b8f5c9c Mon Sep 17 00:00:00 2001
From: Eamon-meng <17516219072@163.com>
Date: Tue, 10 Jun 2025 19:09:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/app/admin/(dashboard)/page.tsx | 4 ++--
src/app/admin/identify/page.tsx | 14 ++++++-------
src/app/admin/profile/page.tsx | 33 +++++++++++++++---------------
3 files changed, 25 insertions(+), 26 deletions(-)
diff --git a/src/app/admin/(dashboard)/page.tsx b/src/app/admin/(dashboard)/page.tsx
index 4181cbe..006fe20 100644
--- a/src/app/admin/(dashboard)/page.tsx
+++ b/src/app/admin/(dashboard)/page.tsx
@@ -80,7 +80,7 @@ type DashboardChartProps = {
}
function Pins(props: DashboardChartProps) {
return (
-
+
{/* 短效 */}
@@ -94,7 +94,7 @@ function Pins(props: DashboardChartProps) {
包时
当日可提取数量
- {props.short_term ? props.short_term : '1'}
+ {props.short_term}
diff --git a/src/app/admin/identify/page.tsx b/src/app/admin/identify/page.tsx
index 773c1b4..87830f4 100644
--- a/src/app/admin/identify/page.tsx
+++ b/src/app/admin/identify/page.tsx
@@ -103,12 +103,12 @@ export default function IdentifyPage(props: IdentifyPageProps) {
// ======================
return (
-
-
+
+
{/* banner */}
-
-
+
+
蓝狐HTTP邀请您参与【先测后买】服务
为了保障您的账户安全,请先完成实名认证,即可获取福利套餐测试资格
@@ -200,7 +200,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {
01
注册账号
-
+
02
实名认证
-
+
03
充值、支付
-
+
diff --git a/src/app/admin/profile/page.tsx b/src/app/admin/profile/page.tsx
index 290cd1e..cb66ddf 100644
--- a/src/app/admin/profile/page.tsx
+++ b/src/app/admin/profile/page.tsx
@@ -50,19 +50,19 @@ export default function ProfilePage(props: ProfilePageProps) {
}
return (
-
+
{/* banner */}
-
+
蓝狐HTTP邀请您参与【先测后买】服务
- 为了保障您的账户安全,请先完成实名认证,即可获取福利套餐测试资格
+ 为了保障您的账户安全,请先完成实名认证,即可获取福利套餐测试资格
{/* 块信息 */}
-
+
-
+
帐号余额(元)
@@ -78,12 +78,12 @@ export default function ProfilePage(props: ProfilePageProps) {
实名认证
-
+
{!profile?.id_token
? (
<>
为了保障您的账户安全和正常使用服务,请您尽快完成实名认证
-
+
>
)
: (
@@ -102,7 +102,7 @@ export default function ProfilePage(props: ProfilePageProps) {
-
+
{/* 安全信息 */}
@@ -143,11 +143,10 @@ function Aftersale(props: {
}, [admin])
return (
-
+
- {' '}
关于售后
@@ -223,13 +222,13 @@ function BasicForm(props: {
const refreshProfile = useProfileStore(store => store.refreshProfile)
return (
-