From 9b1a03f7ad3dfbcfbf52e699756ddc5f86b18e88 Mon Sep 17 00:00:00 2001 From: ziqiang <1694392889@qq.com> Date: Tue, 2 Jul 2024 02:30:31 +0800 Subject: [PATCH] feat: image location --- README.md | 4 ++-- README_ZH.md | 4 ++-- {docs/images => images}/img.png | Bin {docs/images => images}/img_1.png | Bin {docs/images => images}/img_2.png | Bin 5 files changed, 4 insertions(+), 4 deletions(-) rename {docs/images => images}/img.png (100%) rename {docs/images => images}/img_1.png (100%) rename {docs/images => images}/img_2.png (100%) diff --git a/README.md b/README.md index a4f6e8b..3766f21 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [简体中文](./README_ZH.md) | English - + This project is inspired by [this project](https://github.com/mbg/maze), and I have implemented the maze in the web using Angular. The project allows you to control the maze direction by writing functions and generate mazes by creating your own 2D arrays. You can get a preview by clicking the links below. @@ -69,7 +69,7 @@ Note: url encoder Note that two consecutive underscores `__` will be replaced with a component parameter, as shown in the image below: - + ## Future Plans diff --git a/README_ZH.md b/README_ZH.md index 34984f6..5eaac2a 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -1,6 +1,6 @@ # awesome-maze - + 这个项目受到了[这个项目](https://github.com/mbg/maze)的启发,我用Angular在web端来实现迷宫。 该项目可以通过编写函数控制迷宫走向,还可以通过自己生成二维数组来生成迷宫。 @@ -69,7 +69,7 @@ https://advancedproductivity.github.io/awesome-maze/#/html?q=我已经碰壁__ 请注意,两个连续的下划线`__`会被替换成一个组件参数,如下图: - + ## 后续 diff --git a/docs/images/img.png b/images/img.png similarity index 100% rename from docs/images/img.png rename to images/img.png diff --git a/docs/images/img_1.png b/images/img_1.png similarity index 100% rename from docs/images/img_1.png rename to images/img_1.png diff --git a/docs/images/img_2.png b/images/img_2.png similarity index 100% rename from docs/images/img_2.png rename to images/img_2.png