Merge pull request '删除测试生成的文件' (#1) from dev into main

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-02-27 20:37:09 +08:00

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