From e2924e0f5e303c2716519cf9ad9714648bd03e75 Mon Sep 17 00:00:00 2001 From: yezian Date: Wed, 7 Feb 2024 19:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8A=A8=E6=80=81=E4=B8=8A?= =?UTF-8?q?=E9=99=90=E6=94=B9=E4=B8=BA2000=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CreateAndEditPost/index.jsx | 2 +- src/pages/TopPosts/index.jsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/CreateAndEditPost/index.jsx b/src/pages/CreateAndEditPost/index.jsx index d1f6169..802ece7 100644 --- a/src/pages/CreateAndEditPost/index.jsx +++ b/src/pages/CreateAndEditPost/index.jsx @@ -208,7 +208,7 @@ const CreateAndEditPostContent = (props) => { body: JSON.stringify({ ct_upper_bound: Math.floor(new Date().getTime() / 1000), offset: 0, - limit: 200, + limit: 2000, ...base, }), }); diff --git a/src/pages/TopPosts/index.jsx b/src/pages/TopPosts/index.jsx index 9eaf9c1..ec15bcc 100644 --- a/src/pages/TopPosts/index.jsx +++ b/src/pages/TopPosts/index.jsx @@ -1,8 +1,6 @@ import React, { useState, useEffect } from "react"; import { Form, Input, Table, Image, Space, Button, Modal, message } from "antd"; import baseRequest from "../../utils/baseRequest"; -import ImageUploader from "../../components/ImageUploader"; -import VideoUploader from "../../components/VideoUploader"; const TopPostsContent = (props) => { //表头