From 94d7d1a7aed4c7bf6265d3b5dd4432b32b7c3ba4 Mon Sep 17 00:00:00 2001 From: xjs Date: Mon, 10 Nov 2025 14:24:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/.env | 2 +- package.json | 15 --------------- pages.config.ts | 2 +- src/aiService-sub/index/index.vue | 10 ---------- src/manifest.json | 2 +- src/pages-sub/evaluation/assessmentPage.vue | 1 + src/pages.json | 2 +- src/pages/home/index/index.vue | 4 ++-- 8 files changed, 7 insertions(+), 31 deletions(-) diff --git a/env/.env b/env/.env index f1ac044..6e52669 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = '六纬志愿' +VITE_APP_TITLE = '六纬升学' VITE_APP_PORT = 9000 VITE_UNI_APPID = 'H57F2ACE4' diff --git a/package.json b/package.json index c02c2b2..e2f608a 100644 --- a/package.json +++ b/package.json @@ -2,22 +2,7 @@ "name": "volunteer-4", "type": "commonjs", "version": "2.5.5", - "description": "unibest - 最好的 uniapp 开发模板", - "author": { - "name": "feige996", - "zhName": "菲鸽", - "email": "1020103647@qq.com", - "github": "https://github.com/feige996", - "gitee": "https://gitee.com/feige996" - }, "license": "MIT", - "repository": "https://github.com/feige996/unibest", - "repository-gitee": "https://gitee.com/feige996/unibest", - "repository-deprecated": "https://github.com/codercup/unibest", - "bugs": { - "url": "https://github.com/feige996/unibest/issues" - }, - "homepage": "https://feige996.github.io/unibest/", "engines": { "node": ">=18", "pnpm": ">=7.30" diff --git a/pages.config.ts b/pages.config.ts index 5732365..be71b33 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages' export default defineUniPages({ globalStyle: { navigationBarTextStyle: 'black', - navigationBarTitleText: '六纬志愿', + navigationBarTitleText: '六纬升学', navigationBarBackgroundColor: '#fff', backgroundColor: '#F8F8F8', }, diff --git a/src/aiService-sub/index/index.vue b/src/aiService-sub/index/index.vue index 1e43649..4f30b91 100644 --- a/src/aiService-sub/index/index.vue +++ b/src/aiService-sub/index/index.vue @@ -40,16 +40,6 @@ onLoad((options) => { url.value += `&fileId=${options.fileId}` } }) - // if (options.locationCode) { - // url.value += `&locationCode=${options.locationCode}` - // } - // const recorderManager = uni.getRecorderManager() - // recorderManager.onError((res) => { - // console.log('录音错误', res) - // }) - // recorderManager.onStop((res) => { - // console.log('录音停止', res) - // }) }) diff --git a/src/manifest.json b/src/manifest.json index a2c009d..b4572b0 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,5 +1,5 @@ { - "name": "六纬志愿", + "name": "六纬升学", "appid": "H57F2ACE4", "description": "", "versionName": "1.0.0", diff --git a/src/pages-sub/evaluation/assessmentPage.vue b/src/pages-sub/evaluation/assessmentPage.vue index 4f42f0d..32eec3f 100644 --- a/src/pages-sub/evaluation/assessmentPage.vue +++ b/src/pages-sub/evaluation/assessmentPage.vue @@ -47,6 +47,7 @@ cell shape="button" class="custom-checkbox" + default-style="width: 100%;height: 80rpx;background-color: #f6f7f8;border-radius: 8rpx;display: flex;align-items: center;justify-content: center;font-size: 28rpx;font-weight: 400;color: #303030;border: 2rpx solid #f6f7f8;" > {{ item.name }} diff --git a/src/pages.json b/src/pages.json index 16f3791..5911a32 100644 --- a/src/pages.json +++ b/src/pages.json @@ -1,7 +1,7 @@ { "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "六纬志愿", + "navigationBarTitleText": "六纬升学", "navigationBarBackgroundColor": "#fff", "backgroundColor": "#F8F8F8" }, diff --git a/src/pages/home/index/index.vue b/src/pages/home/index/index.vue index a58b4f9..7ca1e4f 100644 --- a/src/pages/home/index/index.vue +++ b/src/pages/home/index/index.vue @@ -109,14 +109,14 @@ onShow(() => { }) onShareAppMessage(() => { return { - title: '六纬志愿', + title: '六纬升学', path: '/pages/home/index/index', imageUrl: 'https://api.static.ycymedu.com/images/share.png', } }) onShareTimeline(() => { return { - title: '六纬志愿', + title: '六纬升学', } })