Initial commit with translated description

This commit is contained in:
2026-03-29 10:19:19 +08:00
commit 5aa1f324c6
81 changed files with 27526 additions and 0 deletions

29
public/data/AGENTS.md Normal file
View File

@@ -0,0 +1,29 @@
# public/data/ — User-Specific Data
**DO NOT COMMIT** the following files — they contain user-specific data:
| File | Purpose | Template |
| ----------------------- | -------------------------------- | ------------------------------- |
| `operators.json` | User/operator info from sessions | `operators.json.example` |
| `privacy-settings.json` | Hidden topics/sessions for demos | `privacy-settings.json.example` |
## Why?
These files are generated at runtime and contain:
- User IDs and usernames
- Session counts and activity
- Privacy preferences (what the user hides)
Committing them would leak user data to the public repo.
## For New Installations
Copy the `.example` files to get started:
```bash
cp operators.json.example operators.json
cp privacy-settings.json.example privacy-settings.json
```
The dashboard will populate these automatically on first run.