Compare commits
2 Commits
26d29fa646
...
226a120f8d
| Author | SHA1 | Date |
|---|---|---|
|
|
226a120f8d | |
|
|
8377831ad8 |
14
package.json
14
package.json
|
|
@ -3,21 +3,7 @@
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
"version": "2.5.5",
|
"version": "2.5.5",
|
||||||
"description": "unibest - 最好的 uniapp 开发模板",
|
"description": "unibest - 最好的 uniapp 开发模板",
|
||||||
"author": {
|
|
||||||
"name": "feige996",
|
|
||||||
"zhName": "菲鸽",
|
|
||||||
"email": "1020103647@qq.com",
|
|
||||||
"github": "https://github.com/feige996",
|
|
||||||
"gitee": "https://gitee.com/feige996"
|
|
||||||
},
|
|
||||||
"license": "MIT",
|
"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": {
|
"engines": {
|
||||||
"node": ">=18",
|
"node": ">=18",
|
||||||
"pnpm": ">=7.30"
|
"pnpm": ">=7.30"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
|
||||||
export default defineUniPages({
|
export default defineUniPages({
|
||||||
globalStyle: {
|
globalStyle: {
|
||||||
navigationBarTextStyle: 'black',
|
navigationBarTextStyle: 'black',
|
||||||
navigationBarTitleText: '六纬志愿',
|
navigationBarTitleText: '六纬升学',
|
||||||
navigationBarBackgroundColor: '#fff',
|
navigationBarBackgroundColor: '#fff',
|
||||||
backgroundColor: '#F8F8F8',
|
backgroundColor: '#F8F8F8',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
"navigationBarTitleText": "六纬志愿",
|
"navigationBarTitleText": "六纬升学",
|
||||||
"navigationBarBackgroundColor": "#fff",
|
"navigationBarBackgroundColor": "#fff",
|
||||||
"backgroundColor": "#F8F8F8"
|
"backgroundColor": "#F8F8F8"
|
||||||
},
|
},
|
||||||
|
|
@ -389,21 +389,21 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "evaluate/academicReport/capabilityReport",
|
"path": "evaluate/academicReport/CapabilityReport",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "evaluate/academicReport/characterReport",
|
"path": "evaluate/academicReport/CharacterReport",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "evaluate/academicReport/interestReport",
|
"path": "evaluate/academicReport/InterestReport",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
|
|
@ -437,26 +437,26 @@
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "evaluate/studyReport/LearnSkillReport",
|
||||||
|
"type": "page",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "evaluate/studyReport/LearnStudyReport",
|
||||||
|
"type": "page",
|
||||||
|
"style": {
|
||||||
|
"navigationStyle": "custom"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "evaluate/studyReport/anxietyReport",
|
"path": "evaluate/studyReport/anxietyReport",
|
||||||
"type": "page",
|
"type": "page",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "evaluate/studyReport/learnSkillReport",
|
|
||||||
"type": "page",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "evaluate/studyReport/learnStudyReport",
|
|
||||||
"type": "page",
|
|
||||||
"style": {
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -107,14 +107,14 @@ onShow(() => {
|
||||||
})
|
})
|
||||||
onShareAppMessage(() => {
|
onShareAppMessage(() => {
|
||||||
return {
|
return {
|
||||||
title: '六纬志愿',
|
title: '六纬升学',
|
||||||
path: '/pages/home/index/index',
|
path: '/pages/home/index/index',
|
||||||
imageUrl: 'https://api.static.ycymedu.com/images/share.png',
|
imageUrl: 'https://api.static.ycymedu.com/images/share.png',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
onShareTimeline(() => {
|
onShareTimeline(() => {
|
||||||
return {
|
return {
|
||||||
title: '六纬志愿',
|
title: '六纬升学',
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,16 +47,16 @@ interface NavigateToOptions {
|
||||||
"/login-sub/userAgreement" |
|
"/login-sub/userAgreement" |
|
||||||
"/pages-evaluation-sub/aiAutoFill/index" |
|
"/pages-evaluation-sub/aiAutoFill/index" |
|
||||||
"/pages-evaluation-sub/rank/index" |
|
"/pages-evaluation-sub/rank/index" |
|
||||||
"/pages-evaluation-sub/evaluate/academicReport/capabilityReport" |
|
"/pages-evaluation-sub/evaluate/academicReport/CapabilityReport" |
|
||||||
"/pages-evaluation-sub/evaluate/academicReport/characterReport" |
|
"/pages-evaluation-sub/evaluate/academicReport/CharacterReport" |
|
||||||
"/pages-evaluation-sub/evaluate/academicReport/interestReport" |
|
"/pages-evaluation-sub/evaluate/academicReport/InterestReport" |
|
||||||
"/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport" |
|
"/pages-evaluation-sub/evaluate/academicReport/opinionAboutReport" |
|
||||||
"/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport" |
|
"/pages-evaluation-sub/evaluate/psychologicalReport/mhtReport" |
|
||||||
"/pages-evaluation-sub/evaluate/psychologicalReport/sasReport" |
|
"/pages-evaluation-sub/evaluate/psychologicalReport/sasReport" |
|
||||||
"/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport" |
|
"/pages-evaluation-sub/evaluate/psychologicalReport/sdsReport" |
|
||||||
|
"/pages-evaluation-sub/evaluate/studyReport/LearnSkillReport" |
|
||||||
|
"/pages-evaluation-sub/evaluate/studyReport/LearnStudyReport" |
|
||||||
"/pages-evaluation-sub/evaluate/studyReport/anxietyReport" |
|
"/pages-evaluation-sub/evaluate/studyReport/anxietyReport" |
|
||||||
"/pages-evaluation-sub/evaluate/studyReport/learnSkillReport" |
|
|
||||||
"/pages-evaluation-sub/evaluate/studyReport/learnStudyReport" |
|
|
||||||
"/aiService-sub/index/index";
|
"/aiService-sub/index/index";
|
||||||
}
|
}
|
||||||
interface RedirectToOptions extends NavigateToOptions {}
|
interface RedirectToOptions extends NavigateToOptions {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue