版本1.0

This commit is contained in:
Developer
2026-03-19 21:53:08 +08:00
parent a3acd40ee2
commit 5ec4c5a6be
6 changed files with 41 additions and 166 deletions

View File

@@ -432,7 +432,7 @@ export async function getFollowedLiveRooms(): Promise<LiveRoom[]> {
});
const list = res.data?.data?.list ?? [];
return list.map((r: any) => ({
roomid: r.room_id,
roomid: r.room_id ?? r.roomid,
uid: r.uid,
title: r.title,
uname: r.uname,