diff --git a/views/user/info.php b/views/user/info.php index 13d489d..29dfb57 100644 --- a/views/user/info.php +++ b/views/user/info.php @@ -14,6 +14,7 @@ /* @var $is_otp_enabled bool */ use app\assets\FontAwesomeAsset; +use app\assets\SimpleWebAuthnBrowser; use app\models\User; use app\utils\FileSizeHelper; use app\utils\IPLocation; @@ -33,6 +34,7 @@ use yii\web\View; $this->title = '个人设置'; FontAwesomeAsset::register($this); JqueryAsset::register($this); +SimpleWebAuthnBrowser::register($this); $this->registerCssFile('@web/css/user-info.css'); $details = IPLocation::getDetails($model->last_login_ip); // IP LOCATION @@ -67,63 +69,63 @@ $user = new User(); $darkMode = Yii::$app->user->identity->dark_mode; ?> -
- = Html::encode($model->name . '(' . $model->username. ')') ?> - -
-= Html::encode($model->email) ?>
-- role == 'user') { - echo '普通用户'; - } elseif ($model->role == 'admin') { - echo '管理员'; - } else { - echo Html::encode($model->role); - } - ?> -
-上次登录时间
-= Html::encode($model->last_login . ' (CST)') ?>
-+ = Html::encode($model->name . '(' . $model->username . ')') ?> + +
+= Html::encode($model->email) ?>
++ role == 'user') { + echo '普通用户'; + } elseif ($model->role == 'admin') { + echo '管理员'; + } else { + echo Html::encode($model->role); + } + ?> +
+上次登录时间
+= Html::encode($model->last_login . ' (CST)') ?>
上次登录IP
-- = Html::encode($model->last_login_ip) ?> - = Html::encode(($details === null) ? '' : '(' . ($details->bogon ? ('Bogon IP') : ($details->city . ', ' . $details->country)) . ')') ?> -
-上次登录IP
++ = Html::encode($model->last_login_ip) ?> + = Html::encode(($details === null) ? '' : '(' . ($details->bogon ? ('Bogon IP') : ($details->city . ', ' . $details->country)) . ')') ?> +
当前已使用容量
- = $totalUsed_F ?> + + +当前已使用容量
+ = $totalUsed_F ?> - / = $storageLimit_F ?> + / = $storageLimit_F ?> += $totalUsedPercent ?>% 已用
+= $totalUsedPercent ?>% 已用
-使用除您密码之外的第二种方法来增强您账号的安全性。
-使用除您密码之外的第二种方法来增强您账号的安全性。
+这个操作不支持撤回,请谨慎操作。
- +这个操作不支持撤回,请谨慎操作。
+使用兼容TOTP的应用程序扫描左侧二维码以添加二步验证
-推荐以下二步验证器::
-使用兼容TOTP的应用程序扫描左侧二维码以添加二步验证
+推荐以下二步验证器::
+