perf: 子域名托管帮助链接优化为打开新窗口

Closes https://github.com/certd/certd/issues/419
pull/436/head
xiaojunnuo 2025-06-09 22:28:56 +08:00
parent 424fd96615
commit 7c0cdd169e
1 changed files with 3 additions and 1 deletions

View File

@ -79,7 +79,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
return (
<div>
<a href={"https://help.aliyun.com/zh/dns/subdomain-management"}></a>
<a href={"https://help.aliyun.com/zh/dns/subdomain-management"} target={"_blank"}>
</a>
</div>
);
},