修改功能
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using TightWiki.Models.DataModels;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using TightWiki.Models.DataModels;
|
||||
|
||||
namespace TightWiki.Models.ViewModels.Admin
|
||||
{
|
||||
@@ -6,6 +7,7 @@ namespace TightWiki.Models.ViewModels.Admin
|
||||
{
|
||||
public Emoji Emoji { get; set; } = new();
|
||||
public string OriginalName { get; set; } = string.Empty;
|
||||
[Display(Name = "分类")]
|
||||
public string Categories { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user