diff --git a/README.md b/README.md index 3276f2b..c45b0ca 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ cd crypto_monitor 四所 `.env` 同步脚本(计仓 + 自动划转):见 **[docs/env-sync-scripts.md](./docs/env-sync-scripts.md)**。 计仓模式(以损定仓 / 全仓杠杆):见 **[docs/position-sizing-mode.md](./docs/position-sizing-mode.md)**。 -每日自动划转(双向归集至目标 U):见 **[docs/auto-transfer-daily.md](./docs/auto-transfer-daily.md)**。 +每日自动划转(双向归集至目标 U):见 **[docs/auto-transfer-daily.md](./docs/auto-transfer-daily.md)**。 +Chrome 快捷方式图标:见 **[docs/shortcut-icon.md](./docs/shortcut-icon.md)**。 --- diff --git a/brand/icon.svg b/brand/icon.svg new file mode 100644 index 0000000..3813302 --- /dev/null +++ b/brand/icon.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/brand/icons/apple-touch-icon.png b/brand/icons/apple-touch-icon.png new file mode 100644 index 0000000..b6b498f Binary files /dev/null and b/brand/icons/apple-touch-icon.png differ diff --git a/brand/icons/favicon.ico b/brand/icons/favicon.ico new file mode 100644 index 0000000..ee96d17 Binary files /dev/null and b/brand/icons/favicon.ico differ diff --git a/brand/icons/icon-16.png b/brand/icons/icon-16.png new file mode 100644 index 0000000..2840450 Binary files /dev/null and b/brand/icons/icon-16.png differ diff --git a/brand/icons/icon-180.png b/brand/icons/icon-180.png new file mode 100644 index 0000000..b6b498f Binary files /dev/null and b/brand/icons/icon-180.png differ diff --git a/brand/icons/icon-192.png b/brand/icons/icon-192.png new file mode 100644 index 0000000..b0a9171 Binary files /dev/null and b/brand/icons/icon-192.png differ diff --git a/brand/icons/icon-32.png b/brand/icons/icon-32.png new file mode 100644 index 0000000..ef0c5cf Binary files /dev/null and b/brand/icons/icon-32.png differ diff --git a/brand/icons/icon-512.png b/brand/icons/icon-512.png new file mode 100644 index 0000000..07604a6 Binary files /dev/null and b/brand/icons/icon-512.png differ diff --git a/brand/icons/icon.svg b/brand/icons/icon.svg new file mode 100644 index 0000000..3813302 --- /dev/null +++ b/brand/icons/icon.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/brand/manifest.exchange.webmanifest b/brand/manifest.exchange.webmanifest new file mode 100644 index 0000000..80d2b68 --- /dev/null +++ b/brand/manifest.exchange.webmanifest @@ -0,0 +1,23 @@ +{ + "name": "交易监控复盘", + "short_name": "监控", + "description": "加密货币永续交易监控与复盘", + "start_url": "/", + "display": "standalone", + "background_color": "#0b0d14", + "theme_color": "#0b0d14", + "icons": [ + { + "src": "__ICON_PREFIX__/icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "__ICON_PREFIX__/icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + } + ] +} diff --git a/brand/manifest.webmanifest b/brand/manifest.webmanifest new file mode 100644 index 0000000..a55c73f --- /dev/null +++ b/brand/manifest.webmanifest @@ -0,0 +1,23 @@ +{ + "name": "复盘系统中控", + "short_name": "中控", + "description": "四所交易监控与行情中控", + "start_url": "/monitor", + "display": "standalone", + "background_color": "#0b0e18", + "theme_color": "#0b0e18", + "icons": [ + { + "src": "__ICON_PREFIX__/icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "__ICON_PREFIX__/icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + } + ] +} diff --git a/crypto_monitor_binance/static/icons/apple-touch-icon.png b/crypto_monitor_binance/static/icons/apple-touch-icon.png new file mode 100644 index 0000000..b6b498f Binary files /dev/null and b/crypto_monitor_binance/static/icons/apple-touch-icon.png differ diff --git a/crypto_monitor_binance/static/icons/favicon.ico b/crypto_monitor_binance/static/icons/favicon.ico new file mode 100644 index 0000000..ee96d17 Binary files /dev/null and b/crypto_monitor_binance/static/icons/favicon.ico differ diff --git a/crypto_monitor_binance/static/icons/icon-16.png b/crypto_monitor_binance/static/icons/icon-16.png new file mode 100644 index 0000000..2840450 Binary files /dev/null and b/crypto_monitor_binance/static/icons/icon-16.png differ diff --git a/crypto_monitor_binance/static/icons/icon-192.png b/crypto_monitor_binance/static/icons/icon-192.png new file mode 100644 index 0000000..b0a9171 Binary files /dev/null and b/crypto_monitor_binance/static/icons/icon-192.png differ diff --git a/crypto_monitor_binance/static/icons/icon-32.png b/crypto_monitor_binance/static/icons/icon-32.png new file mode 100644 index 0000000..ef0c5cf Binary files /dev/null and b/crypto_monitor_binance/static/icons/icon-32.png differ diff --git a/crypto_monitor_binance/static/icons/icon-512.png b/crypto_monitor_binance/static/icons/icon-512.png new file mode 100644 index 0000000..07604a6 Binary files /dev/null and b/crypto_monitor_binance/static/icons/icon-512.png differ diff --git a/crypto_monitor_binance/static/icons/icon.svg b/crypto_monitor_binance/static/icons/icon.svg new file mode 100644 index 0000000..3813302 --- /dev/null +++ b/crypto_monitor_binance/static/icons/icon.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/crypto_monitor_binance/static/icons/manifest.webmanifest b/crypto_monitor_binance/static/icons/manifest.webmanifest new file mode 100644 index 0000000..b2ffb73 --- /dev/null +++ b/crypto_monitor_binance/static/icons/manifest.webmanifest @@ -0,0 +1,23 @@ +{ + "name": "交易监控复盘", + "short_name": "监控", + "description": "加密货币永续交易监控与复盘", + "start_url": "/", + "display": "standalone", + "background_color": "#0b0d14", + "theme_color": "#0b0d14", + "icons": [ + { + "src": "/static/icons/icon-192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any" + }, + { + "src": "/static/icons/icon-512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "any maskable" + } + ] +} diff --git a/crypto_monitor_binance/templates/index.html b/crypto_monitor_binance/templates/index.html index ee032f4..26f6b41 100644 --- a/crypto_monitor_binance/templates/index.html +++ b/crypto_monitor_binance/templates/index.html @@ -2,6 +2,12 @@ + + + + + + {{ exchange_display }} · 加密货币 | 交易监控复盘系统