feat: add heritage discovery tab and AIGC consent dialog

- Add new HeritageDiscoverySection and HeritageQuickPrompts components for dedicated heritage discovery view
- Implement reusable AigcConsentDialog component for AI service user agreement prompts
- Update Discovery page to toggle between explore and heritage tab layouts
- Refactor legacy CardSwiper component into generic ExploreCards
- Adjust ChatMainList layout to include home hero sprite animation and restructure welcome section
- Refine NoticeMessage component styling and layout for better consistency
- Add build best practices guidance to AGENTS.md documentation
- Clean up minor config whitespace and formatting issues across files
This commit is contained in:
duanshuwen
2026-07-05 14:56:55 +08:00
parent 251f92bc1a
commit ca680ab41b
16 changed files with 1021 additions and 125 deletions

View File

@@ -38,47 +38,47 @@
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/ChatMain/ChatLongAnswer/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/guide",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/poi",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/route",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/photo",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/fullDoc",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatMain/NoticeMessage/detail",
"style": {
"navigationStyle": "custom"
}
{
"path": "pages/ChatMain/ChatLongAnswer/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/guide",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/poi",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/route",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/photo",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatModule/LongTextGuideCardPreview/fullDoc",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/ChatMain/NoticeMessage/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/test/index",
@@ -154,6 +154,17 @@
}
}
]
},
{
"root": "pages-aigc",
"pages": [
{
"path": "home",
"style": {
"navigationStyle": "custom"
}
}
]
}
],
"globalStyle": {