Commit Graph

6 Commits

Author SHA1 Message Date
xiongxiao
9d4b3f013a feat: 添加 PWA 更新组件,优化缓存策略和动态路由 2026-03-21 00:42:15 +08:00
a5c3b6e4e0 Remove Convex module and its initialization from auth provider; update auth.json to reflect the change. 2026-03-11 01:49:24 +08:00
91abdac399 Add Convex client setup and authentication handling
- Introduced a new module for Convex client configuration in `src/modules/convex.ts`.
- Implemented an authentication token fetcher to manage user tokens.
- Integrated the Convex client into the AuthProvider component in `src/pages/auth/index.tsx`.
2026-03-06 19:00:24 +08:00
700f8177fe chore: remove obsolete agent and page references from auth.json 2026-03-06 03:19:14 +08:00
ac51f1dc50 update 2026-03-05 22:28:47 +08:00
ec089206f1 Add kevisual configuration files for project setup
- Created kevisual.json for project metadata and synchronization settings.
- Added auth.json to manage authentication-related configurations and file synchronization from the remote registry.
2026-03-03 00:57:46 +08:00