From b1285f0398ac3219c5a8c9363768579e6c5f3738 Mon Sep 17 00:00:00 2001 From: tk Date: Tue, 25 Jun 2024 13:24:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=09=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Afix=20=E3=80=90=E4=B8=BB=09=E9=A2=98=E3=80=91=EF=BC=9A?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81=20?= =?UTF-8?q?=E3=80=90=E6=8F=8F=09=E8=BF=B0=E3=80=91=EF=BC=9A=20=09[?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0]=EF=BC=9A=E7=94=A8=E6=9D=A5=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E6=B5=8B=E8=AF=95=20=E7=BB=8F=E5=B8=B8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20=E5=9B=BA=E4=B8=8D=E6=8F=90=E4=BA=A4=20=09[?= =?UTF-8?q?=E8=BF=87=E7=A8=8B]=EF=BC=9A=20=09[=E5=BD=B1=E5=93=8D]=EF=BC=9A?= =?UTF-8?q?=20=E3=80=90=E7=BB=93=09=E6=9D=9F=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 --- .gitignore | 1 + FlyCube/Home/Common/index.html | 1 - FlyCube/Home/Conf/config.php | 4 ---- FlyCube/Home/Conf/index.html | 1 - FlyCube/Home/Controller/IndexController.class.php | 13 ------------- FlyCube/Home/Controller/index.html | 1 - FlyCube/Home/Model/index.html | 1 - FlyCube/Home/View/index.html | 1 - FlyCube/Home/View/index/index.html | 12 ------------ FlyCube/Home/index.html | 1 - 10 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 FlyCube/Home/Common/index.html delete mode 100644 FlyCube/Home/Conf/config.php delete mode 100644 FlyCube/Home/Conf/index.html delete mode 100644 FlyCube/Home/Controller/IndexController.class.php delete mode 100644 FlyCube/Home/Controller/index.html delete mode 100644 FlyCube/Home/Model/index.html delete mode 100644 FlyCube/Home/View/index.html delete mode 100644 FlyCube/Home/View/index/index.html delete mode 100644 FlyCube/Home/index.html diff --git a/.gitignore b/.gitignore index 3e5eb3c..ec35771 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # 忽略日志文件 *.log /FlyCube/Runtime +Home diff --git a/FlyCube/Home/Common/index.html b/FlyCube/Home/Common/index.html deleted file mode 100644 index 0519ecb..0000000 --- a/FlyCube/Home/Common/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/FlyCube/Home/Conf/config.php b/FlyCube/Home/Conf/config.php deleted file mode 100644 index cc42ec6..0000000 --- a/FlyCube/Home/Conf/config.php +++ /dev/null @@ -1,4 +0,0 @@ -'配置值' -); \ No newline at end of file diff --git a/FlyCube/Home/Conf/index.html b/FlyCube/Home/Conf/index.html deleted file mode 100644 index 0519ecb..0000000 --- a/FlyCube/Home/Conf/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/FlyCube/Home/Controller/IndexController.class.php b/FlyCube/Home/Controller/IndexController.class.php deleted file mode 100644 index 3508065..0000000 --- a/FlyCube/Home/Controller/IndexController.class.php +++ /dev/null @@ -1,13 +0,0 @@ -display(); - } -} diff --git a/FlyCube/Home/Controller/index.html b/FlyCube/Home/Controller/index.html deleted file mode 100644 index 0519ecb..0000000 --- a/FlyCube/Home/Controller/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/FlyCube/Home/Model/index.html b/FlyCube/Home/Model/index.html deleted file mode 100644 index 0519ecb..0000000 --- a/FlyCube/Home/Model/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/FlyCube/Home/View/index.html b/FlyCube/Home/View/index.html deleted file mode 100644 index 0519ecb..0000000 --- a/FlyCube/Home/View/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/FlyCube/Home/View/index/index.html b/FlyCube/Home/View/index/index.html deleted file mode 100644 index e76b5d9..0000000 --- a/FlyCube/Home/View/index/index.html +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - 飞行魔方 - - -
Hello World
- - \ No newline at end of file diff --git a/FlyCube/Home/index.html b/FlyCube/Home/index.html deleted file mode 100644 index 0519ecb..0000000 --- a/FlyCube/Home/index.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file