anln_2.4 #44

Merged
yezian merged 11 commits from anln_2.4 into main 2025-03-14 18:43:23 +08:00
2 changed files with 2 additions and 7 deletions
Showing only changes of commit a7c03599d9 - Show all commits

View File

@ -43,8 +43,6 @@ export default function Feedback() {
// console.log("media",media)
const account = await get("account");
debugger;
try {
const data = await requireAPI(
"POST",

View File

@ -182,6 +182,7 @@ const SpacesList = forwardRef(({ scrollHeight }, ref) => {
const [hasMore, setHasMore] = useState(true);
const [offset, setOffset] = useState(0);
const [spacesList, setSpacesList] = useState([]);
const router = useRouter();
useEffect(() => {
// getSpaceList(2).then((res) => {
// setSpacesList(res);
@ -271,11 +272,7 @@ const SpacesList = forwardRef(({ scrollHeight }, ref) => {
</li>
))}
<li onClick={() => router.push("/search")}>
<div
// onPress={() => navigation.navigate("Stream")}
// onClick={}
className="w-full h-52"
>
<div className="w-full h-52">
<div
className="h-full flex flex-col rounded-lg overflow-hidden bg-[#FFFFFF1A] bg-no-repeat bg-right-bottom bg-40%"
style={{