feat: 添加环境检查组件,增强数据集设置页面功能
This commit is contained in:
@@ -6,6 +6,7 @@ import { invoke } from '@tauri-apps/api/core';
|
||||
import { onDestroy } from 'svelte';
|
||||
import { type Unsubscriber } from 'svelte/store';
|
||||
import DatasetInfoForm from './DatasetInfoForm.svelte';
|
||||
import ModelCheckList from './ModelCheckList.svelte';
|
||||
|
||||
let unsubscribeMeta: Unsubscriber | null = null;
|
||||
|
||||
@@ -34,4 +35,5 @@ onDestroy(() => {
|
||||
<DatasetInfoForm />
|
||||
<h2>Environment Check</h2>
|
||||
<hr class="border-zinc-500" />
|
||||
<ModelCheckList />
|
||||
</main>
|
||||
|
||||
1
src/routes/dataset/ModelCheckList.svelte
Normal file
1
src/routes/dataset/ModelCheckList.svelte
Normal file
@@ -0,0 +1 @@
|
||||
<div class="min-h-[4em] px-4 py-2 shrink-0 flex flex-row gap-3"></div>
|
||||
Reference in New Issue
Block a user