修复一个文件大小写错误..

This commit is contained in:
2025-06-23 01:39:14 +08:00
parent 7971ad2746
commit 9c4432eb8b
4 changed files with 3 additions and 3 deletions

View File

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