Complete docs
This commit is contained in:
parent
de0b06b23c
commit
a0c404a309
10
README.md
10
README.md
@ -11,6 +11,16 @@
|
|||||||
## 🏄 在线体验与文档地址
|
## 🏄 在线体验与文档地址
|
||||||
|
|
||||||
- **在线体验**:项目已经部署到<u>腾讯云</u>服务器,各位小伙伴们可直接线上体验:[http://1.15.127.74/](http://1.15.127.74/)
|
- **在线体验**:项目已经部署到<u>腾讯云</u>服务器,各位小伙伴们可直接线上体验:[http://1.15.127.74/](http://1.15.127.74/)
|
||||||
|
|
||||||
|
已内置三种不同身份的用户:
|
||||||
|
|
||||||
|
| | username | password | 特殊权限 |
|
||||||
|
| :------: | :------: | :------: | :----------------: |
|
||||||
|
| 管理员 | admin | admin | 数据统计、删除帖子 |
|
||||||
|
| 版主 | master | master | 置顶帖子、加精帖子 |
|
||||||
|
| 普通用户 | user | user | |
|
||||||
|
|
||||||
|
|
||||||
- **文档地址**:文档通过 <u>Docsify + Gitee Pages</u> 生成,在线访问地址:[https://veal98.gitee.io/echo](https://veal98.gitee.io/echo)
|
- **文档地址**:文档通过 <u>Docsify + Gitee Pages</u> 生成,在线访问地址:[https://veal98.gitee.io/echo](https://veal98.gitee.io/echo)
|
||||||
|
|
||||||
## 💻 核心技术栈
|
## 💻 核心技术栈
|
||||||
|
@ -8,9 +8,24 @@
|
|||||||
- 了解一个真实的 Web 项目从开发到部署的整个流程(本项目配套有大量图例和详细教程,以帮助小伙伴快速上手)
|
- 了解一个真实的 Web 项目从开发到部署的整个流程(本项目配套有大量图例和详细教程,以帮助小伙伴快速上手)
|
||||||
- 掌握本项目中涉及的核心技术点以及常见面试题和解析
|
- 掌握本项目中涉及的核心技术点以及常见面试题和解析
|
||||||
|
|
||||||
|
项目托管在 Gitee 和 Github:
|
||||||
|
|
||||||
|
- Gitee:[https://gitee.com/veal98/Echo](https://gitee.com/veal98/Echo)
|
||||||
|
- Github:[https://github.com/Veal98/Echo](https://github.com/Veal98/Echo)
|
||||||
|
|
||||||
## 🏄 在线体验与文档地址
|
## 🏄 在线体验与文档地址
|
||||||
|
|
||||||
- **在线体验**:项目已经部署到<u>腾讯云</u>服务器,各位小伙伴们可直接线上体验:[http://1.15.127.74/](http://1.15.127.74/)
|
- **在线体验**:项目已经部署到<u>腾讯云</u>服务器,各位小伙伴们可直接线上体验:[http://1.15.127.74/](http://1.15.127.74/)
|
||||||
|
|
||||||
|
已内置三种不同身份的用户:
|
||||||
|
|
||||||
|
| | username | password | 特殊权限 |
|
||||||
|
| :------: | :------: | :------: | :----------------: |
|
||||||
|
| 管理员 | admin | admin | 数据统计、删除帖子 |
|
||||||
|
| 版主 | master | master | 置顶帖子、加精帖子 |
|
||||||
|
| 普通用户 | user | user | |
|
||||||
|
|
||||||
|
|
||||||
- **文档地址**:文档通过 <u>Docsify + Gitee Pages</u> 生成,在线访问地址:[https://veal98.gitee.io/echo](https://veal98.gitee.io/echo)
|
- **文档地址**:文档通过 <u>Docsify + Gitee Pages</u> 生成,在线访问地址:[https://veal98.gitee.io/echo](https://veal98.gitee.io/echo)
|
||||||
|
|
||||||
## 💻 核心技术栈
|
## 💻 核心技术栈
|
||||||
|
@ -9,4 +9,5 @@
|
|||||||
- 配套友好教程, 带领读者从零开始实现本项目
|
- 配套友好教程, 带领读者从零开始实现本项目
|
||||||
|
|
||||||
[GitHub](https://github.com/Veal98/Echo)
|
[GitHub](https://github.com/Veal98/Echo)
|
||||||
|
[Gitee](https://gitee.com/veal98/Echo)
|
||||||
[Get Started](#echo-开源社区系统)
|
[Get Started](#echo-开源社区系统)
|
@ -21,7 +21,7 @@
|
|||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: '💬 Echo',
|
name: '💬 Echo',
|
||||||
repo: 'https://github.com/Veal98/Echo',
|
repo: '',
|
||||||
coverpage: true,
|
coverpage: true,
|
||||||
themeColor: 'rgb(119, 84, 223)',
|
themeColor: 'rgb(119, 84, 223)',
|
||||||
loadNavbar: true,
|
loadNavbar: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user