init: CryptoCoin desktop ticker

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-23 21:57:39 +08:00
commit 3b979089d9
69 changed files with 8974 additions and 0 deletions

7
src-tauri/settings.json Normal file
View File

@@ -0,0 +1,7 @@
{
"enabled": ["BTCUSDT", "ETHUSDT"],
"proxyBaseUrl": "https://bn-api-proxy.smyhub.com",
"useProxy": true,
"refreshIntervalMs": 5000,
"backgroundTheme": "dark"
}