This commit is contained in:
2025-06-23 01:30:02 +08:00
parent d96c4c9adf
commit 660cacbd53
6 changed files with 45 additions and 34 deletions

View File

@@ -1,5 +1,5 @@
export enum BlogPermission {
Public = 'Public',
ByPassword = 'ByPassword',
List = 'List',
}
Public = 'Public',
ByPassword = 'ByPassword',
List = 'List',
}