From 314888ab40f5f153d1e541868ebe8138b1333a9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BB=B6=E6=96=87?= <75506674+konsheng@users.noreply.github.com> Date: Tue, 12 Aug 2025 19:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e20be94..6e29f6d 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ * [简介](#简介) * [功能特点](#功能特点) +* [目录结构](#目录结构) * [快速开始](#快速开始) - * [集成到项目](#集成到项目) * [贡献词汇](#贡献词汇) * [注意事项](#注意事项) @@ -29,6 +29,15 @@ Sensitive‑lexicon 提供了一份广泛覆盖政治、色情、暴力等敏感 * **易于集成**:纯文本格式,可在任意语言/框架中直接引用。 * **社区驱动**:欢迎 Issue / PR,携手打造更完整的词库。 +## 目录结构 +``` +Sensitive-lexicon/ +├── ThirdPartyCompatibleFormats/ # 用于第三方格式 +├── Vocabulary/ # 词汇库 +├── LICENSE # 许可证 +└── README.md # 项目说明 +``` + ## 快速开始 ### 集成到项目 @@ -44,7 +53,7 @@ git clone https://github.com/Konsheng/Sensitive-lexicon.git ### 贡献词汇 -* **Pull Request**:在 `Vocabulary/` 目录新增或修改词条,并提交 PR。 +* **Pull Request**:在 `Vocabulary/` 词汇库目录新增或修改词条,并提交 PR。 * **Issue**:如果不确定具体实现,欢迎通过 Issue 提出建议或讨论。 > **提示**:PR 请附上来源或用例,便于维护者审核。