feat: download model

This commit is contained in:
jialin
2025-03-19 20:09:43 +08:00
parent 254dd75cd0
commit 2ceefab18c
10 changed files with 971 additions and 317 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export function patchRoutes({ routes, initialState }) {
export function renderMenuIcon(icon: string) {
const upperIcon = formatIcon(icon);
console.log('upperIcon', upperIcon);
console.log('upperIcon', icon, upperIcon);
if (icons[upperIcon] || icons[upperIcon + 'Outlined']) {
return React.createElement(
icons[upperIcon] || icons[upperIcon + 'Outlined']