diff --git a/.gitignore b/.gitignore index 600d2d3..83c4619 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.vscode \ No newline at end of file +.vscode +__pycache__/ \ No newline at end of file diff --git a/README.md b/README.md index 8b4b43d..25af91e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ - 支持触屏/鼠标/键盘多操作模式 - 简洁直观的复习流程设计 +## 屏幕截图 +![scrshot2](readme_src/image_2.png) +![scrshot1](readme_src/image_1.png) + ## 技术架构 ``` mermaid diff --git a/__pycache__/auxiliary.cpython-313.pyc b/__pycache__/auxiliary.cpython-313.pyc deleted file mode 100644 index 8fbc6f5..0000000 Binary files a/__pycache__/auxiliary.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/particles.cpython-313.pyc b/__pycache__/particles.cpython-313.pyc deleted file mode 100644 index aedfaad..0000000 Binary files a/__pycache__/particles.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/reactor.cpython-313.pyc b/__pycache__/reactor.cpython-313.pyc deleted file mode 100644 index 6a7c399..0000000 Binary files a/__pycache__/reactor.cpython-313.pyc and /dev/null differ diff --git a/readme_src/image_1.png b/readme_src/image_1.png new file mode 100644 index 0000000..5f9bdf2 Binary files /dev/null and b/readme_src/image_1.png differ diff --git a/readme_src/image_2.png b/readme_src/image_2.png new file mode 100644 index 0000000..ffbc031 Binary files /dev/null and b/readme_src/image_2.png differ