This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
chore: 安装 caniuse-lite
pull/189/head
cp3hnu
1 year ago
parent
5536b83a38
commit
dd4be07a26
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
react-ui/package.json
+1
-1
react-ui/src/components/ResourceSelect/index.tsx
+ 1
- 0
react-ui/package.json
View File
@@ -67,6 +67,7 @@
"@types/crypto-js": "^4.2.2",
"@umijs/route-utils": "^4.0.1",
"antd": "~5.21.4",
"caniuse-lite": "~1.0.30001707",
"classnames": "^2.3.2",
"crypto-js": "^4.2.0",
"echarts": "^5.5.0",
+ 1
- 1
react-ui/src/components/ResourceSelect/index.tsx
View File
@@ -6,7 +6,7 @@
import KFIcon from '@/components/KFIcon';
import ResourceSelectorModal, {
ResourceSelectorResponse,
type
ResourceSelectorResponse,
ResourceSelectorType,
selectorTypeConfig,
} from '@/components/ResourceSelectorModal';
Write
Preview
Loading…
Cancel
Save