From 74d89c39682c66ec6c06e075b7b04f80ed756317 Mon Sep 17 00:00:00 2001 From: 1638245306 <1638245306@qq.com> Date: Thu, 10 Jul 2025 15:18:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor(web):=20=E4=BC=98=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=92=8C=E6=9E=84=E5=BB=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改用户服务条款中的企业用户描述 - 在 package.json 中添加新的构建命令 build:flowH5 - 引入新的依赖库 @meetjs/vant4-kit 和 vue-qr - 添加 rollup 插件以优化构建过程 --- backend/templates/terms_service.html | 2 +- web/package.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/backend/templates/terms_service.html b/backend/templates/terms_service.html index cef7e38..566cd86 100644 --- a/backend/templates/terms_service.html +++ b/backend/templates/terms_service.html @@ -82,7 +82,7 @@

五、巨梦科技企业客户服务说明

- 1、巨梦科技平台提供给多家企业客户使用,企业客户通过巨梦科技平台进行发布用户活动等。如果功夫企火星企业用户违反了隐私政策或发生其它侵犯用户权益的行为,用户可要求巨梦科技提供必要的配合与巨梦科技企业用户进行沟通和维权,维权过程中产生的费用由用户自行承担。

+ 1、巨梦科技平台提供给多家企业客户使用,企业客户通过巨梦科技平台进行发布用户活动等。如果企业用户违反了隐私政策或发生其它侵犯用户权益的行为,用户可要求巨梦科技提供必要的配合与巨梦科技企业用户进行沟通和维权,维权过程中产生的费用由用户自行承担。

六、其他事宜

diff --git a/web/package.json b/web/package.json index 73981a4..2a57a86 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,8 @@ "build:dev": "vite build --mode development", "build": "vite build", "build:local": "vite build --mode local_prod", - "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/" + "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", + "build:flowH5": "vite build --config flowH5.config.ts" }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", @@ -18,6 +19,7 @@ "@fast-crud/ui-interface": "^1.21.2", "@great-dream/dvadmin3-celery-web": "^3.1.3", "@iconify/vue": "^4.1.2", + "@meetjs/vant4-kit": "^1.0.1", "@types/lodash": "^4.17.7", "@vitejs/plugin-vue-jsx": "^4.0.1", "@wangeditor/editor": "^5.1.23", @@ -48,6 +50,8 @@ "print-js": "^1.6.0", "qrcodejs2-fixes": "^0.0.2", "qs": "^6.11.0", + "rollup-plugin-postcss": "^4.0.2", + "rollup-plugin-terser": "^7.0.2", "screenfull": "^6.0.2", "sortablejs": "^1.15.0", "splitpanes": "^3.1.5", @@ -62,6 +66,7 @@ "vue-draggable-plus": "^0.6.0", "vue-grid-layout": "^3.0.0-beta1", "vue-i18n": "^9.14.0", + "vue-qr": "^4.0.9", "vue-router": "^4.4.3", "vxe-table": "^4.6.18", "xe-utils": "^3.5.30"