mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 23:56:39 +08:00
merge
This commit is contained in:
parent
4e4aeb5d02
commit
4bb1559cc1
@ -1,5 +1,5 @@
|
|||||||
import UsageByModel from "./usage-by-model-chart";
|
import UsageByModel from "./usage-by-model-chart";
|
||||||
import UserByMap from "./user-by-map";
|
// import UserByMap from "./user-by-map";
|
||||||
|
|
||||||
import { Flex } from "antd";
|
import { Flex } from "antd";
|
||||||
|
|
||||||
@ -8,7 +8,7 @@ export default async function AdminPage() {
|
|||||||
<>
|
<>
|
||||||
<Flex gap="middle" vertical>
|
<Flex gap="middle" vertical>
|
||||||
<UsageByModel />
|
<UsageByModel />
|
||||||
<UserByMap />
|
{/*<UserByMap />*/}
|
||||||
</Flex>
|
</Flex>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
@ -280,4 +280,4 @@ export const DISABLE_MODELS = DEFAULT_MODELS.filter(
|
|||||||
export const CHAT_PAGE_SIZE = 15;
|
export const CHAT_PAGE_SIZE = 15;
|
||||||
export const MAX_RENDER_MSG_COUNT = 45;
|
export const MAX_RENDER_MSG_COUNT = 45;
|
||||||
|
|
||||||
export const internalWhiteWebDavEndpoints = ["https://dav.jianguoyun.com"];
|
export const internalWhiteWebDavEndpoints = [""];
|
||||||
|
Loading…
Reference in New Issue
Block a user