<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>楼盘小区 - 您的网络之家</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="/assets/my.css?v=20150415" rel="stylesheet">
    <link rel="stylesheet" href="/assets/font-awesome-4.7.0/css/font-awesome.min.css" media="all">
    <link rel="apple-touch-icon" sizes="180x180" href="/images/favicon_io/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon_io/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon_io/favicon-16x16.png">
    <link rel="manifest" href="/images/favicon_io/site.webmanifest">
</head>
<body class="bg-gray-50 text-gray-800 font-sans min-h-screen flex flex-col">
    <header class="bg-gradient-to-r from-blue-500 to-purple-600 shadow-lg py-4">
        <div class="container mx-auto px-4 flex justify-between items-center">
            <h1 class="text-3xl font-extrabold text-white">
                <img src="/images/logo.png" width=70 style="display: inline-block;width: 70px;" />
                楼盘小区 - 您的网络之家
            </h1>
            <nav class="space-x-6">
                <a href="/" class="text-white text-lg hover:underline">主页</a>
                <a href="#" class="text-white text-lg hover:underline">关于</a>
                <a href="/login.php?gl=1" class="text-white text-lg hover:underline">登录</a>
                <a href="/list.php" class="text-white text-lg hover:underline">浏览</a>
            </nav>
        </div>
    </header>

    <main class="container mx-auto px-4 py-10 flex-grow">
        <section>
            <h2 class="text-2xl font-bold mb-6 text-gray-700 border-b-2 border-gray-200 pb-2">Latest Posts</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <article class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-shadow">
                    <img src="/images/icon/png.gif" alt="Post Image" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-2 text-gray-800">什么是网盘系统？</h3>
                        <p class="text-gray-600 mb-4">用过FTP软件的朋友都知道，上传文件到网站需要在本地电脑安装FTP软件，才能使用。而网盘就是透过网页上传文件到服务器空间，无需安装FTP软件，无论你在任何地方，只要能上网，就可以轻松上传文件，任意查看、下载网站上的文件。</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Read more →</a>
                    </div>
                </article>

                <article class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-shadow">
                    <img src="/images/icon/png.gif" alt="Post Image" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-2 text-gray-800">主要功能包括：</h3>
                        <p class="text-gray-600 mb-4">用户上传文件，可在线预览多种类型文件；密码保护目录；可设置空间大小，限制上传目录、文件数量</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Read more →</a>
                    </div>
                </article>

                <article class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-shadow">
                    <img src="/images/icon/png.gif" alt="Post Image" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-2 text-gray-800">可以上传的文件类型有</h3>
                        <p class="text-gray-600 mb-4">mp3, mp4, txt, gif, jpg, bmp, png, swf, html, htm, wav, rar, zip, jpeg, pdf, webp, docx, md, glb, gltf, splat</p>
                        <a href="#" class="text-blue-600 hover:text-blue-800 font-medium">Read more →</a>
                    </div>
                </article>
            </div>
        </section>

        <section class="mt-12">
            <h2 class="text-2xl font-bold mb-6 text-gray-700 border-b-2 border-gray-200 pb-2">Current Projects</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                <div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-shadow">
                    <img src="/images/icon/png.gif" alt="Optimization Project" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-3 text-gray-800">网盘优化项目</h3>
                        <div class="mb-4">
                            <div class="flex justify-between mb-1">
                                <span class="text-gray-600">进展</span>
                                <span class="text-gray-600">75%</span>
                            </div>
                            <div class="w-full bg-gray-200 rounded-full h-2.5">
                                <div class="bg-blue-600 h-2.5 rounded-full" style="width: 75%"></div>
                            </div>
                        </div>
                        <p class="text-gray-600 mb-4">正在优化文件上传速度和添加多线程上传功能</p>
                        <div class="text-sm text-gray-500">预计完成日期：2026年4月15日</div>
                    </div>
                </div>

                <div class="bg-white rounded-xl shadow-lg overflow-hidden hover:shadow-xl transition-shadow">
                    <img src="/images/icon/png.gif" alt="Mobile Project" class="w-full h-48 object-cover">
                    <div class="p-6">
                        <h3 class="text-xl font-semibold mb-3 text-gray-800">移动端适配</h3>
                        <div class="mb-4">
                            <div class="flex justify-between mb-1">
                                <span class="text-gray-600">进展</span>
                                <span class="text-gray-600">40%</span>
                            </div>
                            <div class="w-full bg-gray-200 rounded-full h-2.5">
                                <div class="bg-blue-600 h-2.5 rounded-full" style="width: 40%"></div>
                            </div>
                        </div>
                        <p class="text-gray-600 mb-4">开发移动端应用程序，支持iOS和Android</p>
                        <div class="text-sm text-gray-500">预计完成日期：2026年6月30日</div>
                    </div>
                </div>
            </div>
        </section>
    </main>

    <footer class="bg-gray-800 py-6 mt-10">
        <div class="container mx-auto px-4 text-center text-gray-400">
            <p>© 2025 楼盘小区 - 您的网络之家. All rights reserved.</p>
        </div>
    </footer>
