From 4e86ab56276f903e892ca30a81a533fc9fb9b59a Mon Sep 17 00:00:00 2001 From: xiaomai Date: Thu, 11 Sep 2025 15:17:12 +0800 Subject: [PATCH] feat(ui): overhaul landing page with new design and features This commit completely replaces the previous simple service dashboard with a full-featured, professional landing page for the 'Tootaio' brand. The new design is modern, responsive, and uses a card-based layout. Key features include a language switcher for English/Chinese, user-friendly subdomain URLs instead of IP:port links, and a structured layout with a header, hero section, and footer. --- .gitignore | 1 + index.html | 735 ++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 594 insertions(+), 142 deletions(-) diff --git a/.gitignore b/.gitignore index 8c2b884..ea8f655 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ # Built Visual Studio Code Extensions *.vsix +.vscode/settings.json diff --git a/index.html b/index.html index 04f1547..6019575 100644 --- a/index.html +++ b/index.html @@ -1,155 +1,606 @@ - - - - - 🌐 My Services Hub - - + + + + + Tootaio - 一站式开发者服务平台 + - - -
- -
-

🌐 My Network Services

-

- All services hosted under the same IP, organized for your convenience 💡 -

-
+ + +
+ +
- -
-

🛎️ Hosted Services

-
-
+
+
+

Your All-in-One Developer Platform

+

一站式开发者服务平台

+

Tootaio provides a suite of powerful tools and services for developers, gamers, and creators. Everything you need in one place.

+

Tootaio 为开发者、游戏玩家和创作者提供一套强大的工具和服务。您所需的一切,尽在一处。

+ Explore Services + +
+
- -
-

📎 External Resources

- -
+
+
+

Our Services

+ + +
+ +
+
+

tootaio.com

+
+
+

The main portal to all Tootaio services and resources.

+

通往所有 Tootaio 服务和资源的主门户。

+ Visit Site +
+
- -
- © 2024-2025 Xiaomai. All services self-hosted 🧠💻
- Powered by TailwindCSS · Script-enhanced · Inspired by Productivity ⚙️ -
-
+ +
+
+

git.tootaio.com

+
+
+

Self-hosted Gitea open source community platform.

+

自托管的 Gitea 开源社区平台。

+ Visit Site +
+
+ + +
+
+

nas.tootaio.com

+
+
+

Cloud storage solution for your files and data.

+

为您的文件和数据提供的云存储解决方案。

+ Visit Site +
+
+ + +
+
+

torrent.tootaio.com

+
+
+

Download torrent files to our server with high speed.

+

借助服务器高速下载 Torrent 文件。

+ Visit Site +
+
+ + +
+
+

wiki.tootaio.com

+
+
+

Wiki for our studio's games and project planning.

+

我们工作室游戏和项目策划的维基百科。

+ Visit Site +
+
+ + +
+
+

kenney-assets.tootaio.com

+
+
+

Unofficial mirror for Kenney's game assets.

+

Kenney 游戏资源的非官方镜像站。

+ Visit Site +
+
+ + +
+
+

itch-gd-dl.tootaio.com

+
+
+

Itch.io Godot game crawler and downloader.

+

Itch.io Godot 游戏爬取和下载工具。

+ Visit Site +
+
+ + +
+
+

pdf.tootaio.com

+
+
+

Online PDF tools for all your document needs.

+

满足您所有文档需求的在线 PDF 工具。

+ Visit Site +
+
+ + +
+
+

life-restart.tootaio.com

+
+
+

Mirror site for the Life Restart Simulator game.

+

人生重开模拟器游戏的镜像站。

+ Visit Site +
+
+ + +
+
+

memos.tootaio.com

+
+
+

Note-taking space for your ideas and thoughts.

+

记录您的想法和思考的笔记空间。

+ Visit Site +
+
+ + +
+
+

json.tootaio.com

+
+
+

JSON Hero viewer for visualizing and editing JSON data.

+

用于可视化和编辑 JSON 数据的 JSON Hero 查看器。

+ Visit Site +
+
+ + + + + + + - - + + \ No newline at end of file