Compare commits

...

4 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
66296eb7f0 继续研究 2026-02-27 20:17:03 +08:00
477fad4b5a 这是一个测试 2026-02-27 20:12:00 +08:00
2 changed files with 2 additions and 23 deletions

View File

@@ -2,5 +2,7 @@
jfinal-enjoy的 python3.9+ 实现 jfinal-enjoy的 python3.9+ 实现
研究中
mrzhou@miw.cn mrzhou@miw.cn
2026.2.26 2026.2.26

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