Compare commits
5 Commits
www
...
84053095b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84053095b4 | ||
|
|
fbc4f88fc1 | ||
|
|
670072fa70 | ||
|
|
8c9e991c40 | ||
|
|
86b0e52a3e |
3
.gitignore
vendored
Normal file → Executable file
3
.gitignore
vendored
Normal file → Executable file
@@ -1,2 +1,3 @@
|
|||||||
databases/
|
databases/
|
||||||
*.db
|
src/
|
||||||
|
*.db
|
||||||
9
LICENSE
Executable file
9
LICENSE
Executable 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
10
README.md
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
### 2025.6.28
|
||||||
|
|
||||||
|
开始上传git、并且重构
|
||||||
|
<del>希望很快就好啦</del>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**署名**
|
||||||
|
|
||||||
|
skimrme
|
||||||
@@ -6,10 +6,17 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../css/body/style.css">
|
<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/a_url_none.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
|
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
include "../navbar/header.html";
|
||||||
|
// 引入页首 header
|
||||||
|
?>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- 页面内容区 -->
|
<!-- 页面内容区 -->
|
||||||
<div id="div_top">
|
<div>
|
||||||
<?php
|
<?php
|
||||||
//include './navbar/header_li.html';
|
//include './navbar/header_li.html';
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -6,11 +6,17 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../css/body/style.css">
|
<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/a_url_none.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
|
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
include "../navbar/header.html";
|
||||||
|
// 引入页首 header
|
||||||
|
?>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- 页面内容区 -->
|
<!-- 页面内容区 -->
|
||||||
<div id="div_top">
|
<div>
|
||||||
<?php
|
<?php
|
||||||
//include './navbar/header_li.html';
|
//include './navbar/header_li.html';
|
||||||
?>
|
?>
|
||||||
@@ -32,7 +38,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="div_centent_2">
|
<div id="div_centent_2">
|
||||||
<?php
|
<?php
|
||||||
$dbPath = '../db/green-dam.db'; // 数据库文件路径
|
$dbPath = '../../databases/green-dam.db'; // 数据库文件路径
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// 创建SQLite3对象以连接到数据库
|
// 创建SQLite3对象以连接到数据库
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
body
|
/* body
|
||||||
{
|
{
|
||||||
background-image: url('./css/body/img/index-img.jpg');
|
background-image: url('./css/body/img/index-img.jpg');
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
/* 弃用 */
|
||||||
@@ -1,4 +1,6 @@
|
|||||||
body
|
/* body
|
||||||
{
|
{
|
||||||
background-image: url('./img/index-img.jpg');
|
background-image: url('./img/index-img.jpg');
|
||||||
}
|
} */
|
||||||
|
|
||||||
|
/* 弃用 */
|
||||||
@@ -39,18 +39,19 @@
|
|||||||
/*8888888888888888888888888888888888888888*/
|
/*8888888888888888888888888888888888888888*/
|
||||||
|
|
||||||
/* 页面顶上 top */
|
/* 页面顶上 top */
|
||||||
#div_top
|
/*#div_top
|
||||||
{
|
{
|
||||||
/* 页面边距 上、右、下、左 */
|
/* 页面边距 上、右、下、左 */
|
||||||
/* margin: 15px 35px 0px 10%; */
|
/* 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%;
|
position:absolute; left: 7.5%; top: 0%; right: 7.5%;
|
||||||
color:rgba(0, 0, 0, 0);
|
color:rgba(0, 0, 0, 0);
|
||||||
height: 12%;
|
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);
|
color: rgba(0, 0, 0, 0);
|
||||||
}
|
} */
|
||||||
6
public/css/body/div_top_navbar_li.css
Normal file
6
public/css/body/div_top_navbar_li.css
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
#div_top_navbar_li
|
||||||
|
{
|
||||||
|
/* 页面边距 上、右、下、左 */
|
||||||
|
margin: -64px 0px 0px 0px;
|
||||||
|
background-color: rgba(0, 0, 0, 0.433);
|
||||||
|
}
|
||||||
@@ -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
|
变态,你打开了什么啊,快滚啊qwq
|
||||||
BIN
public/icon/original.ico
Normal file
BIN
public/icon/original.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 KiB |
@@ -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/a_url_none.css">
|
||||||
<link rel="stylesheet" type="text/css" href="css/body/footer.css">
|
<link rel="stylesheet" type="text/css" href="css/body/footer.css">
|
||||||
<!-- 引入js ./js/ -->
|
<!-- 引入js ./js/ -->
|
||||||
|
|
||||||
|
<?php
|
||||||
|
include "./navbar/header.html";
|
||||||
|
// 引入页首 header
|
||||||
|
?>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- 页面内容区 -->
|
<!-- 页面内容区 -->
|
||||||
<div id="div_top">
|
<div>
|
||||||
<?php
|
<?php
|
||||||
//include './navbar/header_li.html';
|
//include './navbar/header_li.html';
|
||||||
|
//已废用
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div id="div_content">
|
<div id="div_content">
|
||||||
@@ -24,6 +31,7 @@
|
|||||||
<div id="div_1">
|
<div id="div_1">
|
||||||
<?php
|
<?php
|
||||||
//include './navbar/header_li.html';
|
//include './navbar/header_li.html';
|
||||||
|
//已废用
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div id="div_top_navbar_li">
|
<div id="div_top_navbar_li">
|
||||||
|
|||||||
@@ -1,13 +1,18 @@
|
|||||||
<!-- 导航栏页首_div_top_navbar_li -->
|
<!-- 导航栏页首_div_top_navbar_li -->
|
||||||
<li>
|
|
||||||
<a id="a_url_none" href="http://0.0.0.0./video">视频</a>
|
<link rel="stylesheet" type="text/css" href="../css/body/div_top_navbar_li.css">
|
||||||
</li>
|
|
||||||
<li>
|
<div id="div_top_navbar_li">
|
||||||
<a id="a_url_none" href="http://0.0.0.0./about/">关于</a>
|
<li>
|
||||||
</li>
|
<a id="a_url_none" href="https://green-dam.ww3.tw/video/">视频</a>
|
||||||
<li>
|
</li>
|
||||||
<a id="a_url_none" href="http://0.0.0.0./bbs/">留言板</a>
|
<li>
|
||||||
</li>
|
<a id="a_url_none" href="https://green-dam.ww3.tw/about/">关于</a>
|
||||||
<li>
|
</li>
|
||||||
<a id="a_url_none" href="http://0.0.0.0./#">上传文件</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>
|
||||||
@@ -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>
|
||||||
@@ -1,13 +1,3 @@
|
|||||||
<!-- 导航栏页首_li -->
|
<!-- 页首 header -->
|
||||||
<li>
|
|
||||||
<a id="a_url_none" href="../video/">视频</a>
|
<link rel="icon" href="../icon/original.ico" type="image/x-icon"> <!-- 添加网页图标 -->
|
||||||
</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>
|
|
||||||
@@ -6,11 +6,17 @@
|
|||||||
<link rel="stylesheet" type="text/css" href="../css/body/style.css">
|
<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/a_url_none.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
|
<link rel="stylesheet" type="text/css" href="../css/body/footer.css">
|
||||||
|
|
||||||
|
<?php
|
||||||
|
include "../navbar/header.html";
|
||||||
|
// 引入页首 header
|
||||||
|
?>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- 页面内容区 -->
|
<!-- 页面内容区 -->
|
||||||
<div id="div_top">
|
<div>
|
||||||
<?php
|
<?php
|
||||||
//include './navbar/header_li.html';
|
//include './navbar/header_li.html';
|
||||||
?>
|
?>
|
||||||
@@ -29,7 +35,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="div_centent_2">
|
<div id="div_centent_2">
|
||||||
<?php
|
<?php
|
||||||
$dbPath = '../db/green-dam.db'; // 数据库文件路径
|
$dbPath = '../../databases/green-dam.db'; // 数据库文件路径
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// 创建SQLite3对象以连接到数据库
|
// 创建SQLite3对象以连接到数据库
|
||||||
|
|||||||
Reference in New Issue
Block a user