We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20dfc9 commit 26535feCopy full SHA for 26535fe
docs/.vuepress/components/HomePage.vue
@@ -41,6 +41,7 @@
41
:href="item.link"
42
type="primary"
43
class="product-link"
44
+ :target="item.target || '_self'"
45
>
46
{{ item.text }}
47
</el-link>
docs/README.md
@@ -18,6 +18,9 @@ products:
18
text: 隐私协议
19
- link: "/product/security_best_practices.html"
20
text: 安全最佳实践
21
+ - link: "https://rte-src.vulbox.com/"
22
+ text: 安全响应中心
23
+ target: '_blank'
24
starter:
25
- title: "SDK 快速开始"
26
platform:
0 commit comments