删除测试生成的文件 #1

Merged
mrzhou merged 1 commits from dev into main 2026-02-27 20:37:09 +08:00
Showing only changes of commit 5559ff6cdf - Show all commits

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