Files
yinx-cli/test-poem.js
2025-12-16 16:21:26 +08:00

8 lines
212 B
JavaScript

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