All checks were successful
CI / update (push) Successful in 3m18s
Full period tracking system for the fitness measure page: - Period logging with start/end dates, edit/delete support - EMA-based cycle and period length predictions (α=0.3, 12 future cycles) - Calendar view with connected range strips, overflow days, today marker - Fertility window, peak fertility, ovulation, and luteal phase visualization - Period sharing between users with profile picture avatars - Cycle/period stats with 95% CI below calendar - Redesigned profile card as inline header metadata with Venus/Mars icons - Collapsible weight and period history sections - Full DE/EN i18n support
32 lines
588 B
JSON
32 lines
588 B
JSON
{
|
|
"productName": "Bocken",
|
|
"identifier": "org.bocken.app",
|
|
"version": "0.3.0",
|
|
"build": {
|
|
"devUrl": "http://192.168.1.4:5173",
|
|
"frontendDist": "https://bocken.org"
|
|
},
|
|
"app": {
|
|
"withGlobalTauri": true,
|
|
"windows": [
|
|
{
|
|
"title": "Bocken",
|
|
"url": "/",
|
|
"fullscreen": false,
|
|
"useHttpsScheme": true
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|