Skip to content

Commit c09ea16

Browse files
committed
update
1 parent 47bcb8d commit c09ea16

File tree

1 file changed

+12
-27
lines changed

1 file changed

+12
-27
lines changed

README.md

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -15,37 +15,22 @@ MPBS(My Personal Blog Site)是一个基于 Java + Gradle 构建的多模块
1515

1616
## 🏗️ 项目结构
1717

18-
| 模块名 | 说明 |
19-
| ------------- | ---------------------- |
20-
| `mpbs-app` | 应用层,启动入口 |
21-
| `mpbs-auth` | 认证与授权模块 |
22-
| `mpbs-blog` | 博客内容管理模块 |
23-
| `mpbs-common` | 公共工具与基础模块 |
24-
| `mpbs-files` | 文件上传与管理模块 |
25-
| `mpbs-security` | 安全相关配置 |
26-
| `mpbs-user` | 用户管理模块 |
27-
| `web` | 前端界面(Vue 3) |
28-
18+
| 模块名 | 说明 |
19+
|-----------------|-------------|
20+
| `mpbs-app` | 应用层,启动入口 |
21+
| `mpbs-auth` | 认证与授权模块 |
22+
| `mpbs-blog` | 博客内容管理模块 |
23+
| `mpbs-gather` | 笔记&合集模块 |
24+
| `mpbs-common` | 公共工具与基础模块 |
25+
| `mpbs-files` | 文件上传与管理模块 |
26+
| `mpbs-security` | 安全相关配置 |
27+
| `mpbs-user` | 用户管理模块 |
28+
| `web` | 前端界面(Vue 3) |
2929
---
3030

3131
## 🖼️ 界面预览
3232

33-
1.管理面板
34-
35-
![云盘](/web/public/1-1.png)
36-
![用户管理](/web/public/1-2.png)
37-
![Blog管理](/web/public/1-3.png)
38-
![媒体管理](/web/public/1-4.png)
39-
![发表Blog](/web/public/1-5.png)
40-
![个人中心](/web/public/2-4.png)
41-
42-
2.游客面板
43-
![首页](/web/public/2-1.png)
44-
![Blog](/web/public/2-2.png)
45-
![关于&联系](/web/public/2-3.png)
46-
47-
3.日志查询
48-
![日志查询](/web/public/3-1.png)
33+
**[演示网站](http://mpbs.tech)**
4934

5035
## 🧰 技术栈
5136

0 commit comments

Comments
 (0)