Skip to content

Commit

Permalink
ADD: 更新系统截图
Browse files Browse the repository at this point in the history
  • Loading branch information
shirne committed Sep 5, 2019
1 parent 4438eb6 commit 8d3890e
Show file tree
Hide file tree
Showing 24 changed files with 31 additions and 23 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,22 @@ xxx.test.com 为本地测试目录,配置方法:
|![登录](screenshot/login.jpg "登录")|![主面板](screenshot/dashboard.jpg "主面板")|
|分类管理|添加分类|
|![分类管理](screenshot/category.jpg "分类管理")|![添加分类](screenshot/category-add.jpg "添加分类")|
|发布文章|发布商品|
|![发布文章](screenshot/article-add.jpg "发布文章")|![发布商品](screenshot/product-add.jpg "发布商品")|
|发布商品|订单统计|
|![发布商品](screenshot/product-add2.jpg "发布商品")|![订单统计](screenshot/order-static.jpg "订单统计")|
|广告管理|系统设置|
|![广告管理](screenshot/ad.jpg "广告管理")|![系统设置](screenshot/setting.jpg "系统设置")|
|会员组|微信菜单|
|![会员组](screenshot/user-level.jpg "会员组")|![微信菜单](screenshot/wechat-menu.jpg "微信菜单")|
|发布文章|发布单页|
|![发布文章](screenshot/article-add.jpg "发布文章")|![单页](screenshot/single.jpg "发布单页")|
|发布商品|发布商品|
|![发布商品](screenshot/product-add.jpg "发布商品")|![发布商品](screenshot/product-add2.jpg "发布商品")|
|运费模板|订单统计|
|![运费模板](screenshot/postage.jpg "运费模板")|![订单统计](screenshot/order-static.jpg "订单统计")|
|系统设置|优惠券|
|![系统设置](screenshot/setting.jpg "系统设置")|![优惠券](screenshot/coupon.jpg "优惠券")|
|会员设置|签到设置|
|![会员设置](screenshot/setting-member.jpg "会员设置")|![签到设置](screenshot/setting-sign.jpg "签到设置")|
|会员组|会员管理|
|![会员组](screenshot/user-level.jpg "会员组")|![会员管理](screenshot/user.jpg "会员管理")|
|微信设置|微信菜单|
|![微信设置](screenshot/wechat-setting.jpg "微信设置")|![微信菜单](screenshot/wechat-menu.jpg "微信菜单")|
|广告位|发布广告|
|![广告位](screenshot/ad-group.jpg "广告位")|![发布广告](screenshot/ad-detail.jpg "发布广告")|

## 联系我
欢迎技术探讨,部署安装及定制开发收费
Expand Down
24 changes: 12 additions & 12 deletions htdocs/application/admin/view/index/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<div class="card border-info">
<div class="card-body">
<div class="row">
<div class="col-6">
<div class="col flex-grow-0">
<i class="ion-md-chatbubbles ion-5x"></i>
</div>
<div class="col-6 text-right">
<p class="announcement-heading">{$stat.feedback}</p>
<div class="col text-right">
<p class="announcement-heading text-nowrap">{$stat.feedback}</p>
<p class="announcement-text">留言</p>
</div>
</div>
Expand All @@ -38,11 +38,11 @@
<div class="card border-info">
<div class="card-body">
<div class="row">
<div class="col-6">
<div class="col flex-grow-0">
<i class="ion-md-people ion-5x"></i>
</div>
<div class="col-6 text-right">
<p class="announcement-heading">{$stat.member}</p>
<div class="col text-right">
<p class="announcement-heading text-nowrap">{$stat.member}</p>
<p class="announcement-text">会员</p>
</div>
</div>
Expand All @@ -59,11 +59,11 @@
<div class="card border-info">
<div class="card-body">
<div class="row">
<div class="col-6">
<div class="col flex-grow-0">
<i class="ion-md-create ion-5x"></i>
</div>
<div class="col-6 text-right">
<p class="announcement-heading">{$stat.article}</p>
<div class="col text-right">
<p class="announcement-heading text-nowrap">{$stat.article}</p>
<p class="announcement-text">文章</p>
</div>
</div>
Expand All @@ -80,11 +80,11 @@
<div class="card border-info">
<div class="card-body">
<div class="row">
<div class="col-6">
<div class="col flex-grow-0">
<i class="ion-md-link ion-5x"></i>
</div>
<div class="col-6 text-right">
<p class="announcement-heading">{$stat.links}</p>
<div class="col text-right">
<p class="announcement-heading text-nowrap">{$stat.links}</p>
<p class="announcement-text">链接</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion htdocs/application/admin/view/member_level/update.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<include file="public/bread" menu="member_level_index" title="会员组配置"/>

<div id="page-wrapper">
<div class="page-header">添加等级</div>
<div class="page-header">{$model['level_id']>0?'编辑':'添加'}等级</div>
<div class="page-content">
<form method="post">
<div class="row">
Expand Down
4 changes: 2 additions & 2 deletions htdocs/application/admin/view/order_statics/index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
</form>
</div>
<div class="row">
<div class="chart-box col">
<div class="chart-box col col-lg-8">
<canvas id="myChart" width="800" height="400"></canvas>
</div>
<div class="table-box col-4">
<div class="table-box col col-lg-4">
<table class="table table-hover table-striped">
<thead>
<tr>
Expand Down
Binary file added screenshot/ad-detail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/ad-group.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/ad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/article-add.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/category-add.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/category.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/coupon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/dashboard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/login.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/order-static.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/postage.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/product-add.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/product-add2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/setting-member.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/setting-sign.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/setting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/single.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot/user-level.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/user.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot/wechat-setting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d3890e

Please sign in to comment.