博客权限添加允许评论项

This commit is contained in:
2025-06-23 08:55:28 +08:00
parent a861cba5c3
commit cb4f5907e5
2 changed files with 2 additions and 0 deletions

View File

@@ -2,4 +2,5 @@ export enum BlogPermission {
Public = 'Public', Public = 'Public',
ByPassword = 'ByPassword', ByPassword = 'ByPassword',
List = 'List', List = 'List',
AllowComments = 'AllowComments',
} }

View File

@@ -2,4 +2,5 @@ export enum BlogPermission {
Public = 'Public', Public = 'Public',
ByPassword = 'ByPassword', ByPassword = 'ByPassword',
List = 'List', List = 'List',
AllowComments = 'AllowComments',
} }