会员套餐配置

用户权限配置 基础设置
{% for plan_key, plan in plans_config.items() %}
默认: {{ default_plans.get(plan_key, {}).get('name', '') }} - ¥{{ default_plans.get(plan_key, {}).get('price', 0) }}/{{ default_plans.get(plan_key, {}).get('period', 'month') }}
{% endfor %}