feat(api): Add an interface to obtain user subscription details, update related type definitions and localized text

This commit is contained in:
web@ppanel
2025-03-25 23:55:31 +07:00
parent 383638f702
commit cf5c39cfe5
34 changed files with 606 additions and 123 deletions
@@ -76,7 +76,7 @@ export default function Page() {
return (
<>
{description && <li className='text-muted-foreground'>{description}</li>}
{features.map(
{features?.map(
(
feature: {
icon: string;