Compare commits

...

5 Commits

Author SHA1 Message Date
skimrme
84053095b4 dev
修改网页图标小问题

2025.6.29
2025-06-29 08:30:00 +08:00
skimrme
fbc4f88fc1 dev
添加网页图标
修改div_top的小问题

2025.6.29-2
2025-06-29 08:12:08 +08:00
skimrme
670072fa70 dev
再次网页导航栏修改
    使其画面不割裂
    能够自然呢自适应分辨率

    2025.6.29-1
2025-06-29 05:09:55 +08:00
skimrme
8c9e991c40 dev
网页导航栏修改

2025.6.28-2
2025-06-28 10:14:14 +08:00
skimrme
86b0e52a3e dev
修改部分地址

2025.6.28
2025-06-28 06:23:55 +08:00
16 changed files with 100 additions and 46 deletions

3
.gitignore vendored Normal file → Executable file
View File

@@ -1,2 +1,3 @@
databases/
*.db
src/
*.db

9
LICENSE Executable file
View File

@@ -0,0 +1,9 @@
MIT License
Copyright (c) 2025 open-green-dam-project
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

10
README.md Executable file
View File

@@ -0,0 +1,10 @@
### 2025.6.28
开始上传git、并且重构
<del>希望很快就好啦</del>
---
**署名**
skimrme

View File

@@ -6,10 +6,17 @@
<link rel="stylesheet" type="text/css" href="../css/body/style.css">
<link rel="stylesheet" type="text/css" href="../css/body/a_url_none.css">
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
<?php
include "../navbar/header.html";
// 引入页首 header
?>
</head>
<body>
<!-- 页面内容区 -->
<div id="div_top">
<div>
<?php
//include './navbar/header_li.html';
?>

View File

@@ -6,11 +6,17 @@
<link rel="stylesheet" type="text/css" href="../css/body/style.css">
<link rel="stylesheet" type="text/css" href="../css/body/a_url_none.css">
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
<?php
include "../navbar/header.html";
// 引入页首 header
?>
</head>
<body>
<!-- 页面内容区 -->
<div id="div_top">
<div>
<?php
//include './navbar/header_li.html';
?>
@@ -32,7 +38,7 @@
</div>
<div id="div_centent_2">
<?php
$dbPath = '../db/green-dam.db'; // 数据库文件路径
$dbPath = '../../databases/green-dam.db'; // 数据库文件路径
try {
// 创建SQLite3对象以连接到数据库

View File

@@ -1,4 +1,6 @@
body
/* body
{
background-image: url('./css/body/img/index-img.jpg');
}
} */
/* 弃用 */

View File

@@ -1,4 +1,6 @@
body
/* body
{
background-image: url('./img/index-img.jpg');
}
} */
/* 弃用 */

View File

@@ -39,18 +39,19 @@
/*8888888888888888888888888888888888888888*/
/* 页面顶上 top */
#div_top
/*#div_top
{
/* 页面边距 上、右、下、左 */
/* margin: 15px 35px 0px 10%; */
background-color: rgba(0, 0, 0, 0.616);
/* background-color: rgba(0, 0, 0, 0.616);
position:absolute; left: 7.5%; top: 0%; right: 7.5%;
color:rgba(0, 0, 0, 0);
height: 12%;
}
#div_top_navbar_li
} */
/* #div_top_navbar_li
{
/* 页面边距 上、右、下、左 */
margin: -63px 0px 0px -8px;
/* margin: -63px 0px 0px -8px;
color: rgba(0, 0, 0, 0);
}
} */

View File

@@ -0,0 +1,6 @@
#div_top_navbar_li
{
/* 页面边距 上、右、下、左 */
margin: -64px 0px 0px 0px;
background-color: rgba(0, 0, 0, 0.433);
}

View File

@@ -1,2 +1,3 @@
<meta http-equiv="refresh" content="3;url= https://www.ww.3.edu.kg/php/green-dam/">
<!-- 应该不会有人访问的对吗?? -->
<meta http-equiv="refresh" content="3;url= http://0.0.0.0">
变态你打开了什么啊快滚啊qwq

BIN
public/icon/original.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

View File

@@ -9,12 +9,19 @@
<link rel="stylesheet" type="text/css" href="css/body/a_url_none.css">
<link rel="stylesheet" type="text/css" href="css/body/footer.css">
<!-- 引入js ./js/ -->
<?php
include "./navbar/header.html";
// 引入页首 header
?>
</head>
<body>
<!-- 页面内容区 -->
<div id="div_top">
<div>
<?php
//include './navbar/header_li.html';
//已废用
?>
</div>
<div id="div_content">
@@ -24,6 +31,7 @@
<div id="div_1">
<?php
//include './navbar/header_li.html';
//已废用
?>
</div>
<div id="div_top_navbar_li">

View File

@@ -1,13 +1,18 @@
<!-- 导航栏页首_div_top_navbar_li -->
<li>
<a id="a_url_none" href="http://0.0.0.0./video">视频</a>
</li>
<li>
<a id="a_url_none" href="http://0.0.0.0./about/">关于</a>
</li>
<li>
<a id="a_url_none" href="http://0.0.0.0./bbs/">留言板</a>
</li>
<li>
<a id="a_url_none" href="http://0.0.0.0./#">上传文件</a>
</li>
<link rel="stylesheet" type="text/css" href="../css/body/div_top_navbar_li.css">
<div id="div_top_navbar_li">
<li>
<a id="a_url_none" href="https://green-dam.ww3.tw/video/">视频</a>
</li>
<li>
<a id="a_url_none" href="https://green-dam.ww3.tw/about/">关于</a>
</li>
<li>
<a id="a_url_none" href="https://green-dam.ww3.tw/bbs/">留言板</a>
</li>
<li>
<a id="a_url_none" href="https://green-dam.ww3.tw/#">上传文件</a>
</li>
</div>

View File

@@ -1,2 +1,2 @@
<!-- 页面标题 -->
<h1 id="id_green_center" style="margin: 8px;"><a id="a_url_none" href="https://www.ww.3.edu.kg/php/green-dam/">格林达姆-收录小屋<a></h1>
<h1 id="id_green_center" style="margin: 8px;"><a id="a_url_none" href="https://green-dam.ww3.tw/">格林达姆-收录小屋<a></h1>

View File

@@ -1,13 +1,3 @@
<!-- 导航栏页首_li -->
<li>
<a id="a_url_none" href="../video/">视频</a>
</li>
<li>
<a id="a_url_none" href="../about/">关于</a>
</li>
<li>
<a id="a_url_none" href="../bbs/">留言板</a>
</li>
<li>
<a id="a_url_none" href="../#">上传文件</a>
</li>
<!-- 页首 header -->
<link rel="icon" href="../icon/original.ico" type="image/x-icon"> <!-- 添加网页图标 -->

View File

@@ -6,11 +6,17 @@
<link rel="stylesheet" type="text/css" href="../css/body/style.css">
<link rel="stylesheet" type="text/css" href="../css/body/a_url_none.css">
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
<?php
include "../navbar/header.html";
// 引入页首 header
?>
</head>
<body>
<!-- 页面内容区 -->
<div id="div_top">
<div>
<?php
//include './navbar/header_li.html';
?>
@@ -29,7 +35,7 @@
</div>
<div id="div_centent_2">
<?php
$dbPath = '../db/green-dam.db'; // 数据库文件路径
$dbPath = '../../databases/green-dam.db'; // 数据库文件路径
try {
// 创建SQLite3对象以连接到数据库