【改进】完善教程详情页

This commit is contained in:
2025-11-04 10:47:29 +08:00
parent 5e0773a59f
commit f27b57ec8b

View File

@@ -5,6 +5,6 @@
<title th:text="${tutorial?.tutorialTitle}"></title> <title th:text="${tutorial?.tutorialTitle}"></title>
</head> </head>
<body> <body>
<div th:utext="${tutorial.content}"></div>
</body> </body>
</html> </html>