fix: jump to playground from model list

This commit is contained in:
jialin
2024-11-28 21:48:14 +08:00
parent bd418b23dc
commit 51ae3a16bd
16 changed files with 760 additions and 366 deletions
+4 -2
View File
@@ -33,7 +33,6 @@
"axios": "^1.7.2",
"classnames": "^2.5.1",
"clipboard": "^2.0.11",
"colorthief": "^2.6.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
@@ -48,6 +47,7 @@
"marked": "^14.1.0",
"ml-dataset-iris": "^1.2.1",
"ml-pca": "^4.1.1",
"node-vibrant": "3.1.6",
"numeral": "^2.0.6",
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-react": "^0.5.6",
@@ -61,6 +61,7 @@
"react-hotkeys-hook": "^4.5.0",
"simplebar-react": "^3.2.6",
"umi-presets-pro": "^2.0.3",
"vibrant": "^0.0.1",
"wavesurfer.js": "^7.8.8",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
@@ -87,6 +88,7 @@
"prettier-plugin-two-style-order": "^1.0.1",
"typescript": "^5.4.5",
"url-loader": "^4.1.1",
"webpack-bundle-analyzer": "^4.10.2"
"webpack-bundle-analyzer": "^4.10.2",
"worker-loader": "^3.0.8"
}
}