From d4981073986b976b609cda8dd2118b947c4b7423 Mon Sep 17 00:00:00 2001 From: Haoming Date: Mon, 2 Sep 2024 17:24:04 +0800 Subject: [PATCH] tehe --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57df565..e9968e0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Sometimes, when you type too fast or copy prompts from all over the places, you - You can assign other tags that count as the same as the main tag, and thus get removed during `Remove Duplicates` - The syntax is in the format of `main tag: alias1, alias2, alias3` - **example:** - ```json + ``` 1girl: girl, woman, lady ``` - If you type `girl`, it will get converted into `1girl`, and if you already have `1girl`, then the future ones will get removed. diff --git a/README_ZH.md b/README_ZH.md index 6b9889a..51d36de 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -36,7 +36,7 @@ - 你可以在此把其它字詞設為主單字的同義詞,使其在 `Remove Duplicates` 中被當作重複字而刪去 - 格式為 `main tag: alias1, alias2, alias3` - **範例:** - ```json + ``` 1girl: girl, woman, lady ``` - 如果輸入 `girl`, 便會轉換成 `1girl`; 而如果 `1girl` 已經存在,多餘的便會被刪除。