aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-07-21 22:30:13 +0800
committer魏曹先生 <1992414357@qq.com>2026-07-21 22:30:13 +0800
commit82bef8f77701892bff9a9327ef46d41365b41acb (patch)
tree3ed949a77027b2d708954d080f0bef85e38128e1
parentf4732678f621aba71f635f9a1b3bafd3ce14a96a (diff)
feat: extract README from ANSI-DRAW.md and add license
-rw-r--r--ANSI-DRAW.md16
-rw-r--r--README.md19
2 files changed, 19 insertions, 16 deletions
diff --git a/ANSI-DRAW.md b/ANSI-DRAW.md
index 70a3246..8695754 100644
--- a/ANSI-DRAW.md
+++ b/ANSI-DRAW.md
@@ -2,22 +2,6 @@
一个基于终端的 ANSI 字符画编辑器。
-它:
-
-- 无限画布
-- 丰富的色彩操作
-- ~~具有挑战性、随机性的安装过程~~。
-
----
-
-## 安装方式
-
-0. 准备 `rust` 工具链(`cargo` + `rustc`)
-1. 将该仓库拉取到您的计算机
-2. 启动任意 AIAgent,让其完成
-
----
-
## For LLMs
你现在要实现一个名为 `ANSI-DRAW` 的 `rust` TUI 程序。用户 **全程不会** 参与代码的 Review 环节,只参与验收。请独自完成全部。
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4943770
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# ANSI-DRAW.md
+
+一个基于终端的 ANSI 字符画编辑器。
+
+**它拥有:**
+
+- 无限画布
+- 丰富的色彩操作
+- ~~具有挑战性、随机性的安装过程~~。
+
+## 安装方式
+
+0. 准备 `rust` 工具链(`cargo` + `rustc`)
+1. 将该仓库拉取到您的计算机
+2. 启动任意 AIAgent,让其完成
+
+## License
+
+WTFPL.