调整UI布局,消息模版新增语言字段

This commit is contained in:
yxw
2025-12-15 18:28:17 +08:00
parent 9b8bf43eb6
commit 98e3f7ab73
11 changed files with 510 additions and 328 deletions

View File

@@ -0,0 +1,9 @@
@page "/system/tools"
@page "/{locale}/system/tools"
<h3>Tools</h3>
@code {
[Parameter]
public string Locale { get; set; } = string.Empty;
}