调整数据库结构、添加博客权限enum
This commit is contained in:
5
tone-page-web/lib/types/Blog.Permission.enum.ts
Normal file
5
tone-page-web/lib/types/Blog.Permission.enum.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum BlogPermission {
|
||||
Public = 'Public',
|
||||
ByPassword = 'ByPassword',
|
||||
List = 'List',
|
||||
}
|
||||
Reference in New Issue
Block a user