Sync #15197 bookinfo update into Chinese (#15259)

This commit is contained in:
Wilson Wu 2024-06-06 19:28:24 +08:00 committed by GitHub
parent 8d68e08fd3
commit ec830a7686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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 >}}
恭喜,您已配置完毕本地计算机!

View File

@ -24,8 +24,8 @@ test: yes
部署 Bookinfo 应用后通过 `http://$GATEWAY_URL/productpage` 访问 product 页面,可以看到如下内容:
* **Book Details** 在左下方,包括:图书类型,页数,出版社等。
* **Book Reviews** 在页面右下方
* **Book Details** 位于页面的中间,其中包括:书籍类型、页数、出版商等。
* **Book Reviews** 在页面底部
当刷新页面时,应用会在 product 页面中以轮询的方式显示不同版本的评论:如红色星标,黑色星标,或者没有星标。