e5a586f903
Move business code under modules/, env template to config/, PM2 single qihuo process, and _legacy shims for old imports. Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
880 B
JSON
36 lines
880 B
JSON
{
|
|
"id": "/",
|
|
"name": "国内期货 · 交易复盘系统",
|
|
"short_name": "交易复盘",
|
|
"description": "Position Management · Disciplined Execution",
|
|
"start_url": "/login",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"display_override": ["standalone", "browser"],
|
|
"orientation": "any",
|
|
"background_color": "#e8eef8",
|
|
"theme_color": "#2563eb",
|
|
"lang": "zh-CN",
|
|
"categories": ["finance", "productivity"],
|
|
"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"
|
|
},
|
|
{
|
|
"src": "/static/icons/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
}
|