feat: 修改项目名

master
xjs 2025-11-10 14:44:35 +08:00
parent 8377831ad8
commit 226a120f8d
4 changed files with 4 additions and 18 deletions

View File

@ -3,21 +3,7 @@
"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"

View File

@ -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',
},

View File

@ -1,7 +1,7 @@
{
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "六纬志愿",
"navigationBarTitleText": "六纬升学",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8"
},

View File

@ -107,14 +107,14 @@ onShow(() => {
})
onShareAppMessage(() => {
return {
title: '六纬志愿',
title: '六纬升学',
path: '/pages/home/index/index',
imageUrl: 'https://api.static.ycymedu.com/images/share.png',
}
})
onShareTimeline(() => {
return {
title: '六纬志愿',
title: '六纬升学',
}
})