From c06d27c17a9f4533acccd1570360c4ae5bb294c6 Mon Sep 17 00:00:00 2001
From: Aidan
Date: Mon, 4 Aug 2025 04:10:29 -0400
Subject: [PATCH] content/fix: device content updates, index device pages
---
app/device/bonito/page.tsx | 30 +++++++++++++++--------------
app/device/cheetah/page.tsx | 38 ++++++++++++++-----------------------
app/sitemap.ts | 12 ++++++++++++
3 files changed, 42 insertions(+), 38 deletions(-)
diff --git a/app/device/bonito/page.tsx b/app/device/bonito/page.tsx
index cf95b1c..0bca8bc 100644
--- a/app/device/bonito/page.tsx
+++ b/app/device/bonito/page.tsx
@@ -82,12 +82,12 @@ export default function Bonito() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://wiki.lineageos.org/devices/bonito/"
+ href="https://www.ubuntu-touch.io"
>
- LineageOS 22.2
+ Ubuntu Touch
-
+ {/*
Root:
Magisk
-
+ N/A
+ */}
@@ -116,12 +117,12 @@ export default function Bonito() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://powerampapp.com/"
+ href="https://github.com/arubislander/uSonic"
>
- Poweramp
+ uSonic
-
+ {/*
Files:
MiXplorer Beta
-
+ N/A
+ */}
Telegram Client:
@@ -140,12 +142,12 @@ export default function Bonito() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://nekogram.app/"
+ href="https://open-store.io/app/teleports.ubports"
>
- Nekogram
+ TELEports
-
+ {/*
YouTube:
Tubular
-
+ */}
-
+ {/*
Modules
@@ -186,7 +188,7 @@ export default function Bonito() {
-
+
*/}
diff --git a/app/device/cheetah/page.tsx b/app/device/cheetah/page.tsx
index f6d21e6..40600a4 100644
--- a/app/device/cheetah/page.tsx
+++ b/app/device/cheetah/page.tsx
@@ -75,7 +75,7 @@ export default function Cheetah() {
Kernel:
- 6.1.129-android14
+ 6.1.99-android14
@@ -84,9 +84,9 @@ export default function Cheetah() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://developer.android.com/about/versions/16/get-qpr"
+ href="https://crdroid.net"
>
- Android 16 QPR1
+ crDroid Android 11.6
@@ -118,9 +118,9 @@ export default function Cheetah() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://qobuz.com"
+ href="https://tidal.com"
>
- Qobuz
+ Tidal
@@ -132,7 +132,7 @@ export default function Cheetah() {
rel="noopener noreferrer"
href="https://mixplorer.com/"
>
- MiXplorer Beta
+ MiXplorer
@@ -154,9 +154,9 @@ export default function Cheetah() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://github.com/NoName-exe/revanced-extended"
+ href="https://revanced.app"
>
- ReVanced Extended
+ ReVanced
@@ -172,9 +172,9 @@ export default function Cheetah() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://github.com/5ec1cff/TrickyStore"
+ href="https://github.com/bindhosts/bindhosts"
>
- Tricky Store
+ bindhosts
@@ -182,9 +182,9 @@ export default function Cheetah() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://github.com/dpejoh/yurikey"
+ href="https://github.com/EmojiReplacer/Emoji-Replacer"
>
- Yurikey Manager
+ Emoji Replacer
@@ -192,9 +192,9 @@ export default function Cheetah() {
className="underline hover:glow transition-all"
target="_blank"
rel="noopener noreferrer"
- href="https://github.com/LSPosed/LSPosed.github.io/releases"
+ href="https://github.com/PerformanC/ReZygisk"
>
- Shamiko
+ ReZygisk
@@ -207,16 +207,6 @@ export default function Cheetah() {
LSPosed JingMatrix
-
-
- Zygisk Next
-
-
diff --git a/app/sitemap.ts b/app/sitemap.ts
index c792039..926ed38 100644
--- a/app/sitemap.ts
+++ b/app/sitemap.ts
@@ -26,6 +26,18 @@ export default function sitemap(): MetadataRoute.Sitemap {
changeFrequency: 'monthly',
priority: 0.8,
},
+ {
+ url: 'https://aidxn.cc/device/cheetah',
+ lastModified: new Date(),
+ changeFrequency: 'weekly' /* yes, i really re-flash roms this often */,
+ priority: 0.8,
+ },
+ {
+ url: 'https://aidxn.cc/device/bonito',
+ lastModified: new Date(),
+ changeFrequency: 'weekly',
+ priority: 0.8,
+ },
{
url: 'https://aidxn.cc/manifesto',
lastModified: new Date(),