diff --git a/example.dio b/example.dio deleted file mode 100644 index b84a244..0000000 --- a/example.dio +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/example.drawio.svg b/example.drawio.svg new file mode 100644 index 0000000..b07bd8c --- /dev/null +++ b/example.drawio.svg @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/index.md b/index.md index 87e0e31..4e4cf81 100644 --- a/index.md +++ b/index.md @@ -1 +1,11 @@ # 拼题平台使用说明 + +![example.drawio.svg](example.drawio.svg) + +```mermaid +graph TD; +A-->B; +A-->C; +B-->D; +C-->D; +``` diff --git a/拼题/拼题使用.pdf b/拼题/拼题使用.pdf new file mode 100644 index 0000000..eacbc53 Binary files /dev/null and b/拼题/拼题使用.pdf differ