chore: refine plugin development documentation (#503)

* chore: refine plugin development documentation

Signed-off-by: Ryan Wang <i@ryanc.cc>

* chore: refine plugin development documentation

Signed-off-by: Ryan Wang <i@ryanc.cc>

* chore: refine plugin development documentation

Signed-off-by: Ryan Wang <i@ryanc.cc>

---------

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2025-06-21 20:47:16 +08:00
committed by GitHub
parent 9df9374ce3
commit 7e097c93f9
12 changed files with 1028 additions and 269 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*.md]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true