mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-23 11:06:42 +02:00
🎮 feat(games): add figgos game to monorepo
- Rename barbiebox to figgos and integrate into monorepo - Remove separate git repository - Update package name to @figgos/game - Add dev scripts (figgos:dev, dev:figgos:ios, dev:figgos:android) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
03b77eec46
commit
949b9c85bc
70 changed files with 7769 additions and 0 deletions
18
games/figgos/components/subscription/usageData.json
Normal file
18
games/figgos/components/subscription/usageData.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"usage": {
|
||||
"total": 12450,
|
||||
"lastWeek": 350,
|
||||
"lastMonth": 1200,
|
||||
"currentMana": 785,
|
||||
"maxMana": 1000,
|
||||
"history": [
|
||||
{ "date": "2025-04-25", "amount": 50 },
|
||||
{ "date": "2025-04-26", "amount": 70 },
|
||||
{ "date": "2025-04-27", "amount": 30 },
|
||||
{ "date": "2025-04-28", "amount": 45 },
|
||||
{ "date": "2025-04-29", "amount": 80 },
|
||||
{ "date": "2025-04-30", "amount": 55 },
|
||||
{ "date": "2025-05-01", "amount": 20 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue