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 ...