新增KV数据库存储附件

This commit is contained in:
eoao
2025-10-21 20:45:20 +08:00
parent dad4a22356
commit fdf9e95d67
18 changed files with 213 additions and 73 deletions

View File

@@ -107,6 +107,14 @@ export const settingConst = {
noRecipient: {
OPEN: 0,
CLOSE: 1,
},
kvStorage: {
OPEN: 0,
CLOSE: 1
},
forcePathStyle: {
OPEN: 0,
CLOSE: 1
}
}