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 (
-