Commit 8a214d35 by Seefs

fix: include subscription in personal sidebar module controls

parent 1dfffcf1
...@@ -86,6 +86,7 @@ const NotificationSettings = ({ ...@@ -86,6 +86,7 @@ const NotificationSettings = ({
channel: true, channel: true,
models: true, models: true,
deployment: true, deployment: true,
subscription: true,
redemption: true, redemption: true,
user: true, user: true,
setting: true, setting: true,
...@@ -169,6 +170,7 @@ const NotificationSettings = ({ ...@@ -169,6 +170,7 @@ const NotificationSettings = ({
channel: true, channel: true,
models: true, models: true,
deployment: true, deployment: true,
subscription: true,
redemption: true, redemption: true,
user: true, user: true,
setting: true, setting: true,
...@@ -297,6 +299,11 @@ const NotificationSettings = ({ ...@@ -297,6 +299,11 @@ const NotificationSettings = ({
description: t('模型部署管理'), description: t('模型部署管理'),
}, },
{ {
key: 'subscription',
title: t('订阅管理'),
description: t('订阅套餐管理'),
},
{
key: 'redemption', key: 'redemption',
title: t('兑换码管理'), title: t('兑换码管理'),
description: t('兑换码生成管理'), description: t('兑换码生成管理'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment