From 2b0c82bd7ec56695b1f582848da3426869f55970 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Fri, 3 Apr 2026 12:44:41 +0700 Subject: [PATCH] UPDATE: go 1.26.1, new data, fix ui --- README.md | 2 +- frontend/src/components/footer/index.tsx | 2 +- frontend/src/components/header/index.tsx | 2 +- frontend/src/pages/about/index.tsx | 2 +- frontend/src/pages/analysis/index.tsx | 4 +-- frontend/src/pages/fireflytools/index.tsx | 34 +++-------------------- frontend/src/pages/launcher/index.tsx | 2 +- main.go | 4 +-- 8 files changed, 13 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 14edd9f..3370574 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A lightweight and modern launcher for Anime game — designed to make launching, ## 🧑‍💻 About the Developer -Hi! I'm **Kain**, a developer passionate about building simple and powerful tools. +Hi! We are **Firefly Shelter**, a developer team passionate about building simple and powerful tools. Firefly Launcher is built with: - ⚙️ **Go + Wails** for backend/frontend integration diff --git a/frontend/src/components/footer/index.tsx b/frontend/src/components/footer/index.tsx index dacb864..256d079 100644 --- a/frontend/src/components/footer/index.tsx +++ b/frontend/src/components/footer/index.tsx @@ -4,7 +4,7 @@ export default function Footer() { ) diff --git a/frontend/src/components/header/index.tsx b/frontend/src/components/header/index.tsx index b7c2635..45c12da 100644 --- a/frontend/src/components/header/index.tsx +++ b/frontend/src/components/header/index.tsx @@ -75,7 +75,7 @@ export default function Header() { Launcher -

By Kain

+

By Firefly Shelter

diff --git a/frontend/src/pages/about/index.tsx b/frontend/src/pages/about/index.tsx index 6de1696..0950bb1 100644 --- a/frontend/src/pages/about/index.tsx +++ b/frontend/src/pages/about/index.tsx @@ -8,7 +8,7 @@ export default function AboutPage() {

- Hello! I'm Kain, a developer passionate about building useful tools and improving user experiences. + Hello! We are Firefly Shelter, a developer team passionate about building useful tools and improving user experiences.

I created a lightweight and modern Game Launcher to help users easily launch and manage their games with better performance and simplicity. diff --git a/frontend/src/pages/analysis/index.tsx b/frontend/src/pages/analysis/index.tsx index 6f71bb6..df0120f 100644 --- a/frontend/src/pages/analysis/index.tsx +++ b/frontend/src/pages/analysis/index.tsx @@ -63,12 +63,12 @@ export default function AnalysisPage() { Master Website

- https://sranalysis.kain.id.vn/ + https://sranalysis.punklorde.org diff --git a/frontend/src/pages/fireflytools/index.tsx b/frontend/src/pages/fireflytools/index.tsx index e9292ed..05c1dde 100644 --- a/frontend/src/pages/fireflytools/index.tsx +++ b/frontend/src/pages/fireflytools/index.tsx @@ -19,40 +19,23 @@ export default function FireflyToolsPage() { This site is a another version of {" "} Firefly Tools {" "} developed by {" "} - Me {"(Kain)"} + Firefly Shelter

-
🏆 Master Website
- https://srtools.kain.id.vn/ + https://srtools.punklorde.org
- -
-
- 🔄 - Backup Website -
- - https://firefly-srtools.vercel.app/ - -
-
👨‍💻

The original tool was created by a third-party developer named Amazing. This version is directly based on that work, without modification to core logic.

@@ -61,22 +44,13 @@ export default function FireflyToolsPage() {
🔗

There is also a more modern version by the same author available at{" "} srtools.neonteam.dev - {" "}and the original version at{" "} - - srtools.pages.dev -

diff --git a/frontend/src/pages/launcher/index.tsx b/frontend/src/pages/launcher/index.tsx index f6a1787..e82d4d2 100644 --- a/frontend/src/pages/launcher/index.tsx +++ b/frontend/src/pages/launcher/index.tsx @@ -65,7 +65,7 @@ export default function LauncherPage() { { tooltip: "Firefly SRAnalysis", href: "https://sranalysis.punklorde.org", - img: "https://sranalysis.punklorde.orgff-sranalysis.png", + img: "https://sranalysis.punklorde.org/ff-sranalysis.png", btnClass: "btn-primary" }, { diff --git a/main.go b/main.go index 0c5fcc1..510c0a6 100644 --- a/main.go +++ b/main.go @@ -68,7 +68,7 @@ func main() { // Create application app := application.New(application.Options{ Name: "firefly-launcher", - Description: "Firefly Launcher - Kain", + Description: "Firefly Launcher - Firefly Shelter", Services: []application.Service{ application.NewService(&fsService.FSService{}), application.NewService(&languageService.LanguageService{}), @@ -86,7 +86,7 @@ func main() { // Create window window := app.Window.NewWithOptions(application.WebviewWindowOptions{ - Title: "Firefly Launcher - Kain", + Title: "Firefly Launcher - Firefly Shelter", Mac: application.MacWindow{ InvisibleTitleBarHeight: 50, Backdrop: application.MacBackdropTranslucent,