</body>
</html><style>
#cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  border-top: 1px solid #ccc;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.cookie-banner p {
  margin: 0 0 10px;
}

.cookie-options label {
  display: block;
  margin: 5px 0;
}

.cookie-buttons {
  margin-top: 10px;
}

.cookie-buttons button {
  margin-right: 10px;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

#accept-all {
  background-color: #4caf50;
  color: white;
}

#save-preferences {
  background-color: #2196f3;
  color: white;
}

</style>
<div id="cookie-consent" style="display: none;">
  <div class="cookie-banner">
    <p>我们使用 Cookie 来改善您的体验。在下面自定义您的偏好或阅读我们的<a href="/cookie-policy.php" target="_blank">Cookie 政策</a>。</p>
	<button id="close-consent" style="float: right; background: none; border: none; font-size: 16px; cursor: pointer;position: relative;top: -30px;right: -10px;">&times;</button>
    <div class="cookie-options">
      <label><input type="checkbox" id="essential-cookies" checked disabled> 必需（始终启用）</label>
      <label><input type="checkbox" id="analytics-cookies"> 统计分析</label>
      <label><input type="checkbox" id="ads-cookies"> 广告与追踪</label>
    </div>
    <div class="cookie-buttons">
      <button id="accept-all">全部接受</button>
      <button id="save-preferences">保存偏好设置</button>
    </div>
  </div>
</div>
<p align=center style="font-size:10px;color:#ccc;padding:40px;">v2.1.0 2024-11-09 <a href="/">LPXQ.net</a></p><script>
var ckname='cookie_consent2';
function setCookie(name, value, days) {
  const date = new Date();
  date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000);
  document.cookie = `${name}=${value}; expires=${date.toUTCString()}; path=/`;
}

function getCookie(name) {
  const nameEQ = name + "=";
  const cookies = document.cookie.split(';');
  for (let c of cookies) {
    while (c.charAt(0) === ' ') c = c.substring(1);
    if (c.indexOf(nameEQ) === 0) return c.substring(nameEQ.length);
  }
  return null;
}

function initCookieConsent() {
  const consentDiv = document.getElementById('cookie-consent');
  const acceptAllButton = document.getElementById('accept-all');
  const savePreferencesButton = document.getElementById('save-preferences');
  const analyticsCheckbox = document.getElementById('analytics-cookies');
  const adsCheckbox = document.getElementById('ads-cookies');
  const closeConsentButton = document.getElementById('close-consent');

  if (!getCookie(ckname)) {
    consentDiv.style.display = 'block';
  }

  acceptAllButton.addEventListener('click', () => {
    setCookie(ckname, JSON.stringify({ analytics: true, ads: true }), 365);
    consentDiv.style.display = 'none';
  });

  savePreferencesButton.addEventListener('click', () => {
    setCookie(ckname, JSON.stringify({
      analytics: analyticsCheckbox.checked,
      ads: adsCheckbox.checked,
    }), 365);
    consentDiv.style.display = 'none';
  });

  closeConsentButton.addEventListener('click', () => {
    consentDiv.style.display = 'none';
  });
}

document.addEventListener('DOMContentLoaded', initCookieConsent);

</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-0530210725070236"
     crossorigin="anonymous"></script>