From 66aeebd7dded8c8aa99fdb63227484c5c1a6f493 Mon Sep 17 00:00:00 2001 From: manghe Date: Tue, 8 Apr 2025 07:50:28 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - app/admin/view/Reward/index.html | 200 ++++++++++++++++++ app/admin/view/SignConfig/index.html | 263 ++++++++++++++++++++++++ app/admin/view/welfare_house/index.html | 206 +++++++++++++++++++ index.html | 39 ++++ 5 files changed, 708 insertions(+), 1 deletion(-) create mode 100644 app/admin/view/Reward/index.html create mode 100644 app/admin/view/SignConfig/index.html create mode 100644 app/admin/view/welfare_house/index.html create mode 100755 index.html diff --git a/.gitignore b/.gitignore index 126a559..92b5616 100755 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ runtime/* .htaccess vendor/* 404.html -index.html public/.well-known/* \ No newline at end of file diff --git a/app/admin/view/Reward/index.html b/app/admin/view/Reward/index.html new file mode 100644 index 0000000..70fad79 --- /dev/null +++ b/app/admin/view/Reward/index.html @@ -0,0 +1,200 @@ +{include file="Public/meta" /} +奖励列表 + + +
+
+
奖励列表
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+
+
+
+
+
+ + + + + + + + + + + {include file="Public/footer" /} + + + + \ No newline at end of file diff --git a/app/admin/view/SignConfig/index.html b/app/admin/view/SignConfig/index.html new file mode 100644 index 0000000..caaeb42 --- /dev/null +++ b/app/admin/view/SignConfig/index.html @@ -0,0 +1,263 @@ +{include file="Public:header2"/} +
+
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+
+ +
+
+
+
+ + + + + + + + + + +{include file="Public/footer" /} + + \ No newline at end of file diff --git a/app/admin/view/welfare_house/index.html b/app/admin/view/welfare_house/index.html new file mode 100644 index 0000000..0c20fc9 --- /dev/null +++ b/app/admin/view/welfare_house/index.html @@ -0,0 +1,206 @@ +{include file="Public:header2"/} + +
+
+
+
+ +
+
+ 添加 +
+
+
+
+
+
+
+ + + + + + + + + + +{include file="Public:footer"/} + diff --git a/index.html b/index.html new file mode 100755 index 0000000..86aeca2 --- /dev/null +++ b/index.html @@ -0,0 +1,39 @@ + + + + + 恭喜,站点创建成功! + + + +
+

恭喜, 站点创建成功!

+

这是默认index.html,本页面由系统自动生成

+ +
+ + \ No newline at end of file