refactor: dashboard usage

This commit is contained in:
jialin
2026-05-06 12:27:22 +08:00
committed by jialin
parent 705b33e307
commit 898c7f1be2
23 changed files with 901 additions and 35 deletions
+3
View File
@@ -0,0 +1,3 @@
import { atom } from 'jotai';
export const activeModelsAtom = atom<any[]>([]);