Skip to content

Commit 26535fe

Browse files
authored
add shengwang vulnerabilities box link (#1426)
1 parent a20dfc9 commit 26535fe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/.vuepress/components/HomePage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
:href="item.link"
4242
type="primary"
4343
class="product-link"
44+
:target="item.target || '_self'"
4445
>
4546
{{ item.text }}
4647
</el-link>

docs/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ products:
1818
text: 隐私协议
1919
- link: "/product/security_best_practices.html"
2020
text: 安全最佳实践
21+
- link: "https://rte-src.vulbox.com/"
22+
text: 安全响应中心
23+
target: '_blank'
2124
starter:
2225
- title: "SDK 快速开始"
2326
platform:

0 commit comments

Comments
 (0)