This commit is contained in:
sijinhui 2024-04-10 08:46:11 +08:00
parent 4e4aeb5d02
commit 4bb1559cc1
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import UsageByModel from "./usage-by-model-chart";
import UserByMap from "./user-by-map";
// import UserByMap from "./user-by-map";
import { Flex } from "antd";
@ -8,7 +8,7 @@ export default async function AdminPage() {
<>
<Flex gap="middle" vertical>
<UsageByModel />
<UserByMap />
{/*<UserByMap />*/}
</Flex>
</>
);

View File

@ -280,4 +280,4 @@ export const DISABLE_MODELS = DEFAULT_MODELS.filter(
export const CHAT_PAGE_SIZE = 15;
export const MAX_RENDER_MSG_COUNT = 45;
export const internalWhiteWebDavEndpoints = ["https://dav.jianguoyun.com"];
export const internalWhiteWebDavEndpoints = [""];