完善文档并添加示例插件

This commit is contained in:
wojiaoyishang
2025-01-30 16:56:12 +08:00
parent ac1f82e81d
commit 552bf77924
14 changed files with 891 additions and 5 deletions
+5
View File
@@ -493,3 +493,8 @@
return success_api(msg="编辑成功")
except Exception as e:
return fail_api(msg="编辑失败")
.. note::
插件方式接入项目,请查看 :ref:`以插件的方式接入项目` 章节。