Commit 059b4969 authored by chenshouchao's avatar chenshouchao

feat: 模板列表增加自定义标签展示逻辑

parent a20cb458
......@@ -49,7 +49,7 @@ const TemplateBox = (props: any) => {
>
{info.title}
</Typography>
{info.custom && (
{info.creator !== "root" && (
<Box
sx={{
backgroundColor: "rgba(227, 250, 236, 1)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment