| {% extends "layout.html" %} |
| {% block content %} |
| <div class="main-content pb55" style="min-height: 525px;"> |
| <div class="container-fluid"> |
| <div class="site_table_view bgw mtb15 pd15"> |
| <div style="padding: 40px;text-align: center;vertical-align: middle;"> |
| <div class="info-title-tips" style="background: #fff3cd; border: 1px solid #ffc107; border-radius: 8px; padding: 20px; margin-bottom: 30px;"> |
| <p style="margin: 0; color: #856404; font-size: 16px;"> |
| <span class="glyphicon glyphicon-info-sign" style="color: #ffc107; margin-right: 10px; font-size: 20px;"></span> |
| <strong>功能已禁用</strong> |
| </p> |
| </div> |
| |
| <div style="max-width: 600px; margin: 0 auto; text-align: left; background: #f8f9fa; padding: 30px; border-radius: 10px;"> |
| <h3 style="color: #333; margin-bottom: 20px; text-align: center;"> |
| <span class="glyphicon glyphicon-lock" style="color: #dc3545; margin-right: 10px;"></span> |
| 绑定宝塔官网账号功能已禁用 |
| </h3> |
| |
| <p style="color: #666; line-height: 1.8; margin-bottom: 20px;"> |
| 当前面板配置禁用了绑定宝塔官网账号的功能。这是为了增强安全性,防止面板连接到外部服务器。 |
| </p> |
| |
| <div style="background: #e9ecef; padding: 20px; border-radius: 8px; margin: 20px 0;"> |
| <h4 style="color: #495057; margin-bottom: 15px;">被禁用的功能:</h4> |
| <ul style="color: #6c757d; line-height: 2; margin: 0; padding-left: 20px;"> |
| <li>官网账号密码绑定</li> |
| <li>微信扫码绑定</li> |
| <li>插件商店访问</li> |
| <li>在线支付功能</li> |
| </ul> |
| </div> |
| |
| <p style="color: #666; line-height: 1.8; margin-bottom: 20px;"> |
| 面板的核心功能(网站管理、数据库、FTP、文件管理等)不受影响,可以正常使用。 |
| </p> |
| |
| <div style="text-align: center; margin-top: 30px;"> |
| <a href="/" class="btn btn-default" style="padding: 10px 30px; font-size: 16px;"> |
| <span class="glyphicon glyphicon-home"></span> 返回首页 |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| </div> |
| {% endblock %} |
| {% block scripts %} |
| {{ super() }} |
| {% endblock %} |
|
|