From 5c03e6c93b85fb2f0e7f738d546a06b56856daa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=AB=E7=83=AC=E6=9F=93?= Date: Tue, 4 Jul 2023 19:13:13 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e32db35..1786ea7 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ LiteLoaderQQNT的插件模板,包含插件创建方法,编写建议,还有技巧 LiteLoaderQQNT本体:[LiteLoaderQQNT](https://github.com/mo-jinran/BetterQQNT) +Telegram闲聊群:https://t.me/LiteLoaderQQNT + # 插件编写指南文档 +文档目前还不算完善,但能看,也欢迎各位来完善/修复错误 + - [了解数据目录结构](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/1.了解数据目录结构) - [LiteLoader的数据目录](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/1.了解数据目录结构#liteloader的数据目录) - [plugins](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/1.了解数据目录结构#plugins) @@ -25,4 +29,4 @@ LiteLoaderQQNT本体:[LiteLoaderQQNT](https://github.com/mo-jinran/BetterQQNT) - [Manifest](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/manifest.json) - [主进程](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/main.js) - [预加载](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/preload.js) - - [渲染进程](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/renderer.js) \ No newline at end of file + - [渲染进程](https://github.com/mo-jinran/LiteLoaderQQNT-Plugin-Template/wiki/renderer.js)