From 1bacc014b573d02189a4c4c902715dfb41d17d35 Mon Sep 17 00:00:00 2001 From: skimrme Date: Sat, 5 Jul 2025 03:29:21 +0800 Subject: [PATCH] dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2025.7.5-1 修改: 1.导航栏的显示问题 2.著作所有的显示层 新计划: 1.完善video页面 2.恢复公网访问 署名: SkimrMe_ --- public/about/index.php | 4 ++ public/bbs/index.php | 7 +-- public/index.php | 7 +-- public/navbar/footer.html | 16 ++++++- public/video/anonymous/index.php | 4 ++ public/video/index.php | 43 ++++------------- public/video/index.php.php | 82 ++++++++++++++++++++++++++++++++ 7 files changed, 121 insertions(+), 42 deletions(-) mode change 100755 => 100644 public/video/index.php create mode 100755 public/video/index.php.php diff --git a/public/about/index.php b/public/about/index.php index 9442463..55c38c5 100755 --- a/public/about/index.php +++ b/public/about/index.php @@ -48,6 +48,10 @@ 哈哈哈哈、真是没想到 +
diff --git a/public/bbs/index.php b/public/bbs/index.php index a66ef92..5d5429a 100755 --- a/public/bbs/index.php +++ b/public/bbs/index.php @@ -72,6 +72,10 @@ } ?>
+
@@ -81,7 +85,4 @@ - diff --git a/public/index.php b/public/index.php index b54ffd1..2f2cbed 100755 --- a/public/index.php +++ b/public/index.php @@ -48,6 +48,10 @@ 感谢各位,考古学家们的挖掘于奉献
+
@@ -58,7 +62,4 @@ - \ No newline at end of file diff --git a/public/navbar/footer.html b/public/navbar/footer.html index 68ffc9e..7801790 100755 --- a/public/navbar/footer.html +++ b/public/navbar/footer.html @@ -1,4 +1,16 @@
- Copyright ©2025 open-green-dam-project -
\ No newline at end of file + + + + + \ No newline at end of file diff --git a/public/video/anonymous/index.php b/public/video/anonymous/index.php index 7549090..daeca58 100644 --- a/public/video/anonymous/index.php +++ b/public/video/anonymous/index.php @@ -24,6 +24,10 @@ +
图片来源樱花二次元图片API diff --git a/public/video/index.php b/public/video/index.php old mode 100755 new mode 100644 index dbe0797..b699629 --- a/public/video/index.php +++ b/public/video/index.php @@ -34,39 +34,17 @@
- close(); - } catch (Exception $e) { - // 捕获异常并输出错误信息 - echo "连接失败: " . $e->getMessage(); - } - ?> - 更多视频/视频上传 - -
-
- -
- -
- - - +
+

视频列表:

+
+ +
+
@@ -76,7 +54,4 @@ - \ No newline at end of file diff --git a/public/video/index.php.php b/public/video/index.php.php new file mode 100755 index 0000000..dbe0797 --- /dev/null +++ b/public/video/index.php.php @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+
+
+ close(); + } catch (Exception $e) { + // 捕获异常并输出错误信息 + echo "连接失败: " . $e->getMessage(); + } + ?> + 更多视频/视频上传 + +
+
+ +
+ +
+ + + +
+
+
+ +
+ 图片来源樱花二次元图片API +
+ + + + + + \ No newline at end of file