From 368cc5bd834147d32919415d0022575d6f93a844 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Tue, 8 Apr 2025 16:17:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.md | 38 +++++++++++++++++++++------------- src/views/login/utils/index.ts | 2 +- 2 files changed, 25 insertions(+), 15 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 1aa2e20..e8fc207 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -8,6 +8,30 @@ **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) -**打包视频** - -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内容 diff --git a/src/views/login/utils/index.ts b/src/views/login/utils/index.ts index 4f26803..7a83cb0 100644 --- a/src/views/login/utils/index.ts +++ b/src/views/login/utils/index.ts @@ -1,3 +1,3 @@ -export * from './motion'; +export { default } from './motion'; export * from './rule'; export * from './hooks';