From 0bc4c4af77802acfcbecafb2b3665b8fca4d1e6b Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 19 Sep 2025 10:41:27 +0800 Subject: [PATCH] fix(vscode): update schema URLs in settings.example.json --- .vscode/settings.example.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.example.json b/.vscode/settings.example.json index e35d8d22..a971a02e 100644 --- a/.vscode/settings.example.json +++ b/.vscode/settings.example.json @@ -1,10 +1,10 @@ { "yaml.schemas": { - "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/src/types/godoxy/config.schema.json": [ + "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/types/godoxy/config.schema.json": [ "config.example.yml", "config.yml" ], - "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/src/types/godoxy/routes.schema.json": [ + "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/types/godoxy/routes.schema.json": [ "providers.example.yml" ] }