mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
add some notices to user panel
This commit is contained in:
parent
ced8e30797
commit
af90c653e9
@ -60,12 +60,24 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box box-default collapsed-box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">提示</h3>
|
||||
<div class="box-tools pull-right">
|
||||
<button class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-plus"></i></button>
|
||||
</div><!-- /.box-tools -->
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<p>你现在可以使用你所拥有的角色名来登录皮肤站啦~</p>
|
||||
</div><!-- /.box-body -->
|
||||
</div><!-- /.box -->
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="box">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title" style="width: 100%;">角色信息
|
||||
<small>(点击左侧角色名以查看预览)</small>
|
||||
<small>(点击角色名以查看预览)</small>
|
||||
<div class="operations">
|
||||
<i data-toggle="tooltip" data-placement="bottom" title="行走" class="fa fa-pause"></i>
|
||||
<i data-toggle="tooltip" data-placement="bottom" title="奔跑" class="fa fa-forward"></i>
|
||||
|
@ -19,6 +19,15 @@
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">更改头像?</h3>
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<p>请在衣柜中任意皮肤的右下角「<i class="fa fa-cog"></i>」处选择「设为头像」,将会自动截取该皮肤的头部作为头像哦~</p>
|
||||
</div><!-- /.box-body -->
|
||||
</div>
|
||||
|
||||
<div class="box box-warning">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">更改密码</h3>
|
||||
</div><!-- /.box-header -->
|
||||
@ -42,15 +51,6 @@
|
||||
<button onclick="changePassword()" class="btn btn-primary">修改密码</button>
|
||||
</div>
|
||||
</div><!-- /.box -->
|
||||
|
||||
<div class="box box-primary">
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">更改头像?</h3>
|
||||
</div><!-- /.box-header -->
|
||||
<div class="box-body">
|
||||
<p>请在衣柜中任意皮肤的右下角「更多」处选择「设为头像」,会自动截取该皮肤的头部作为头像哦~</p>
|
||||
</div><!-- /.box-body -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="box box-primary">
|
||||
|
Loading…
Reference in New Issue
Block a user