mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
perf: 子域名托管帮助链接优化为打开新窗口
Closes https://github.com/certd/certd/issues/419
This commit is contained in:
@@ -79,7 +79,9 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
return (
|
return (
|
||||||
<div>
|
<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>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user