feat: add telegram-style resource stream

This commit is contained in:
TerryM
2026-05-25 05:25:57 +08:00
parent aaebd7ccd1
commit a784f159fe
45 changed files with 3201 additions and 1160 deletions

View File

@@ -12,3 +12,7 @@ VITE_ADMIN_ONLY=false
# Optional admin UI base path. Leave empty to use default app behavior.
VITE_ADMIN_UI_PREFIX=
# Use mock Post data (Telegram-style resource stream) while backend /api/posts
# endpoints are not yet ready. Set to "false" to hit real API.
VITE_USE_MOCK_POSTS=true