From 6156661a201ca4659554746ed7db0a3756ba07ca Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Apr 2026 20:46:00 +0800 Subject: [PATCH] docs: update tasktracking with YAML indentation fix --- .../2026-04-25-fix-clash-yaml-indentation.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/Tasktracking/2026-04-25-fix-clash-yaml-indentation.md diff --git a/docs/Tasktracking/2026-04-25-fix-clash-yaml-indentation.md b/docs/Tasktracking/2026-04-25-fix-clash-yaml-indentation.md new file mode 100644 index 00000000..df0bd108 --- /dev/null +++ b/docs/Tasktracking/2026-04-25-fix-clash-yaml-indentation.md @@ -0,0 +1,9 @@ +# Fix: Clash proxy YAML indentation for Clash Verge + +## Date: 2026-04-25 + +## Changes +- `sub/subClashService.go` — Fixed YAML indentation: proxy fields now use 4-space indent under list item, nested `*-opts` fields use 6-space indent. Previously fields were at same level as `- name:` causing "invalid yaml" in Clash Verge. + +## Version +- v1.7.2.2 (same)