8ac7daae创建于 2025年12月13日历史提交
文件最后提交记录最后更新时间
feat(landing): implement routing between landing page and web UI 5 个月前
fix: fix typos 5 个月前
feat(landing): implement routing between landing page and web UI 5 个月前
fix: fix typos 5 个月前
feat(landing): implement routing between landing page and web UI 5 个月前
feat(web): add React-based mpp-web UI with mpp-core integration #453 Introduce a new mpp-web module using React and Vite, providing a lightweight web UI that directly integrates the mpp-core library. Adjust mpp-ui build to target Node.js CLI only, with no browser compilation. 6 个月前
feat(web): add LLM config, streaming chat, and provider support #453 Implement LLM configuration with localStorage, streaming chat with history, and support for multiple providers (OpenAI, Anthropic, etc.) in the web UI. Add browser polyfills and update build for compatibility. 6 个月前
README.md

xuiper.com Landing (mpp-web)

本目录基于现有 mpp-web(Vite + React)实现 www.xuiper.com 的 landing page,并保留原来的 Web UI(用于演示 mpp-core):

  • 访问 Landing/#/
  • 访问 Web UI/#/app

本地开发

cd mpp-web
npm run dev

构建

npm run build 会先构建 Kotlin/JS 的 mpp-core 产物,再执行 Vite 构建。

cd mpp-web
npm run build

部署到自定义域名

  • public/CNAME 已设置为 www.xuiper.com,适用于 GitHub Pages 自定义域名。
  • 如果你使用 Vercel/Cloudflare Pages,也可以保留该文件(不影响构建产物)。