mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 21:22:33 +08:00
'admin-21.04.15:修改文案、链接等'
This commit is contained in:
parent
70f089acf7
commit
b1cf16aa8c
56
README.md
56
README.md
@ -10,11 +10,11 @@
|
|||||||
<a href="https://www.tslang.cn/" target="_blank">
|
<a href="https://www.tslang.cn/" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/typescript-%3E4.0.0-blue" alt="typescript">
|
<img src="https://img.shields.io/badge/typescript-%3E4.0.0-blue" alt="typescript">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://gitee.com/lyt-top/vue-next-admin/blob/master/LICENSE" target="_blank">
|
|
||||||
<img src="https://img.shields.io/badge/vite-%3E2.0.0-yellow" alt="license">
|
|
||||||
</a>
|
|
||||||
<a href="https://vitejs.dev/" target="_blank">
|
<a href="https://vitejs.dev/" target="_blank">
|
||||||
<img src="https://img.shields.io/badge/license-MIT-success" alt="vite">
|
<img src="https://img.shields.io/badge/vite-%3E2.0.0-yellow" alt="vite">
|
||||||
|
</a>
|
||||||
|
<a href="https://gitee.com/lyt-top/vue-next-admin/blob/master/LICENSE" target="_blank">
|
||||||
|
<img src="https://img.shields.io/badge/license-MIT-success" alt="license">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p> </p>
|
<p> </p>
|
||||||
@ -26,28 +26,20 @@
|
|||||||
|
|
||||||
#### 线上预览
|
#### 线上预览
|
||||||
|
|
||||||
###### vue3.x 版本
|
- vue3.x 版本预览(vue-next-admin) <a href="https://lyt-top.gitee.io/vue-next-admin-preview/#/login" target="_blank">https://lyt-top.gitee.io/vue-next-admin-preview/#/login</a>
|
||||||
|
- vue2.x 版本预览(vue-prev-admin)<a href="https://lyt-top.gitee.io/vue-prev-admin-preview/#/login" target="_blank">https://lyt-top.gitee.io/vue-prev-admin-preview/#/login</a>
|
||||||
- vue-next-admin 版本预览 <a href="https://lyt-top.gitee.io/vue-next-admin-preview/#/login" target="_blank">https://lyt-top.gitee.io/vue-next-admin-preview/#/login</a>
|
|
||||||
|
|
||||||
###### vue2.x 版本
|
|
||||||
|
|
||||||
- pro 版本预览 <a href="http://lyt-top.gitee.io/vue-admin-wonderful-preview" target="_blank">http://lyt-top.gitee.io/vue-admin-wonderful-preview</a>
|
|
||||||
- fashion 版本预览 <a href="http://lyt-top.gitee.io/vue-admin-wonderful-fashion-preview" target="_blank">http://lyt-top.gitee.io/vue-admin-wonderful-fashion-preview</a>
|
|
||||||
- classic 版本预览 <a href="http://lyt-top.gitee.io/vue-admin-wonderful-classic-preview" target="_blank">http://lyt-top.gitee.io/vue-admin-wonderful-classic-preview</a>
|
|
||||||
- elegant 版本预览 <a href="http://lyt-top.gitee.io/vue-admin-wonderful-elegant-preview" target="_blank">http://lyt-top.gitee.io/vue-admin-wonderful-elegant-preview</a>
|
|
||||||
- strange 版本预览 <a href="http://lyt-top.gitee.io/vue-admin-wonderful-strange-preview" target="_blank">http://lyt-top.gitee.io/vue-admin-wonderful-strange-preview</a>
|
|
||||||
|
|
||||||
#### 代码仓库
|
#### 代码仓库
|
||||||
|
|
||||||
- vue3.x 版本 <a href="https://gitee.com/lyt-top/vue-next-admin" target="_blank">https://gitee.com/lyt-top/vue-next-admin</a>
|
- vue3.x 版本 <a href="https://gitee.com/lyt-top/vue-next-admin" target="_blank">https://gitee.com/lyt-top/vue-next-admin</a>
|
||||||
- vue2.x 版本 <a href="https://gitee.com/lyt-top/vue-admin-wonderful" target="_blank">https://gitee.com/lyt-top/vue-admin-wonderful</a>
|
- vue2.x 版本 <a href="https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin" target="_blank">https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin</a>
|
||||||
|
|
||||||
#### 安装 cnpm
|
#### 安装 cnpm、yarn
|
||||||
|
|
||||||
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
|
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
|
||||||
|
- 复制代码(桌面 cmd 运行) `npm install -g yarn`
|
||||||
|
|
||||||
#### 使用说明(vue3.x 版本)
|
#### 使用说明
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 克隆项目
|
# 克隆项目
|
||||||
@ -66,28 +58,18 @@ cnpm run dev
|
|||||||
cnpm run build
|
cnpm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 使用说明(vue2.x 版本)
|
#### git 命令
|
||||||
|
|
||||||
```bash
|
- 在本地新建一个分支:`git branch newBranch`
|
||||||
# 克隆项目
|
- 切换到你的新分支:`git checkout newBranch`
|
||||||
git clone https://gitee.com/lyt-top/vue-admin-wonderful.git
|
- 将新分支发布在 github、gitee 上:`git push origin newBranch`
|
||||||
|
- 在本地删除一个分支:`git branch -d newBranch`
|
||||||
# 进入项目
|
- 在 github 远程端删除一个分支:`git push origin :newBranch (分支名前的冒号代表删除)`
|
||||||
cd vue-admin-wonderful
|
- 注意删除远程分支后,如果有对应的本地分支,本地分支并不会同步删除!
|
||||||
|
|
||||||
# 安装依赖
|
|
||||||
cnpm install
|
|
||||||
|
|
||||||
# 运行项目
|
|
||||||
cnpm run serve
|
|
||||||
|
|
||||||
# 打包发布
|
|
||||||
cnpm run build
|
|
||||||
```
|
|
||||||
|
|
||||||
#### 学习交流加 QQ 群
|
#### 学习交流加 QQ 群
|
||||||
|
|
||||||
- 加群下载基础模板、查看开发文档、<a href="https://lyt-top.gitee.io/vue-next-admin-preview/#/login" target="_blank">vue-next-admin</a> 开发文档正在编写中...
|
- 查看开发文档、<a href="https://lyt-top.gitee.io/vue-next-admin-preview/#/login" target="_blank">vue-next-admin</a> 开发文档正在编写中...
|
||||||
- 群号码:<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=RdUY97Vx0T0vZ_1OOu-X1yFNkWgDwbjC&jump_from=webapi">665452019</a>
|
- 群号码:<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=RdUY97Vx0T0vZ_1OOu-X1yFNkWgDwbjC&jump_from=webapi">665452019</a>
|
||||||
|
|
||||||
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=RdUY97Vx0T0vZ_1OOu-X1yFNkWgDwbjC&jump_from=webapi">
|
<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=RdUY97Vx0T0vZ_1OOu-X1yFNkWgDwbjC&jump_from=webapi">
|
||||||
@ -130,6 +112,4 @@ cnpm run build
|
|||||||
|
|
||||||
#### 其他事项
|
#### 其他事项
|
||||||
|
|
||||||
- <a href="https://lyt-top.gitee.io/vue-next-admin-preview/#/login" target="_blank">vue3.x vue-next-admin 版本</a>,基于 vue3.x + CompositionAPI + typescript + vite + element plus。
|
|
||||||
- <a href="http://lyt-top.gitee.io/vue-admin-wonderful-preview/#/login" target="_blank">vue2.x vue-prev-admin 版本</a>,基于 vue2.x + element ui。
|
|
||||||
- 喜欢用就帮忙 <a href="https://gitee.com/lyt-top/vue-next-admin" target="_blank">gitee star</a> 下,不喜欢用也没关系,出来打工、创业,大家都不容易,感谢大家的支持,谢谢!
|
- 喜欢用就帮忙 <a href="https://gitee.com/lyt-top/vue-next-admin" target="_blank">gitee star</a> 下,不喜欢用也没关系,出来打工、创业,大家都不容易,感谢大家的支持,谢谢!
|
||||||
|
@ -1,25 +1,30 @@
|
|||||||
// 消息通知
|
// 消息通知
|
||||||
export const newsInfoList: Array<object> = [
|
export const newsInfoList: Array<object> = [
|
||||||
{
|
{
|
||||||
title: '[发布] 2021年02月28日发布 vue3.x v1.0.0 版本',
|
title: '[发布] 2021年02月28日发布基于 vue3.x + vite v1.0.0 版本',
|
||||||
date: '02/28',
|
date: '02/28',
|
||||||
link: 'https://gitee.com/lyt-top/vue-next-admin',
|
link: 'https://gitee.com/lyt-top/vue-next-admin'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '[发布] 2020年11月15日发布 vue2.x v1.0.0 版本',
|
title: '[发布] 2021年04月15日发布 vue2.x + webpack 重构版本',
|
||||||
date: '11/15',
|
date: '04/15',
|
||||||
link: 'https://gitee.com/lyt-top/vue-admin-wonderful',
|
link: 'https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: '[重构] 2021年04月10日 重构 vue2.x + webpack v1.0.0 版本',
|
||||||
|
date: '04/10',
|
||||||
|
link: 'https://gitee.com/lyt-top/vue-next-admin/tree/vue-prev-admin/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '[预览] 2020年12月08日,基于 vue3.x 版本后台模板的预览',
|
title: '[预览] 2020年12月08日,基于 vue3.x 版本后台模板的预览',
|
||||||
date: '12/08',
|
date: '12/08',
|
||||||
link: 'http://lyt-top.gitee.io/vue-next-admin-preview',
|
link: 'http://lyt-top.gitee.io/vue-next-admin-preview/#/login'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '[预览] 2020年11月15日,基于 vue2.x 版本后台模板的预览',
|
title: '[预览] 2020年11月15日,基于 vue2.x 版本后台模板的预览',
|
||||||
date: '11/15',
|
date: '11/15',
|
||||||
link: 'http://lyt-top.gitee.io/vue-admin-wonderful-preview',
|
link: 'https://lyt-top.gitee.io/vue-prev-admin-preview/#/login'
|
||||||
},
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
// 营销推荐
|
// 营销推荐
|
||||||
@ -29,27 +34,27 @@ export const recommendList: Array<object> = [
|
|||||||
msg: '现金券、折扣券、营销必备',
|
msg: '现金券、折扣券、营销必备',
|
||||||
icon: 'el-icon-food',
|
icon: 'el-icon-food',
|
||||||
bg: '#48D18D',
|
bg: '#48D18D',
|
||||||
iconColor: '#64d89d',
|
iconColor: '#64d89d'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '多人拼团',
|
title: '多人拼团',
|
||||||
msg: '社交电商、开辟流量',
|
msg: '社交电商、开辟流量',
|
||||||
icon: 'el-icon-shopping-bag-1',
|
icon: 'el-icon-shopping-bag-1',
|
||||||
bg: '#F95959',
|
bg: '#F95959',
|
||||||
iconColor: '#F86C6B',
|
iconColor: '#F86C6B'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '分销中心',
|
title: '分销中心',
|
||||||
msg: '轻松招募分销员,成功推广奖励',
|
msg: '轻松招募分销员,成功推广奖励',
|
||||||
icon: 'el-icon-school',
|
icon: 'el-icon-school',
|
||||||
bg: '#8595F4',
|
bg: '#8595F4',
|
||||||
iconColor: '#92A1F4',
|
iconColor: '#92A1F4'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '秒杀',
|
title: '秒杀',
|
||||||
msg: '超低价抢购引导更多销量',
|
msg: '超低价抢购引导更多销量',
|
||||||
icon: 'el-icon-alarm-clock',
|
icon: 'el-icon-alarm-clock',
|
||||||
bg: '#FEBB50',
|
bg: '#FEBB50',
|
||||||
iconColor: '#FDC566',
|
iconColor: '#FDC566'
|
||||||
},
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user