From aa8af4185bb01c5cb154a86c30ecf21b7e051bc4 Mon Sep 17 00:00:00 2001 From: yusing Date: Tue, 29 Apr 2025 14:45:38 +0800 Subject: [PATCH] chore: update schema url --- .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 0410df0..e35d8d2 100644 --- a/.vscode/settings.example.json +++ b/.vscode/settings.example.json @@ -1,10 +1,10 @@ { "yaml.schemas": { - "https://github.com/yusing/go-proxy/raw/main/schemas/config.schema.json": [ + "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/src/types/godoxy/config.schema.json": [ "config.example.yml", "config.yml" ], - "https://github.com/yusing/go-proxy/raw/main/schemas/routes.schema.json": [ + "https://github.com/yusing/godoxy-webui/raw/refs/heads/main/src/types/godoxy/routes.schema.json": [ "providers.example.yml" ] }