fix: set default value for attachment storage policy in user center (#6853)

#### What type of PR is this?

/area core
/kind bug
/milestone 2.20.x

#### What this PR does / why we need it:

修复首次初始化之后,个人中心使用的附件存储策略没有默认值的问题。

#### Which issue(s) this PR fixes:

Fixes #6834 

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/6848/head
Ryan Wang 2024-10-13 23:11:14 +08:00 committed by GitHub
parent a21413e080
commit 0d8c4bb126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ data:
"allowRegistration": false,
"mustVerifyEmailOnRegistration": false,
"defaultRole": "guest",
"avatarPolicy": "default-policy"
"avatarPolicy": "default-policy",
"ucAttachmentPolicy": "default-policy"
}
theme: |
{