feat: 基础文件更新

master
xjs 2025-10-20 11:06:51 +08:00
parent 26d29fa646
commit 8377831ad8
2 changed files with 22 additions and 22 deletions

View File

@ -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"
}
} }
] ]
}, },

View File

@ -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 {}