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

View File

@@ -0,0 +1,4 @@
[[permission]]
identifier = "allow-api-settings"
description = "Enables API config commands"
commands.allow = ["get_api_config"]

View File

@@ -0,0 +1,4 @@
[[permission]]
identifier = "allow-coin-settings"
description = "Enables coin list and refresh interval commands"
commands.allow = ["list_coins", "set_coin_enabled", "get_refresh_interval", "get_background_theme"]

View File

@@ -0,0 +1,4 @@
[[permission]]
identifier = "allow-fetch-tickers"
description = "Enables the fetch_tickers command"
commands.allow = ["fetch_tickers"]