element UI文档地址:https://github.com/ElemeFE/element/tree/gh-pageshttps://ele.xzxo.cn/Vant UI文档地址:https://github.com/youzan/vant/tree/gh-pageshttps://vant.xzxo.cn/Vant 小程序文档地址:https://github.com/youzan/vant-weapp/tree/gh-pageshttps://vant.xzxo.cn/vant-weapp/#/homeant-design-vue文档...
搭建自己的知识题库,全篇都是干活,没有废话,照抄就行了。以及各种踩坑记录1、Dify部署这里有两种,本地自己编译docker镜像,或者使用他们发版的docker镜像如果使用编译的镜像,需要手动修改配置文件里面镜像版本号,具体看第一步最后的问题修复编译镜像git clone https://github.com/langgenius/dify.git
cd dify
make build-all上面执行完成后docker会有这些本地镜像启动容器cd dify/docker
cp .env.example .env
docker-compose up ...
WBO是一个自由和开源的在线协作白板。它允许多个用户同时在一个虚拟的大型白板上画图。该白板对所有线上用户实时更新,并且状态始终保持。它可以用于许多不同的目的,包括艺术、娱乐、设计和教学。要与某人实时协作绘制图形,只需向他们发送白板的URL。GitHub:https://github.com/lovasoa/whitebophir官方网站:https://wbo.ophir.dev/Docker镜像:https://hub.docker.com/r/lovasoa/wboDocker部署docker run -it --publish 5001:80...