Files
portal.tootaio.com/siteConfig.json
xiaomai fb1116ab45 feat(ui): overhaul landing page with modern card-based design
This commit introduces a complete redesign of the main landing page, replacing the old two-column layout with a modern, responsive, card-based UI. The goal is to improve user experience, visual appeal, and
content organization. Key changes include a new visual identity with an updated color palette, unified 'Services' and 'Other Links' sections using a card grid, refactored front-end code (HTML, CSS, JS) for
better maintainability, and an updated `siteConfig.json` to support the new design with icons and clearer names. The search functionality has also been improved with real-time filtering.
2025-09-11 16:13:58 +08:00

100 lines
3.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"services": [
{
"name": "Gitea Service",
"url": "https://git.tootaio.com",
"description_en": "Self-hosted Gitea open source community platform.",
"description_zh": "自托管的 Gitea 开源社区平台。",
"icon": "code-branch"
},
{
"name": "Cloud Storage",
"url": "https://nas.tootaio.com",
"description_en": "Cloud storage and file sharing service.",
"description_zh": "云端存储和文件共享服务。",
"icon": "cloud"
},
{
"name": "Torrent Downloader",
"url": "https://torrent.tootaio.com",
"description_en": "Download torrent files to the server with the help of the server.",
"description_zh": "借助服务器,将 Torrent 文件下载到服务器中。",
"icon": "download"
},
{
"name": "Workshop Wiki",
"url": "https://wiki.tootaio.com",
"description_en": "Our studio's various game/project planning wiki.",
"description_zh": "我们工作室的各个游戏/项目策划维基百科。",
"icon": "book"
},
{
"name": "Kenney's Assets Mirror",
"url": "https://kenney-assets.tootaio.com",
"description_en": "Unofficial mirror site for Kenney's assets.",
"description_zh": "Kenney资源非官网镜像站。",
"icon": "palette"
},
{
"name": "Itch.io Godot Game Crawler",
"url": "https://itch-gd-dl.tootaio.com",
"description_en": "Itch.io Godot game crawler and downloader.",
"description_zh": "Itch.io Godot 游戏爬取器。",
"icon": "gamepad"
},
{
"name": "PDF Tools",
"url": "https://pdf.tootaio.com",
"description_en": "Online PDF tools and utilities.",
"description_zh": "在线PDF工具集。",
"icon": "file-pdf"
},
{
"name": "Life Restart Simulator Mirror",
"url": "https://life-restart.tootaio.com",
"description_en": "Life Restart Simulator mirror site.",
"description_zh": "人生重开模拟器镜像站。",
"icon": "redo"
},
{
"name": "Memos Note-taking",
"url": "https://memos.tootaio.com",
"description_en": "Note-taking space and knowledge management.",
"description_zh": "笔记空间和知识管理。",
"icon": "sticky-note"
},
{
"name": "JSON Hero Viewer",
"url": "https://json.tootaio.com",
"description_en": "JSON Hero viewer for visualizing JSON data.",
"description_zh": "JSON Hero 查看器可视化JSON数据。",
"icon": "code"
}
],
"otherLinks": [
{
"name_en": "Kingsmai's Personal Blog",
"name_zh": "Kingsmai 的个人博客",
"url": "https://kingsmai.github.io",
"icon": "blog"
},
{
"name_en": "GitHub Profile",
"name_zh": "GitHub 主页",
"url": "https://github.com/kingsmai",
"icon": "github"
},
{
"name_en": "Discord Community",
"name_zh": "Discord 社区",
"url": "https://discord.com/invite/sJcv7ZM",
"icon": "discord"
},
{
"name_en": "BiliBili Space",
"name_zh": "BiliBili 空间",
"url": "https://space.bilibili.com/670118055",
"icon": "video"
}
]
}