feat(hytale): add Gitea support for Hytale demos

- Updated HytaleDemoGrid.vue to include a button for Gitea links, enhancing visibility for users.
- Modified hytaleDemos.ts to add Gitea URLs for existing demos, providing additional access options.
- Updated projects.ts to include Gitea links for GravityFlip and ChainLightning projects, improving resource accessibility.

This commit expands the integration of Gitea within the Hytale demo offerings, promoting alternative hosting options for users.
This commit is contained in:
2026-04-28 19:23:18 +02:00
parent 4d19835f5d
commit 5ae226bbf2
3 changed files with 32 additions and 0 deletions
+16
View File
@@ -45,6 +45,14 @@ export const projects: Omit<Project, 'title' | 'description' | 'longDescription'
title: 'CurseForge',
link: 'https://curseforge.com/hytale/mods/gravity-flip',
},
{
title: 'GitHub',
link: 'https://github.com/Mr-KayJayDee/hytale-gravity-flip',
},
{
title: 'Gitea',
link: 'https://gitea.kamisama.ovh/kayjaydee/hytale-gravity-flip',
},
],
},
{
@@ -89,6 +97,14 @@ export const projects: Omit<Project, 'title' | 'description' | 'longDescription'
title: 'CurseForge',
link: 'https://www.curseforge.com/hytale/mods/chain-lightning-sceptre',
},
{
title: 'GitHub',
link: 'https://github.com/Mr-KayJayDee/hytale-chain-lightning',
},
{
title: 'Gitea',
link: 'https://gitea.kamisama.ovh/kayjaydee/hytale-chain-lightning',
},
],
},
{