diff --git a/zh-cn/components/model-scope.md b/zh-cn/components/model-scope.md index 55b921f..bf40fe1 100644 --- a/zh-cn/components/model-scope.md +++ b/zh-cn/components/model-scope.md @@ -1,6 +1,6 @@ # Model Scope -The model scope annotation for Hyperf. +Hyperf 框架的模型 Scope 注解组件。 ## 安装 diff --git a/zh-cn/components/mysql-grammar-addon.md b/zh-cn/components/mysql-grammar-addon.md index 4d8e39d..e36b749 100644 --- a/zh-cn/components/mysql-grammar-addon.md +++ b/zh-cn/components/mysql-grammar-addon.md @@ -1,6 +1,6 @@ # Mysql Grammar Addon -The MySqlGrammar addon for Hyperf. +Hyperf 框架的 MySqlGrammar 扩展组件。 ## 安装 diff --git a/zh-cn/components/pretty-console.md b/zh-cn/components/pretty-console.md index a519143..52f97c9 100644 --- a/zh-cn/components/pretty-console.md +++ b/zh-cn/components/pretty-console.md @@ -1,6 +1,6 @@ # Pretty Console -The pretty console component for Hyperf. +用于 Hyperf 的精美控制台组件。 ![Pretty Console](https://user-images.githubusercontent.com/5457236/178333036-b11abb56-ba70-4c0d-a2f6-79afe3a0a78c.png) diff --git a/zh-cn/components/recaptcha.md b/zh-cn/components/recaptcha.md index 5b7ada3..5aea774 100644 --- a/zh-cn/components/recaptcha.md +++ b/zh-cn/components/recaptcha.md @@ -1,6 +1,6 @@ # ReCaptcha -The Google recaptcha component for Hyperf. +适用于 Hyperf 的 Google ReCaptcha 组件。 ## 安装 diff --git a/zh-cn/components/redis-subscriber.md b/zh-cn/components/redis-subscriber.md index b77f487..a4724ad 100644 --- a/zh-cn/components/redis-subscriber.md +++ b/zh-cn/components/redis-subscriber.md @@ -1,12 +1,8 @@ # Redis Subscriber -Forked from [mix-php/redis-subscriber](https://github.com/mix-php/redis-subscriber) +基于 Swoole 协程的 Redis 原生协议订阅器,代码从 [mix-php/redis-subscriber](https://github.com/mix-php/redis-subscriber) 复刻而来。 -Redis native protocol Subscriber based on Swoole coroutine - -基于 Swoole 协程的 Redis 原生协议订阅库 - -使用 Socket 直接连接 Redis 服务器,不依赖 phpredis 扩展,该订阅器有如下优点: +基于 Swoole 协程的 Redis 原生协议订阅库,使用 Socket 直接连接 Redis 服务器,不依赖 phpredis 扩展,该订阅器有如下优点: - 平滑修改:可随时增加、取消订阅通道,实现无缝切换通道的需求。 - 跨协程安全关闭:可在任意时刻关闭订阅。 diff --git a/zh-cn/components/sentry.md b/zh-cn/components/sentry.md index 0c0005f..56fe0d7 100644 --- a/zh-cn/components/sentry.md +++ b/zh-cn/components/sentry.md @@ -1,6 +1,6 @@ # Sentry -The sentry component for Hyperf. +Hyperf 的 Sentry 组件。 ## 安装 diff --git a/zh-cn/components/tcp-sender.md b/zh-cn/components/tcp-sender.md index 716f8b3..3554a6d 100644 --- a/zh-cn/components/tcp-sender.md +++ b/zh-cn/components/tcp-sender.md @@ -5,7 +5,6 @@ `friendsofhyperf/tcp-sender` 是一个类似 `hyperf/websocket-server` 的 TCP 服务组件,可以用于向指定的 fd 发送消息。 无需额外关注底层的实现,只需关注业务逻辑即可。 - ## 安装 ```shell diff --git a/zh-cn/components/tinker.md b/zh-cn/components/tinker.md index eb4fa75..c1adc74 100644 --- a/zh-cn/components/tinker.md +++ b/zh-cn/components/tinker.md @@ -1,6 +1,6 @@ # Tinker -The Powerful REPL for Hyperf. +Hyperf 的强大的 REPL 工具。 ## 安装