fluffychat Web
克隆
git clone https://github.com/krille-chan/fluffychat
环境要求
- rust
- flutter
编译
cd fluffychat
./scripts/prepare-web.sh
flutter build web
tips:在此之前,可能需要修改 web/index.html 以适应相对 web path
部署
cd cd build/web
wrangler pages deploy
我只是太懒,所以直接用了 cloudflare 的 pages 服务
打补丁
由于 Unicode 中 Emoji 的更新,不同设备可能并不能显示正确的字体,你可能需要随软件分发
element-web
克隆
git clone https://github.com/element-hq/element-web
要求
- yarn
- node.js
- python
构建
cd element-web
yarn install
yarn postinstall
yarn build
p.s. 由于是 webpack 项目,慢是很正常的