feat: model provider refactor done

This commit is contained in:
Dean-YZG
2024-05-15 21:38:25 +08:00
parent 240d330001
commit a0e4a468d6
33 changed files with 3077 additions and 8 deletions

View File

@@ -32,3 +32,9 @@ export function updateGlobalCSSVars(nextSidebar: number) {
return { menuWidth };
}
let count = 0;
export function getUid() {
return count++;
}