From b02828a839c13214cf5064e11b65a4e5e0538783 Mon Sep 17 00:00:00 2001 From: Pylogmon Date: Sat, 14 Oct 2023 14:11:29 +0800 Subject: [PATCH] Update README_EN.md --- README_EN.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 7e10938..e8e617f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -22,7 +22,9 @@ Edit the `info.json` file and modify the following fields: - `needs`: Dependencies required by the plugin. It is an array where each dependency is an object that includes the following fields: - `key`: The key of the dependency, corresponding to its name in the configuration file. For example,`requestPath`. - `display`: The display name of the dependency as shown to users. For example,`Request Path`. - - `language`: Mapping between language codes used in Pot and language codes used when sending requests to plugins. + - `type`: Component type `input` | `select` + - `options`: Option list(Only `select` component), for example `{"engine_a":"Engina A","engine_b":"Engina B"}` +- `language`: Mapping between language codes used in Pot and language codes used when sending requests to plugins. ### 3. Plugin writing/compiling