Commit Graph
11 Commits
Author SHA1 Message Date
dream_pep 7a6f7c0ae5 构建(pnpm配置): 添加pnpm工作空间配置,允许sharp和unrs-resolver构建 2026-09-04 18:41:32 +08:00
dream_pep dcae468055 feat: 下载中心对接 GitHub Releases 并适配 latest.yml
- 新增 /download 下载页:正式版/预览版双渠道、latest.yml/latest-beta.yml 数据源、镜像下载源切换、SHA512 校验展示
- 新增 /api/download-version:GitHub API 自动识别 + 镜像兜底 + yml 解析 + 旧源兜底
- /launcher/join-beta 改为自动识别 GitHub 预览版,支持镜像下载源切换
- 新增 markdown-lite 轻量渲染器、lib/download-sources 与 lib/github-releases 共享模块
- 头部导航新增下载中心入口
2026-08-31 12:01:41 +08:00
dream_pep 5193b1c156 修复顶部 2026-07-11 19:44:14 +08:00
dream_pep e28b6513c1 修复主要css 2026-07-11 19:21:50 +08:00
dream_pep 6d7bef91ac 修复了页面缺失的问题,且补齐了其他页面内容,修复CSS问题 2026-07-11 19:20:17 +08:00
dream_pep 0de29a8737 修复logo问题 2026-07-11 01:33:18 +08:00
dream_pep 4910293d18 Update layout.tsx 2026-07-11 01:29:10 +08:00
dream_pep d1d77e8683 Forward abort signal to slash suggestions
Update the slash suggestion handler to accept an AbortSignal and pass it through to defaultSlashSuggestions. This enables cancellation of in-flight async suggestion calls (avoids race conditions and wasted work) in components/kibo-ui/editor/index.tsx.
2026-07-11 01:24:31 +08:00
dream_pep 6d87e76ebb Add CardNav, theme providers, and UI updates
Introduce an interactive top navigation and theming + site UI/branding changes.

- Add CardNav component (TSX + CSS) with GSAP animations and responsive behavior.
- Dynamic Header now loads CardNav (client-side).
- Add Providers (next-themes) and wrap RootLayout; enable theme toggle and update site title to "Koring Team".
- Add Koring logo component and public SVG asset.
- Add custom 404 (app/not-found.tsx).
- Update home page spacing and card paddings for responsiveness.
- Refactor Footer content and layout for legal/branding text.
- Add dependencies: gsap, react-icons and update pnpm lock.
2026-07-11 01:21:44 +08:00
dream_pep f35b9d1fec 基础 2026-07-10 22:52:23 +08:00
dream_pep 34c7cf34fd 基础 2026-07-10 22:38:58 +08:00