重构项目

This commit is contained in:
2026-02-28 12:07:17 +08:00
parent f3c1fc98f7
commit c5a2ac3e24
7 changed files with 40 additions and 21 deletions

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
#(name)
<hr>
#for(i : hobbies)
#(i)
#end
<hr>
#for(i : scores)
#(i)
#end
<hr>
#for(i : user)
#(i.key) #(i.value)
#end
</body>
</html>