mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-03-05 11:07:32 +08:00
fix: douban list url
This commit is contained in:
@@ -163,7 +163,7 @@ export async function getDoubanList(
|
||||
return fetchDoubanList(params);
|
||||
} else {
|
||||
const response = await fetch(
|
||||
`/api/douban?tag=${tag}&type=${type}&limit=${pageLimit}&start=${pageStart}`
|
||||
`/api/douban?tag=${tag}&type=${type}&pageSize=${pageLimit}&pageStart=${pageStart}`
|
||||
);
|
||||
|
||||
if (!response.ok) {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
'use client';
|
||||
|
||||
const CURRENT_VERSION = '20250731010759';
|
||||
const CURRENT_VERSION = '20250731011829';
|
||||
|
||||
// 版本检查结果枚举
|
||||
export enum UpdateStatus {
|
||||
|
||||
Reference in New Issue
Block a user