From 9353cb0432403c9e233146437431c4741c8f9e0d Mon Sep 17 00:00:00 2001 From: lin <102898587+gfhdhytghd@users.noreply.github.com> Date: Sat, 17 Aug 2024 14:21:27 +0800 Subject: [PATCH 1/2] Update LICENSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改许可证以在法律层面上禁止宣传 --- LICENSE | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index c4a1c29..15d641c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License +MIT Without Public Sicial Media Promotion License Copyright (c) 2024 LLOneBot @@ -19,3 +19,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +You may use this software in accordance with the above terms, but you are not +allowed to promote this project or your projects based on this project on any +public social media. From f4c77f3e20436917f055a79e18549187efde31b3 Mon Sep 17 00:00:00 2001 From: linyuchen Date: Sat, 17 Aug 2024 23:45:41 +0800 Subject: [PATCH 2/2] Fix: typo --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3009867..5719fd8 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "type": "extension", "name": "LLOneBot", "slug": "LLOneBot", - "description": "实现 OneBot 11 协议,用以 QQ 机器人开发", + "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", "version": "3.29.3", "icon": "./icon.webp", "authors": [ @@ -30,4 +30,4 @@ "main": "./main/main.cjs", "preload": "./preload/preload.cjs" } -} \ No newline at end of file +}