feat(singer): 添加歌手类型相关功能

- 在 pom.xml 中添加 Hutool 工具库依赖
- 优化前端 Singer.vue 中的歌手数据处理逻辑
- 在后端 SingerServiceImpl 中添加默认歌手类型设置功能
This commit is contained in:
ikmkj
2025-08-10 19:36:38 +08:00
parent a36ef7a561
commit 1546cdb3c4
3 changed files with 16 additions and 1 deletions

View File

@@ -97,6 +97,13 @@
<artifactId>spring-boot-starter-websocket</artifactId>
</dependency>
<!-- Hutool工具库 -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.8.22</version>
</dependency>
<!-- 工具类 -->
<dependency>
<groupId>org.apache.commons</groupId>