From 45b1d26e613538b1edce55fd8e473498f227f889 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 23 Feb 2024 01:24:58 +0800 Subject: [PATCH] [ci skip] Update README --- README.md | 5 +++-- README_zh.md | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index efb94e1..45d45a0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Logo designed by GPT-4 [![CodeFactor](https://www.codefactor.io/repository/github/hahawth/advancedsensitivewords/badge)](https://www.codefactor.io/repository/github/hahawth/advancedsensitivewords) [![Made with Java](https://img.shields.io/badge/Made%20with-Java-blue.svg)](https://www.java.com/) [![Love from Earth](https://img.shields.io/badge/Love%20%E2%9D%A4%EF%B8%8F-red.svg?v=202007241736)](https://github.com/hahawth/AdvancedSensitiveWords/stargazers) +[![](https://jitpack.io/v/HaHaWTH/AdvancedSensitiveWords.svg)](https://jitpack.io/#HaHaWTH/AdvancedSensitiveWords) [![](https://img.shields.io/github/downloads/HaHaWTH/AdvancedSensitiveWords/total?style=for-the-badge)](https://github.com/HaHaWTH/AdvancedSensitiveWords/releases) [![](https://img.shields.io/github/license/HaHaWTH/AdvancedSensitiveWords?style=for-the-badge)](https://github.com/HaHaWTH/AdvancedSensitiveWords/blob/master/LICENSE) @@ -78,8 +79,8 @@ To use this, you just need to import the plugin binary file as a dependency in y ```xml - io.wdsj - asw + com.github.HaHaWTH + AdvancedSensitiveWords LATEST provided diff --git a/README_zh.md b/README_zh.md index 2e4288f..2c0e01a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -12,6 +12,7 @@ Logo 由 GPT-4 生成 [![CodeFactor](https://www.codefactor.io/repository/github/hahawth/advancedsensitivewords/badge)](https://www.codefactor.io/repository/github/hahawth/advancedsensitivewords) [![Made with Java](https://img.shields.io/badge/Made%20with-Java-blue.svg)](https://www.java.com/) [![Love from Earth](https://img.shields.io/badge/Love%20%E2%9D%A4%EF%B8%8F-red.svg?v=202007241736)](https://github.com/hahawth/AdvancedSensitiveWords/stargazers) +[![](https://jitpack.io/v/HaHaWTH/AdvancedSensitiveWords.svg)](https://jitpack.io/#HaHaWTH/AdvancedSensitiveWords) [![](https://img.shields.io/github/downloads/HaHaWTH/AdvancedSensitiveWords/total?style=for-the-badge)](https://github.com/HaHaWTH/AdvancedSensitiveWords/releases) [![](https://img.shields.io/github/license/HaHaWTH/AdvancedSensitiveWords?style=for-the-badge)](https://github.com/HaHaWTH/AdvancedSensitiveWords/blob/master/LICENSE) @@ -19,7 +20,7 @@ Logo 由 GPT-4 生成 1. 使用DFA(确定性有穷自动机) 算法 2. 预配置 简洁明了,开箱即用 3. 高质量的超大默认敏感词库 (60000+ 敏感词) -4. 运行在数据包层, 不会干扰其他聊天插件 (在2c2g的服务器上能做到3.2w qps +4. 运行在数据包层, 不会干扰其他聊天插件 (在2c2g的服务器上能做到3.2w qps) 5. 高度自定义的配置 6. 支持告示牌检测 7. 支持铁砧检测 @@ -77,8 +78,8 @@ AdvancedSensitiveWords 提供了一个 [简单的事件](./src/main/java/io/wdsj ```xml - io.wdsj - asw + com.github.HaHaWTH + AdvancedSensitiveWords LATEST provided