From 4da20483608b41e285617ed5c63e6c2a8c93875c Mon Sep 17 00:00:00 2001 From: Natural Selection <94440029+northsea4@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:06:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=8E=88=E6=9D=83=E8=AE=B8=E5=8F=AF=20?= =?UTF-8?q?(#298)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: northsea4 --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d68fa91..27f9ea3 100644 --- a/README.md +++ b/README.md @@ -114,4 +114,14 @@ python main.py * `core` 包括核心功能实现, 其中 `scraper.py` 包括刮削过程的实现 * `signals.py` 包括 Qt 信号量, 这是 MC 解耦的关键, 它也负责日志打印 * `config` 和 `signal` 是预定义的单例, 可以在任何位置导入使用 -* `views` 和 `controllers` 结构相对简单, 可参考上文说明 \ No newline at end of file +* `views` 和 `controllers` 结构相对简单, 可参考上文说明 + + +## 授权许可 +本插件项目在 GPLv3 许可授权下发行。此外,如果使用本项目表明还额外接受以下条款: + +- 本项目仅供学习以及技术交流使用 +- 请勿在公共社交平台上宣传此项目 +- 使用本软件时请遵守当地法律法规 +- 法律及使用后果由使用者自己承担 +- 禁止将本软件用于任何的商业用途 \ No newline at end of file