Chore: Port over Home & Fix Suwayomi-Server Detection on Web

This commit is contained in:
Youwes09
2026-05-24 12:09:29 -05:00
parent 6c39ef538f
commit ae5d9748c7
42 changed files with 3195 additions and 1342 deletions
+6 -6
View File
@@ -7,21 +7,21 @@ export type PlatformFeature =
| 'discord-rpc'
export interface ServerLaunchConfig {
jarPath: string
port: number
jarPath: string
port: number
dataPath: string
}
export interface DiscordPresence {
title: string
chapter: string
title: string
chapter: string
startTimestamp?: number
}
export interface AppUpdateInfo {
version: string
url: string
notes?: string
url: string
notes?: string
}
export interface PlatformAdapter {