From cfdc05d9dd22f2b2406ec0799bf22b5ee96b5a23 Mon Sep 17 00:00:00 2001 From: Vixalie Date: Sun, 29 Mar 2026 08:31:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=A2=9E=E5=BC=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86=E8=AE=BE=E7=BD=AE=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/dataset/+page.svelte | 2 ++ src/routes/dataset/ModelCheckList.svelte | 1 + 2 files changed, 3 insertions(+) create mode 100644 src/routes/dataset/ModelCheckList.svelte diff --git a/src/routes/dataset/+page.svelte b/src/routes/dataset/+page.svelte index 2b9ed5a..1b9014f 100644 --- a/src/routes/dataset/+page.svelte +++ b/src/routes/dataset/+page.svelte @@ -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(() => {

Environment Check


+ diff --git a/src/routes/dataset/ModelCheckList.svelte b/src/routes/dataset/ModelCheckList.svelte new file mode 100644 index 0000000..179ab02 --- /dev/null +++ b/src/routes/dataset/ModelCheckList.svelte @@ -0,0 +1 @@ +