Refactor: Replace antd with shadcn (#12718)

### What problem does this PR solve?

Refactor: Replace antd with shadcn
### Type of change

- [x] Refactoring
This commit is contained in:
balibabu
2026-01-20 13:38:54 +08:00
committed by GitHub
parent 927db0b373
commit 80612bc992
12 changed files with 61 additions and 1156 deletions

View File

@@ -11,8 +11,8 @@ import {
} from '@/hooks/use-user-setting-request';
import { IStats } from '@/interfaces/database/chat';
import { useQueryClient } from '@tanstack/react-query';
import { message } from 'antd';
import { useCallback } from 'react';
import message from '../ui/message';
export const useOperateApiKey = (idKey: string, dialogId?: string) => {
const { removeToken } = useRemoveSystemToken();