mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 17:29:55 -05:00
Chore: Port over Home & Fix Suwayomi-Server Detection on Web
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user