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