From 2357daf3d985ee3cbb9c5099d9ceef0a10671a7b Mon Sep 17 00:00:00 2001 From: Jasmine Date: Mon, 30 Oct 2023 18:53:41 +0800 Subject: [PATCH 1/2] Update command.md --- docs/en/guide/command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/guide/command.md b/docs/en/guide/command.md index 61b8112..3301711 100755 --- a/docs/en/guide/command.md +++ b/docs/en/guide/command.md @@ -74,10 +74,10 @@ required by the plugin through this command. For example `/env VAR=551;VAR2=asdasd;VAR3="1231"` -All input will be formatted and upper. +All keys(name) will be formatted and upper. ### 🍭 Binding and unbinding This command is just a subscription command, used to subscribe to RSS messages. -In order to reflect the cross-platform characteristics, it **actually has no effect**. \ No newline at end of file +In order to reflect the cross-platform characteristics, it **actually has no effect**. From f5e46049d887ccc67e7201d9fc994e28708f6f5d Mon Sep 17 00:00:00 2001 From: Jasmine Date: Mon, 30 Oct 2023 18:53:59 +0800 Subject: [PATCH 2/2] Update command.md --- docs/guide/command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/command.md b/docs/guide/command.md index 6a893dd..504dae2 100755 --- a/docs/guide/command.md +++ b/docs/guide/command.md @@ -71,10 +71,10 @@ env - 虚拟环境设置 比如 `/env VAR=551;VAR2=asdasd;VAR3="1231"` -所有值会被自动格式化并大写。 +所有键名会被自动格式化并大写。 ### 🍭 绑定和解绑 此命令只是一个订阅命令而已,用于订阅 RSS 消息。 -为了体现跨平台的特性,实际并没有什么作用。 \ No newline at end of file +为了体现跨平台的特性,实际并没有什么作用。