From 423e1373f1d279e3cd9ee4b2c63b004ab2d0a407 Mon Sep 17 00:00:00 2001 From: unknown <1520273962@qq.com> Date: Sat, 18 Jul 2026 03:40:13 +0800 Subject: [PATCH] Remove imported machine path from standards manifest --- data/standards/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/standards/manifest.json b/data/standards/manifest.json index df12219..9aff336 100644 --- a/data/standards/manifest.json +++ b/data/standards/manifest.json @@ -1,6 +1,6 @@ { "schema_version": "agent4.standard_manifest.v1", - "source_dir": "D:\\Desktop\\提取记录", + "source_dir": "external-standard-records", "entries": [ { "standard_id": "part-housing-upper-housing", @@ -866,4 +866,4 @@ "testing_enabled": true } ] -} \ No newline at end of file +}