From 3775614a3598426ec78a1acf2da21213f94552d3 Mon Sep 17 00:00:00 2001
From: expdsn <18111002318@163.com>
Date: Mon, 24 Feb 2025 10:33:28 +0800
Subject: [PATCH] save
---
app/_ui/LinkListBox.tsx | 4 ++--
app/_ui/Search.tsx | 8 ++++----
app/_ui/SiderNav.tsx | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app/_ui/LinkListBox.tsx b/app/_ui/LinkListBox.tsx
index d4b28e9..1db5df2 100644
--- a/app/_ui/LinkListBox.tsx
+++ b/app/_ui/LinkListBox.tsx
@@ -8,11 +8,11 @@ import { faClock, faFire, faTimeline, faTimesCircle, faTimesRectangle, faVolumeT
import { useAtom } from "jotai";
import { linkTypeAtom } from "../_lib/atom";
import Image from "next/image";
-
+const PICTURE_PREFIX = 'https://newuitab.oss-cn-hangzhou.aliyuncs.com/ai_upload/downloads/'
const LinkBlock = ({ val }: { val: _Link }) => {
return
-
+