diff --git a/README.md b/README.md index 34a84e2..f6afb22 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # lqycms 基于laravel框架的开源cms管理系统,git clone https://github.com/Fanli2012/lqycms.git -![alt text](/public/images/screenshots.png "网站截图") -![alt text](/public/images/wscscreenshots.png "微商城截图") +PC端 +![alt text](/public/images/screenshots.jpg "网站截图") + +WAP端 ![alt text](/public/images/wapscreenshots.png "手机站截图") +微商城 +![alt text](/public/images/wscscreenshots.jpg "微商城截图") +![alt text](/public/images/wscmyscreenshots.png "微商城个人中心截图") + # 说明 @@ -32,6 +38,29 @@ 11) 系统参数配置 12) 微信自定义菜单 +7、前台功能 + +PC端 +1) 公司介绍 +2) 产品中心 +3) 新闻动态 +4) 联系我们 +5) 友情链接 + +微商城 +1) 首页 +2) 产品列表 +3) 产品详情 +4) 购物车 +5) 个人中心 +6) 我的收藏 +7) 我的订单 +8) 资金管理 +9) 优惠券 +10) 地址管理 +11) 浏览记录 +12) 文章资讯 + # 安装 @@ -54,4 +83,4 @@ php artisan key:generate # 注意 只能放在根目录 -如果要开启调试模式,请修改 .env 文件, APP_ENV=local 和 APP_DEBUG=true 。 \ No newline at end of file +如果要开启调试模式,请修改 .env 文件, APP_ENV=local 和 APP_DEBUG=true 。 diff --git a/public/images/screenshots.jpg b/public/images/screenshots.jpg new file mode 100644 index 0000000..b5ce92c Binary files /dev/null and b/public/images/screenshots.jpg differ diff --git a/public/images/screenshots.png b/public/images/screenshots.png deleted file mode 100644 index 35113c9..0000000 Binary files a/public/images/screenshots.png and /dev/null differ diff --git a/public/images/wscmyscreenshots.png b/public/images/wscmyscreenshots.png new file mode 100644 index 0000000..1db54fb Binary files /dev/null and b/public/images/wscmyscreenshots.png differ diff --git a/public/images/wscscreenshots.jpg b/public/images/wscscreenshots.jpg new file mode 100644 index 0000000..2367800 Binary files /dev/null and b/public/images/wscscreenshots.jpg differ diff --git a/public/images/wscscreenshots.png b/public/images/wscscreenshots.png deleted file mode 100644 index 51d2d8d..0000000 Binary files a/public/images/wscscreenshots.png and /dev/null differ