From 1aceb03a834af60c2131ef07aca33e64e3e95499 Mon Sep 17 00:00:00 2001 From: 230238001 <15151850021@126.com> Date: Sat, 2 May 2026 11:40:50 +0800 Subject: [PATCH] Fix plugin data folder path in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97c0004..06f67a3 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ dotnet build 已加载的 XML 模板会复制一份保存到插件目录,重启 Rhino 后自动恢复: ``` -%APPDATA%\McNeel\Rhinoceros\8.0\plugins\UserStringProperty\ +%APPDATA%\McNeel\Rhinoceros\8.0\Plug-ins\UserStringProperty\ ├── template_index.txt # 记录已加载的 XML 路径 └── *.xml # 模板副本 ```