This commit is contained in:
2025-12-05 12:26:10 +08:00
parent cb881ae1e1
commit ec36b7c8b9
13 changed files with 16 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
@page "/setting/messagetemplate/list"
@inject ILogger<MessageTemplateList> Logger
@* @attribute [Authorize] *@
@attribute [Authorize]
<PageTitle>消息模板</PageTitle>
<Title Level="4">消息模版管理</Title>

View File

@@ -1,5 +1,5 @@
@page "/settings"
@* @attribute [Authorize] *@
@attribute [Authorize]
@inject ILogger<Settings> Logger
@code {