终会与你同行
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/pages/account/settings/components/notification.tsx
|
|
@ -8,7 +8,7 @@ const NotificationView: React.FC = () => { |
|
|
const Action = <Switch checkedChildren="开" unCheckedChildren="关" defaultChecked />; |
|
|
const Action = <Switch checkedChildren="开" unCheckedChildren="关" defaultChecked />; |
|
|
return [ |
|
|
return [ |
|
|
{ |
|
|
{ |
|
|
title: '账户密码', |
|
|
title: '用户消息', |
|
|
description: '其他用户的消息将以站内信的形式通知', |
|
|
description: '其他用户的消息将以站内信的形式通知', |
|
|
actions: [Action], |
|
|
actions: [Action], |
|
|
}, |
|
|
}, |
|
|
|