From ec830a7686abd02f1ae9b38e04d1adbf1b108def Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Thu, 6 Jun 2024 19:28:24 +0800 Subject: [PATCH] Sync #15197 bookinfo update into Chinese (#15259) --- .../microservices-istio/setup-local-computer/index.md | 6 +++--- .../docs/tasks/security/authorization/authz-http/index.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md b/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md index 102c41e95f..a0b1b421f4 100644 --- a/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md +++ b/content/zh/docs/examples/microservices-istio/setup-local-computer/index.md @@ -38,9 +38,9 @@ test: no {{< text bash >}} $ istioctl version - client version: 1.7.0 - control plane version: 1.7.0 - data plane version: 1.7.0 (4 proxies) + client version: 1.22.0 + control plane version: 1.22.0 + data plane version: 1.22.0 (4 proxies) {{< /text >}} 恭喜,您已配置完毕本地计算机! diff --git a/content/zh/docs/tasks/security/authorization/authz-http/index.md b/content/zh/docs/tasks/security/authorization/authz-http/index.md index c69ecc3b7d..1133bbef6f 100644 --- a/content/zh/docs/tasks/security/authorization/authz-http/index.md +++ b/content/zh/docs/tasks/security/authorization/authz-http/index.md @@ -24,8 +24,8 @@ test: yes 部署 Bookinfo 应用后通过 `http://$GATEWAY_URL/productpage` 访问 product 页面,可以看到如下内容: -* **Book Details** 在左下方,包括:图书类型,页数,出版社等。 -* **Book Reviews** 在页面右下方。 +* **Book Details** 位于页面的中间,其中包括:书籍类型、页数、出版商等。 +* **Book Reviews** 在页面底部。 当刷新页面时,应用会在 product 页面中以轮询的方式显示不同版本的评论:如红色星标,黑色星标,或者没有星标。