Skip to content

Commit 4dbe918

Browse files
committed
docs: 更新 README 文档
1 parent 6b4f0d1 commit 4dbe918

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.image/qrcode.jpg

-110 KB
Loading

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<img src="https://gitee.com/continew/continew-admin/badge/fork.svg?theme=white" alt="Gitee forks" />
2020
</a>
2121
<a href="https://github.com/Charles7c/continew-admin-ui" target="_blank">
22-
<img src="https://img.shields.io/badge/Vue-3.4.21-%236CB52D.svg" alt="Release" />
22+
<img src="https://img.shields.io/badge/Vue-3.5.4-%236CB52D.svg" alt="Release" />
2323
</a>
2424
<a href="https://github.com/Charles7c/continew-admin-ui" target="_blank">
25-
<img src="https://img.shields.io/badge/Arco Design Vue-2.55.0-%236CB52D.svg" alt="Release" />
25+
<img src="https://img.shields.io/badge/Arco Design Vue-2.56.0-%236CB52D.svg" alt="Release" />
2626
</a>
2727
<a href="https://github.com/Charles7c/continew-admin-ui" target="_blank">
2828
<img src="https://img.shields.io/badge/TypeScript-5.0.4-%236CB52D.svg" alt="Release" />
@@ -79,7 +79,7 @@ ContiNew Admin(Continue New Admin)持续迭代优化的前后端分离中后
7979
```java
8080
@Tag(name = "部门管理 API")
8181
@RestController
82-
@CrudRequestMapping(value = "/system/dept", api = {Api.TREE, Api.GET, Api.ADD, Api.UPDATE, Api.DELETE, Api.EXPORT})
82+
@CrudRequestMapping(value = "/system/dept", api = {Api.TREE, Api.DETAIL, Api.ADD, Api.UPDATE, Api.DELETE, Api.EXPORT})
8383
public class DeptController extends BaseController<DeptService, DeptResp, DeptDetailResp, DeptQuery, DeptReq> {}
8484
```
8585

@@ -352,22 +352,11 @@ ContiNew Admin 的分支目前分为下个大版本的开发分支和上个大
352352
353353
## 反馈交流
354354

355-
欢迎各位小伙伴儿扫描下方二维码加好友,备注 `cnadmin`,拉你进群,探讨技术、提提需求~
356-
357-
加入交流群后,你将会:
358-
359-
- 第一时间收到框架动态
360-
- 第一时间收到框架更新通知
361-
- 第一时间收到框架 Bug 通知
362-
- 和众多大佬互相 (huá shuǐ) 交流 (mō yú)
355+
欢迎各位小伙伴儿扫描下方二维码加入项目交流群,与项目维护团队及其他大佬用户实时交流讨论。
363356

364357
<div align="left">
365-
<img src=".image/qrcode.jpg" alt="二维码" width="230px" />
358+
<img src=".image/qrcode.jpg" alt="二维码" height="230px" />
366359
</div>
367-
<details>
368-
<summary>无加群意愿</summary>
369-
如无加群意愿,欢迎在 <a href="https://github.com/Charles7c/continew-admin-ui/issues" target="_blank">Issues</a> 中反馈交流~ 🍻
370-
</details>
371360

372361
## 鸣谢
373362

0 commit comments

Comments
 (0)