删除测试生成的文件

This commit is contained in:
2026-02-27 20:34:22 +08:00
parent 66296eb7f0
commit 5559ff6cdf

View File

@@ -1,23 +0,0 @@
Hello, #(name.join("====="))!
#for(item in items)
<tr>
<td>#(for.index):::#(item.id)</td>
<td>#(item.title)</td>
<td>#(item.author)</td>
<td>#(item.tags | join(", "))</td>
<td>#(item.create_time)</td>
<td>
</td>
</tr>
#end