refactor: rename AI summary page and update navigation path

- Changed the path of the AI summary page from "pages/ai-summary/index" to "pages/ai_summary/index"
- Updated the navigation in the profile page to reflect the new path for the AI summary page
This commit is contained in:
你çšnepiedg
2026-03-16 15:34:37 +08:00
parent ff2db1cc07
commit d101515d8d
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
} }
}, },
{ {
"path": "pages/ai-summary/index", "path": "pages/ai_summary/index",
"style": { "style": {
"navigationBarTitleText": "AI 总结" "navigationBarTitleText": "AI 总结"
} }
+1 -1
View File
@@ -157,7 +157,7 @@ function goAISuggest() {
} }
function goAISummary() { function goAISummary() {
uni.navigateTo({ url: '/pages/ai-summary/index' }) uni.navigateTo({ url: '/pages/ai_summary/index' })
} }
function goOnboarding() { function goOnboarding() {