From a0554404dd0ae298303a181eb18bdf1171f62eee Mon Sep 17 00:00:00 2001 From: takayama-lily Date: Tue, 20 Apr 2021 20:21:35 +0900 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0209be3..9538ea0 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,16 @@ > 使用的UI库:[https://github.com/MorFansLab/LiteWebChat_Frame](https://github.com/MorFansLab/LiteWebChat_Frame) > QQ协议库:[https://github.com/takayama-lily/oicq](https://github.com/takayama-lily/oicq) + +---- + +## 自行编译此扩展 + +```bash +# clone此项目 +npm i +npm i typescript -g +npm i vsce -g +vsce package +``` +