小数web

zhupei 43e89ecd6d feat: 基本实现前端图生文、文生图的效果 hai 1 ano
.husky 768715051c add %!s(int64=2) %!d(string=hai) anos
.vscode 3b6e513740 feat:提交dist hai 1 ano
dist 9407bb1c7e 修改pdf worker引用路径为.js后缀 hai 1 ano
public 9407bb1c7e 修改pdf worker引用路径为.js后缀 hai 1 ano
src 43e89ecd6d feat: 基本实现前端图生文、文生图的效果 hai 1 ano
.browserslistrc 768715051c add %!s(int64=2) %!d(string=hai) anos
.editorconfig 768715051c add %!s(int64=2) %!d(string=hai) anos
.env 768715051c add %!s(int64=2) %!d(string=hai) anos
.env.development 768715051c add %!s(int64=2) %!d(string=hai) anos
.env.production 768715051c add %!s(int64=2) %!d(string=hai) anos
.env.test 768715051c add %!s(int64=2) %!d(string=hai) anos
.eslintignore 768715051c add %!s(int64=2) %!d(string=hai) anos
.eslintrc.js 768715051c add %!s(int64=2) %!d(string=hai) anos
.gitattributes 768715051c add %!s(int64=2) %!d(string=hai) anos
.gitignore 43e89ecd6d feat: 基本实现前端图生文、文生图的效果 hai 1 ano
.gitlab-ci.yml 861ab2e616 ci: 更新自动化部署脚本 hai 1 ano
.prettierignore 768715051c add %!s(int64=2) %!d(string=hai) anos
.prettierrc 77c832c25e fix:删除打包文件,增加知识库 hai 1 ano
README.md 539d923417 docs: 完善项目关键内容注释 hai 1 ano
index.html e41e2fb4bb 部分文本修改 hai 1 ano
jsconfig.json 768715051c add %!s(int64=2) %!d(string=hai) anos
package-lock.json a97a025e50 fix: 修复文档引用在聊天页面无效的bug hai 1 ano
package.json a97a025e50 fix: 修复文档引用在聊天页面无效的bug hai 1 ano
prettierrc 768715051c add %!s(int64=2) %!d(string=hai) anos
vite.config.js 43e89ecd6d feat: 基本实现前端图生文、文生图的效果 hai 1 ano

README.md

business

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

项目设置

# 安装项目依赖
$ npm install
$ npm install --legacy-peer-deps

# 本地启动项目
$ npm run dev # localhost:80

# 构建项目
$ npm run build

项目须知

  1. dist目录需要在git进行追踪,不必添加到.gitignore文件中。
  2. 安装项目依赖使用npm install --legacy-peer-deps,仅使用npm install命令可能无法启动项目。
  3. 配置文件位于src/config/settings.json中,RAGFlowUrl需要配置,当前值为http://192.168.20.119:11080。如果不配置,则会引起文档引用效果出错,图片和 PDF 文档将无法显示。

相关资源