MetaCraft/prompts/example.md

19 lines
590 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 示例任务:创建一个简单的欢迎脚本
<!-- target: create-welcome-script -->
<!-- priority: low -->
## 描述
请创建一个Node.js脚本文件名为 `welcome.js`,位于项目根目录。该脚本应输出一条欢迎信息,包含当前日期和时间。
## 要求
1. 使用 `console.log` 输出。
2. 日期格式YYYY-MM-DD HH:mm:ss。
3. 信息内容:"Welcome to MetaCraft! Current time: {时间}"。
## 上下文
当前项目结构:
- 这是一个Node.js项目已安装 `fs-extra` 等依赖。
## 输出
请提供完整的 `welcome.js` 文件内容。