feat: 智币省初始版本 + PM2 部署配置

This commit is contained in:
Midas
2026-06-22 22:53:09 +08:00
commit 22a38eb9fb
11 changed files with 1497 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "智币省",
"short_name": "智币省",
"description": "聚合全网隐藏优惠券,每日更新特价好物",
"start_url": "/",
"display": "standalone",
"background_color": "#10b981",
"theme_color": "#10b981",
"icons": [
{
"src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💰</text></svg>",
"sizes": "192x192",
"type": "image/svg+xml"
}
]
}