merge fix

This commit is contained in:
Icy
2025-11-13 00:44:26 +08:00
parent b1fb8d98d0
commit 905c3ed8b4
31 changed files with 134 additions and 5226 deletions

View File

@@ -1,10 +1,5 @@
export interface SystemConfig {
beta_mode: boolean
default_coins?: string[]
btc_eth_leverage?: number
altcoin_leverage?: number
rsa_public_key?: string
rsa_key_id?: string
}
let configPromise: Promise<SystemConfig> | null = null