feat: redesign demo pages v1

This commit is contained in:
chenkailing
2026-04-11 00:29:49 +08:00
parent c41c14bf3c
commit bd20546b6d
7 changed files with 1976 additions and 1033 deletions

View File

@@ -52,6 +52,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<!-- ========== 文档格式转换 ========== -->
<dependency>
@@ -366,4 +372,4 @@
</plugin>
</plugins>
</build>
</project>
</project>