docs: 文档更新

This commit is contained in:
bunny 2025-04-08 16:17:11 +08:00
parent 8e8eee4780
commit 0a22864446
1 changed files with 28 additions and 18 deletions

View File

@ -8,6 +8,30 @@
**Pure-admin文档**https://pure-admin.github.io/pure-admin-doc **Pure-admin文档**https://pure-admin.github.io/pure-admin-doc
## 视频和地址
**介绍视频视频**
[环境搭建](https://www.bilibili.com/video/BV17odHY6E3S/?spm_id_from=333.1387.homepage.video_card.click&vd_source=d42b5b664efb958be39eef8ee1196a7e)
[运行项目](https://www.bilibili.com/video/BV1qodHYzErA/?spm_id_from=333.1387.homepage.video_card.click&vd_source=d42b5b664efb958be39eef8ee1196a7e)
[前端部署](https://www.bilibili.com/video/BV1BddHYgEPq/?spm_id_from=333.1387.homepage.video_card.click&vd_source=d42b5b664efb958be39eef8ee1196a7e)
[后端部署](https://www.bilibili.com/video/BV1BddHYgEFt/?spm_id_from=333.1387.homepage.video_card.click&vd_source=d42b5b664efb958be39eef8ee1196a7e)
[Bunny v0.0.1 代码生成器](https://www.bilibili.com/video/BV1qddHYgErv/?spm_id_from=333.1387.homepage.video_card.click)
**Github地址**
- 权限后端https://github.com/BunnyMaster/bunny-admin-server
- 权限前端https://github.com/BunnyMaster/bunny-admin-web
- 代码生成器前端https://github.com/BunnyMaster/generator-code-web
- 代码生成器后端https://github.com/BunnyMaster/generator-code-server
**`Gitee`地址**
- 权限后端https://gitee.com/BunnyBoss/bunny-admin-server
- 权限前端https://gitee.com/BunnyBoss/bunny-admin-web
- 代码生成器前端https://gitee.com/BunnyBoss/generator-code-web
- 代码生成器后端https://gitee.com/BunnyBoss/generator-code-server
# 项目预览 # 项目预览
**线上地址** **线上地址**
@ -24,20 +48,6 @@
> >
> ![image-20250108225915189](http://129.211.31.58:9000/docs/image-20250108225915189.png) > ![image-20250108225915189](http://129.211.31.58:9000/docs/image-20250108225915189.png)
**打包视频**
https://www.bilibili.com/video/BV1AYm8YSEKY/
**Github地址**
- [前端地址](https://github.com/BunnyMaster/bunny-admin-web.git)
- [后端地址](https://github.com/BunnyMaster/bunny-admin-server)
**`Gitee`地址**
- [前端地址](https://gitee.com/BunnyBoss/bunny-admin-web)
- [后端地址](https://gitee.com/BunnyBoss/bunny-admin-server)
## 环境搭建 ## 环境搭建
### 安装docker内容 ### 安装docker内容
@ -106,7 +116,7 @@ exit
> ```json > ```json
> # 创建目录 > # 创建目录
> sudo mkdir -p /etc/docker > sudo mkdir -p /etc/docker
> >
> # 写入配置文件 > # 写入配置文件
> sudo tee /etc/docker/daemon.json <<-'EOF' > sudo tee /etc/docker/daemon.json <<-'EOF'
> { > {
@ -117,7 +127,7 @@ exit
> ] > ]
> } > }
> EOF > EOF
> >
> # 重启docker服务 > # 重启docker服务
> sudo systemctl daemon-reload && sudo systemctl restart docker > sudo systemctl daemon-reload && sudo systemctl restart docker
> ``` > ```
@ -342,8 +352,8 @@ swagger接口地址http://localhost:7070/swagger-ui/index.html
3. 可以点击已读和全部进行筛选消息 3. 可以点击已读和全部进行筛选消息
3. 可以根据标题进行搜搜 4. 可以根据标题进行搜搜
4. 包含分页 5. 包含分页
#### 实现思路 #### 实现思路