From ecadc0a32911a7cb4475e1315f4d5788919d8a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fork=CE=A8Killet?= <35412022+ForkKILLET@users.noreply.github.com> Date: Thu, 29 Aug 2024 02:15:51 +0800 Subject: [PATCH 1/2] Add instructions on using parameters with `user` or `channel` type --- zh-CN/guide/basic/command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-CN/guide/basic/command.md b/zh-CN/guide/basic/command.md index 67c0f6c9570e..67fff35fc995 100644 --- a/zh-CN/guide/basic/command.md +++ b/zh-CN/guide/basic/command.md @@ -93,8 +93,8 @@ ctx.command('test [arg:number]') - number: `number` 数值 - bigint: `bigint` [大整数](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/BigInt) - text: `string` 贪婪匹配的字符串 -- user: `string` 用户,格式为 `{platform}:{id}` -- channel: `string` 频道,格式为 `{platform}:{id}` +- user: `string` 用户,格式为 `{platform}:{id}`(调用时,可以使用 `at` 元素或者 `@{platform}:{id}` 的格式) +- channel: `string` 频道,格式为 `{platform}:{id}`(调用时,可以使用 `sharp` 元素或者 `#{platform}:{id}` 的格式) - integer: `number` 整数 - posint: `number` 正整数 - natural: `number` 正整数 From bc92e790129a66274b0db375f030c3520a2070d4 Mon Sep 17 00:00:00 2001 From: Shigma Date: Sun, 1 Sep 2024 11:23:00 +0800 Subject: [PATCH 2/2] Update zh-CN/guide/basic/command.md --- zh-CN/guide/basic/command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-CN/guide/basic/command.md b/zh-CN/guide/basic/command.md index 67fff35fc995..d247505cb687 100644 --- a/zh-CN/guide/basic/command.md +++ b/zh-CN/guide/basic/command.md @@ -93,8 +93,8 @@ ctx.command('test [arg:number]') - number: `number` 数值 - bigint: `bigint` [大整数](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/BigInt) - text: `string` 贪婪匹配的字符串 -- user: `string` 用户,格式为 `{platform}:{id}`(调用时,可以使用 `at` 元素或者 `@{platform}:{id}` 的格式) -- channel: `string` 频道,格式为 `{platform}:{id}`(调用时,可以使用 `sharp` 元素或者 `#{platform}:{id}` 的格式) +- user: `string` 用户,格式为 `{platform}:{id}` (调用时可以使用 `at` 元素或者 `@{platform}:{id}` 的格式) +- channel: `string` 频道,格式为 `{platform}:{id}` (调用时可以使用 `sharp` 元素或者 `#{platform}:{id}` 的格式) - integer: `number` 整数 - posint: `number` 正整数 - natural: `number` 正整数