From 4c9a2203007ce06c7f2f46d167f2fd75aa9ba89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Tue, 2 Sep 2025 22:54:44 +0800 Subject: [PATCH] Add README for example plugin Introduces installation instructions for the example plugin, detailing how to place the build output in the appropriate plugins directory. --- src/example-plugin/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/example-plugin/README.md diff --git a/src/example-plugin/README.md b/src/example-plugin/README.md new file mode 100644 index 00000000..18552ba8 --- /dev/null +++ b/src/example-plugin/README.md @@ -0,0 +1,3 @@ +# Example Plugin +## Install +安装只需要将dist产物 `index.mjs` 目录放入 napcat根目录下`plugins/example`,如果没有这个目录请创建。 \ No newline at end of file