Q&A
1. How is the data stored?
All content is stored locally in the browser (localStorage), requiring no backend database. You can optionally sync it to a GitHub repository.
2. Why can't I see my bookmarks on different devices?
Since it is a pure front-end application, if you haven't configured the GitHub sync feature, data is only saved in the current device's browser. Once GitHub sync is configured, your bookmarks will stay in sync across multiple devices.
3. Bookmarks are not up to date?
Check if your network connection is normal. It might also be due to browser caching; please try Ctrl + F5 for a forced refresh. If that doesn't work, press F12 to open Developer Tools and clear the cache completely. 
4. What if I forgot my password?
If you forget your password, please reset the VITE_ADMIN_PASSWORD variable in your cloud provider's console and redeploy. For local deployments, modify the .env file directly and restart the service.