Initial commit: 首次建仓,建立目录结构
This commit is contained in:
22
dashboard/manifest.json
Normal file
22
dashboard/manifest.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "Beast Trader",
|
||||
"short_name": "BeastTrader",
|
||||
"description": "ETH/USDT 结构分析 + 信号诊断",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#0d1117",
|
||||
"theme_color": "#0d1117",
|
||||
"orientation": "portrait",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icon.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user