mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-16 07:20:59 +00:00
perf: card styles
This commit is contained in:
@@ -26,15 +26,9 @@ export default function BotConfigPage() {
|
||||
const [nowSelectedBotCard, setNowSelectedBotCard] = useState<BotCardVO>();
|
||||
|
||||
useEffect(() => {
|
||||
// TODO:补齐加载转圈逻辑
|
||||
|
||||
getBotList();
|
||||
}, []);
|
||||
|
||||
async function checkHasLLM(): Promise<boolean> {
|
||||
// NOT IMPL
|
||||
return true;
|
||||
}
|
||||
|
||||
async function getBotList() {
|
||||
|
||||
const adapterListResp = await httpClient.getAdapters();
|
||||
|
||||
Reference in New Issue
Block a user