|
37 | 37 | <div class="flex justify-between items-center h-24 relative"> |
38 | 38 | <!-- 左侧 Logo 和标题 --> |
39 | 39 | <div class="flex items-center space-x-3"> |
40 | | - <a href="https://github.akams.cn/" class="flex items-center space-x-3" rel="noopener noreferrer"> |
41 | | - <img src="./ghres/OcticonOctoface16.svg" alt="AKAMS.CN" class="h-10 w-10 object-contain dark:invert"> |
| 40 | + <img src="./ghres/OcticonOctoface16.svg" class="h-10 w-10 object-contain dark:invert"> |
42 | 41 | <span class="text-xl font-semibold dark:text-white">Github Proxy</span></a> |
43 | 42 | </div> |
44 | 43 |
|
|
67 | 66 |
|
68 | 67 | <!-- 移动端菜单 --> |
69 | 68 | <div id="mobile-menu" class="hidden sm:hidden absolute right-4 top-full mt-2 w-32 bg-white dark:bg-gray-800 rounded-lg shadow-lg border border-gray-200 dark:border-gray-700 z-50"> |
70 | | - <button id="mobile-check-mirrors-btn" class="w-full px-3 py-2 text-center hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-200 transition-colors text-sm"> |
71 | | - 节点检测 |
72 | | - </button> |
73 | | - <a href="https://status.akams.cn/status/services" target="_blank" class="block w-full px-3 py-2 text-center hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-200 transition-colors text-sm"> |
74 | | - 服务状态 |
75 | | - </a> |
76 | 69 | <a href="https://github.whrstudio.top/https://raw.githubusercontent.com/521xueweihan/GitHub520/refs/heads/main/hosts" target="_blank" class="block w-full px-3 py-2 text-center hover:bg-gray-100 dark:hover:bg-gray-700 text-gray-700 dark:text-gray-200 transition-colors text-sm"> |
77 | 70 | Hosts |
78 | 71 | </a> |
@@ -227,111 +220,6 @@ <h1 class="text-5xl font-bold mb-3 dark:text-white"> |
227 | 220 | 后续我会提供更加优质的加速服务!</p> |
228 | 221 | </div></div><!--v-if--><!--v-if--><div class="wl-quote"></div></div></div></div><div class="wl-operation"><button type="button" class="wl-btn">加载更多...</button></div><div class="wl-power"> Powered by <a href="https://github.com/walinejs/waline" target="_blank" rel="noopener noreferrer"> Waline </a> v3.5.7</div></div></div> |
229 | 222 | </main> |
230 | | - |
231 | | - <!-- Footer --> |
232 | | - <footer class="bg-white custom-dark-hf w-full mt-auto shadow-sm"> |
233 | | - <div class="container flex flex-col max-w-[1200px] items-center py-8 mx-auto gap-2 lg:gap-5 items-start sm:flex-row sm:items-start"> |
234 | | - <div class="flex w-full max-w-96 shrink flex-col items-center justify-between gap-6 lg:items-start"> |
235 | | - <div> |
236 | | - <div class="flex items-center justify-center gap-2 lg:justify-start"> |
237 | | - <!-- <img src="https://cdn.akams.cn/images/OcticonOctoface16.svg" alt="CopyWeb" class="h-11 dark:invert"> --> |
238 | | - <a href="https://akams.cn/" class="text-xl font-black leading-none text-gray-900 select-none logo dark:text-white">AKAMS.CN</a> |
239 | | - </div> |
240 | | - <p class="max-w-xs mt-4 text-base leading-5 text-gray-500">It's a long and beautiful life.</p> |
241 | | - </div> |
242 | | - <ul class="flex gap-6 list-none"> |
243 | | - <li> |
244 | | - <a href="https://akams.cn/donate" title="Donate" rel="noopener" target="_blank" class="transition text-gray-400 hover:hover:text-indigo-500"> |
245 | | - <span class="sr-only">Donate</span> |
246 | | - <span class="w-6 h-6 icon-[mdi--shang]"></span> |
247 | | - </a> |
248 | | - </li> |
249 | | - <li> |
250 | | - <a x-init="$el.href = 'mailto:' + atob('b29wc3VuaXhAcXEuY29t')" title="Email" rel="noopener" class="transition text-gray-400 hover:hover:text-indigo-500" href="mailto:oopsunix@qq.com"> |
251 | | - <span class="sr-only">Email</span> |
252 | | - <span class="w-6 h-6 icon-[mdi--email]"></span> |
253 | | - </a> |
254 | | - </li> |
255 | | - <li> |
256 | | - <a href="https://github.com/oopsunix" target="_blank" title="GitHub" rel="noopener" class="transition text-gray-400 hover:hover:text-indigo-500"> |
257 | | - <span class="sr-only">GitHub</span> |
258 | | - <span class="w-6 h-6 icon-[mdi--github]"></span> |
259 | | - </a> |
260 | | - </li> |
261 | | - <li> |
262 | | - <a href="https://t.me/" target="_blank" title="Telegram" rel="noopener" class="transition text-gray-400 hover:hover:text-indigo-500"> |
263 | | - <span class="sr-only">Telegram</span> |
264 | | - <span class="w-6 h-6 icon-[mdi--telegram]"></span> |
265 | | - </a> |
266 | | - </li> |
267 | | - <li> |
268 | | - <a href="https://x.com/" target="_blank" title="Twitter" rel="noopener" class="transition text-gray-400 hover:hover:text-indigo-500"> |
269 | | - <span class="sr-only">Twitter</span> |
270 | | - <span class="w-6 h-6 icon-[mdi--twitter]"></span> |
271 | | - </a> |
272 | | - </li> |
273 | | - </ul> |
274 | | - </div> |
275 | | - |
276 | | - <div class="flex-1 sm:px-2 md:px-10 lg:px-20 xl:px-20 text-center sm:text-left"> |
277 | | - <div class="lg:text-lg mb-2 font-bold text-gray-900 dark:text-white">Resources</div> |
278 | | - <div class="grid grid-cols-1 gap-1"> |
279 | | - <a href="https://gh.llkk.cc/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200" title="Docker Proxy"> GitHub Proxy</a> |
280 | | - </div> |
281 | | - </div> |
282 | | - |
283 | | - <div class="flex-1 sm:px-2 md:px-10 lg:px-20 xl:px-20 text-center sm:text-left" x-data="{ open: false }"> |
284 | | - <div class="lg:text-lg mb-2 font-bold text-gray-900 dark:text-white cursor-pointer flex items-center justify-center sm:justify-start" @click="open = !open"> |
285 | | - Friends |
286 | | - <i class="ml-2 fas fa-chevron-down" :class="open ? 'fa-chevron-up' : 'fa-chevron-down'"></i> |
287 | | - </div> |
288 | | - <div class="grid gap-1 overflow-hidden transition-all duration-300 ease-in-out" :style="open ? 'max-height: 500px;' : 'max-height: 0;'" style="max-height: 0;"> |
289 | | - <a href="https://github.tbedu.top/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">github.tbedu.top</a> |
290 | | - <a href="https://ghfile.geekertao.top/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">ghfile.geekertao.top</a> |
291 | | - <a href="https://github.iomi.team/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">github.iomi.team</a> |
292 | | - <a href="https://github.proxy.class3.fun/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">github.proxy.class3.fun</a> |
293 | | - <a href="https://github-proxy.lixxing.top/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">github-proxy.lixxing.top</a> |
294 | | - <a href="https://ghf.xn--tj4av2y.top/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">ghf.无名氏.top</a> |
295 | | - <a href="https://ghm.078465.xyz/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">ghm.078465.xyz</a> |
296 | | - <a href="https://gh-proxy.net/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">gh-proxy.net</a> |
297 | | - <a href="https://jiashu.1win.eu.org/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">jiashu.1win.eu.org</a> |
298 | | - <a href="https://github.acmsz.top/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">github.acmsz.top</a> |
299 | | - <a href="https://git.yylx.win/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">git.yylx.win</a> |
300 | | - <a href="https://tvv.tw/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">tvv.tw</a> |
301 | | - <a href="https://github.kongkuang.top/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">github.kongkuang.top</a> |
302 | | - <a href="https://gp-us.fyan.top/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">gp-us.fyan.top</a> |
303 | | - <a href="https://gitproxy.127731.xyz/" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200">gitproxy.127731.xyz</a> |
304 | | - </div> |
305 | | - </div> |
306 | | - |
307 | | - <!-- <div class="flex-1 sm:px-2 md:px-10 lg:px-20 xl:px-20 text-center sm:text-left"> |
308 | | - <div class="lg:text-lg mb-2 font-bold text-gray-900 dark:text-white">Legal</div> |
309 | | - <div class="grid grid-cols-1 gap-1"> |
310 | | - <a href="https://www.cursor.com/terms-of-service" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200" title="Docker Proxy">Terms</a> |
311 | | - <a href="https://www.cursor.com/security" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200" title="Docker Proxy">Security</a> |
312 | | - <a href="https://www.cursor.com/privacy" class="text-xs lg:text-sm leading-6 text-gray-500 hover:text-neutral-200" title="KMS Activator">Privacy</a> |
313 | | - </div> |
314 | | - </div> --> |
315 | | - </div> |
316 | | - |
317 | | - <!-- <div class="flex flex-col gap-1 px-6 py-12 mx-auto text-xs text-center text-zinc-700 max-w-7xl lg:px-8 border-t dark:text-white"> |
318 | | - <p class="text-sm text-gray-500 text-medium text-black dark:text-white">© <span id="current-year"></span> • oopsunix. All rights reserved.</p> |
319 | | - </div> --> |
320 | | - <div class="max-w-[1200px] mx-auto items-center flex flex-col px-6 py-12 justify-between gap-4 border-t border-t-2 border-dark-300 border-b-0 border-l-0 border-r-0 pt-8 text-center text-sm font-medium text-muted-foreground lg:flex-row lg:items-center lg:text-left dark:text-white font-mono"> |
321 | | - <p>© <span id="current-year">2025</span> • OopsUnix. All rights reserved. |
322 | | - <!-- <a href="/" target="_blank" class="px-2 text-primary">build with </a> --> |
323 | | - </p> |
324 | | - <ul class="flex justify-center gap-4 lg:justify-start"> |
325 | | - <li class="hover:text-primary"> |
326 | | - <a href="https://github.akams.cn/privacy-policy">Privacy Policy</a> |
327 | | - </li> |
328 | | - <li class="hover:text-primary"> |
329 | | - <a href="https://github.akams.cn/terms-of-service">Terms of Service</a> |
330 | | - </li> |
331 | | - </ul> |
332 | | - </div> |
333 | | - </footer> |
334 | | - |
335 | 223 | <!-- Scripts --> |
336 | 224 | <script> |
337 | 225 | // console.log("✅ Script is running!"); |
|
0 commit comments