mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-05-02 02:56:15 +00:00
fix: include subscription in personal sidebar module controls
This commit is contained in:
@@ -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 = ({
|
|||||||
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,
|
||||||
@@ -296,6 +298,11 @@ const NotificationSettings = ({
|
|||||||
title: t('模型部署'),
|
title: t('模型部署'),
|
||||||
description: t('模型部署管理'),
|
description: t('模型部署管理'),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 'subscription',
|
||||||
|
title: t('订阅管理'),
|
||||||
|
description: t('订阅套餐管理'),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 'redemption',
|
key: 'redemption',
|
||||||
title: t('兑换码管理'),
|
title: t('兑换码管理'),
|
||||||
|
|||||||
Reference in New Issue
Block a user