第一版

This commit is contained in:
yinsx
2025-12-16 16:21:26 +08:00
parent 0c73ef2547
commit 8ba7e635f5
15 changed files with 1006 additions and 30 deletions

7
test-poem.js Normal file
View File

@ -0,0 +1,7 @@
import { showPoem, defaultPoem } from "./lib/poem.js";
// 使用默认古诗
showPoem(defaultPoem);
// 自定义古诗
// showPoem(["床前明月光", "疑是地上霜", "举头望明月", "低头思故乡"]);