chore(projects): simplify rac versions

This commit is contained in:
MeexReay 2025-08-30 18:02:32 +03:00
parent 3e11647efd
commit 01569d25ee
2 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ export default function Projects() {
projectGit: "https://gitlab.com/kiber_ogur4ik/crack", projectGit: "https://gitlab.com/kiber_ogur4ik/crack",
description: description:
"Cool RAC klient for Web, Android and iOS. (web-app)", "Cool RAC klient for Web, Android and iOS. (web-app)",
tags: ["Active", "WRAC", "RAC", "v2", "v1.0", "TLS"], tags: ["Active", "WRAC", "RAC", "v2", "v1", "TLS"],
}, },
{ {
name: "Tower", name: "Tower",
@ -49,7 +49,7 @@ export default function Projects() {
authorId: "OctoBanon-Main", authorId: "OctoBanon-Main",
projectGit: "https://github.com/OctoBanon-Main/mefedroniy-client", projectGit: "https://github.com/OctoBanon-Main/mefedroniy-client",
description: "TUI client for Real Address Chat protocol.", description: "TUI client for Real Address Chat protocol.",
tags: ["Abandoned", "RAC", "v1.99.2"], tags: ["Abandoned", "RAC", "v1.99"],
}, },
{ {
name: "cRACk", name: "cRACk",
@ -63,14 +63,14 @@ export default function Projects() {
authorId: "pixtated", authorId: "pixtated",
projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab", projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab",
description: "Crimean RAC Bundle. (cli)", description: "Crimean RAC Bundle. (cli)",
tags: ["Abandoned", "RAC", "v1.99.2"], tags: ["Abandoned", "RAC", "v1.99"],
}, },
{ {
name: "dobroho_vechora", name: "dobroho_vechora",
authorId: "bedohswe", authorId: "bedohswe",
projectGit: "https://gitea.bedohswe.eu.org/bedohswe/dobroho_vechora", projectGit: "https://gitea.bedohswe.eu.org/bedohswe/dobroho_vechora",
description: "RAC client made with Bash script. (cli)", description: "RAC client made with Bash script. (cli)",
tags: ["Abandoned", "RAC", "v1.0"], tags: ["Abandoned", "RAC", "v1"],
}, },
]; ];
@ -96,14 +96,14 @@ export default function Projects() {
authorId: "pixtated", authorId: "pixtated",
projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab", projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab",
description: "Crimean RAC Bundle ", description: "Crimean RAC Bundle ",
tags: ["Abandoned", "RAC", "v1.99.2"], tags: ["Abandoned", "RAC", "v1.99"],
}, },
{ {
name: "AlmatyD", name: "AlmatyD",
authorId: "bedohswe", authorId: "bedohswe",
projectGit: "https://gitea.bedohswe.eu.org/bedohswe/almatyd", projectGit: "https://gitea.bedohswe.eu.org/bedohswe/almatyd",
description: "Open source server for Sugoma's RAC protocol ", description: "Open source server for Sugoma's RAC protocol ",
tags: ["Abandoned", "RAC", "v1.0"], tags: ["Abandoned", "RAC", "v1"],
}, },
]; ];

View File

@ -43,10 +43,10 @@ export default function Badge({ text }: Props) {
case "v2": case "v2":
description = "Compatible with RAC v2."; description = "Compatible with RAC v2.";
break; break;
case "v1.99.2": case "v1.99":
description = "Compatible with RAC v1.99.2."; description = "Compatible with RAC v1.99.x.";
break; break;
case "v1.0": case "v1":
description = "Compatible with RAC v1.0."; description = "Compatible with RAC v1.0.";
break; break;
case "TLS": case "TLS":