删除空间简介

This commit is contained in:
yezian 2024-12-03 13:15:26 +08:00
parent 51e054cd29
commit 8c74a86fbc
2 changed files with 2 additions and 4 deletions

View File

@ -173,7 +173,7 @@ export default function Zone({ params }) {
<div className="flex flex-col w-full rounded-t-3xl bg-[#07050A] p-6 pb-0 z-10">
<div className="flex">
<div className="relative">
<p className="text-lg text-white font-medium">空间介绍</p>
<p className="text-lg text-white font-medium">空间相册</p>
<img
src={
process.env.NEXT_PUBLIC_CDN_URL + "/public/images/pinkline.png"
@ -185,7 +185,6 @@ export default function Zone({ params }) {
</div>
</div>
<div className="flex flex-col w-full bg-[#07050A] px-6 pt-3 z-10">
<p className="text-white text-base">{data?.profile}</p>
<div className="flex flex-row flex-wrap mt-2 justify-between gap-1">
{data?.streamer_ext?.album?.images?.map((item, index) => {
if (index > 2) return;

View File

@ -173,7 +173,7 @@ export default function Zone({ params }) {
<div className="flex flex-col w-full rounded-t-3xl bg-[#07050A] p-6 pb-0 z-10">
<div className="flex">
<div className="relative">
<p className="text-lg text-white font-medium">空间介绍</p>
<p className="text-lg text-white font-medium">空间相册</p>
<img
src={
process.env.NEXT_PUBLIC_CDN_URL + "/public/images/pinkline.png"
@ -185,7 +185,6 @@ export default function Zone({ params }) {
</div>
</div>
<div className="flex flex-col w-full bg-[#07050A] px-6 pt-3 z-10">
<p className="text-white text-base">{data?.profile}</p>
<div className="flex flex-row flex-wrap mt-2 justify-between gap-1">
{data?.streamer_ext?.album?.images?.map((item, index) => {
if (index > 2) return;