【新增】新增显示教程详情
Some checks failed
CI Build and Test / build (pull_request) Has been cancelled

This commit is contained in:
2025-10-30 09:36:39 +08:00
parent 8aa6fc0abf
commit e8dc76ef82
2 changed files with 32 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="zh-CN" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title th:text="${tutorial?.tutorialTitle}"></title>
</head>
<body>
</body>
</html>