## 使用范圍
> apps/user/theme/模板主題/center/index.tpl
## 普通標簽
{$user.user_id} 用戶ID
{$user.user_name} 用戶名稱
{$user.user_nice_name}用戶呢稱
{$user.user_email} 用戶郵箱
{$user.user_mobile} 用戶手機號
{$user.user_token} 用戶的令牌
{$user.user_status} 用戶的狀態
{$user.user_status_text} 用戶的狀態(中文)
{$user.user_capabilities} 用戶組(數組)
{$user.user_score} 用戶積分
{$user.user_create_time} 注冊時間
{$user.user_update_time} 上次登錄時間
{$user.user_create_ip} 注冊IP
{$user.user_update_ip} 上次登錄IP
{$user.user_hits} 用戶點擊值
{$user.user_views} 用戶人氣值
{$user.user_token} 用戶API操作口令
{$user.user_expire} 口令過期時間
{$user.user_*****} 其它自定義的擴展字段