Compare commits

...

2 Commits

Author SHA1 Message Date
2f20cc4d2e Merge pull request '删除测试生成的文件' (#1) from dev into main
Reviewed-on: #1
2026-02-27 20:37:09 +08:00
5559ff6cdf 删除测试生成的文件 2026-02-27 20:34:22 +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