From 0643975115b625fa671c96d84b52ff62a9851c0c Mon Sep 17 00:00:00 2001 From: Tiger Date: Fri, 13 Feb 2026 12:30:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=E4=BA=86README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f5e921..fd5d5fc 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ backend/ ### description.json -`resources` 目录下的 `description.json` 是整个源的介绍文件,应当包含源的名字、作者和唯一UUID以及规则。其中UUID不带横杠(`-`)。下面给出一个示例: +`resources` 目录下直属的 `description.json` 是整个源的介绍文件,应当包含源的名字、作者和唯一UUID以及规则。其中UUID不带横杠(`-`)。下面给出一个示例: ```json { @@ -58,7 +58,7 @@ backend/ "uuid": "6b3d2702c1c345499fc8617d664b3627", "rules": { - "common": true + "common": true // common 代表通常的纸片化学玩法 } } ```