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
-
+
{val.name}
{val.description}
diff --git a/app/_ui/Search.tsx b/app/_ui/Search.tsx
index 9c28046..da0a294 100644
--- a/app/_ui/Search.tsx
+++ b/app/_ui/Search.tsx
@@ -49,13 +49,13 @@ export default function Search() {
}
}, [selectKey])
return (
-
+
-
+
{
searchTypeList.map(item => (
+ placeholder={activeSearch?.label ? `${activeSearch?.label}搜索` : ''} className="w-full bg-[#C4C2C6] px-4 h-[50px] rounded-3xl outline-none" />
-
+
{
filterSeachList.map(item => (
{
diff --git a/app/_ui/SiderNav.tsx b/app/_ui/SiderNav.tsx
index 28a9d8c..e613cb5 100644
--- a/app/_ui/SiderNav.tsx
+++ b/app/_ui/SiderNav.tsx
@@ -13,10 +13,10 @@ export default function SiderNav({ linkList }: { linkList: LinkType[] }) {
const [, setSelectType] = useAtom(linkTypeAtom)
return (
-
+
-