Files
vue-pult/server/data/chat.json
sasha 3e90269b0b Initial commit: Vue.js тир управления система
- Клиентская часть Vue 3 + Vite
- Серверная часть Node.js + WebSocket
- Система авторизации и смен
- Управление игровыми портами
- Поддержка тем (светлая/темная)
- Адаптивный дизайн

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-19 12:24:22 +03:00

17 lines
257 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"groups": [
{
"_id": "0",
"name": "Все",
"admins": [],
"wadmins": [],
"eadmins": [],
"info": {
"admin": "-1",
"data": 1756730573.84
}
}
],
"messages": [],
"privateMessages": []
}