feat: Blazor 模式下增加未开发网页默认文字
This commit is contained in:
parent
d0c05b4f78
commit
4b3e6fd04c
|
@ -32,6 +32,12 @@ namespace Bootstrap.Admin.Components
|
||||||
builder.OpenComponent(0, t);
|
builder.OpenComponent(0, t);
|
||||||
builder.CloseComponent();
|
builder.CloseComponent();
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
builder.OpenElement(0, "h6");
|
||||||
|
builder.AddContent(1, "正在玩命开发中... 敬请期待");
|
||||||
|
builder.CloseElement();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue