feat(header): 重构头部组件并添加底部导航栏

将头部组件中的logo动画逻辑提取为独立组件
添加底部导航栏并实现滚动显示逻辑
更新国际化文件中的app名称
This commit is contained in:
2026-04-27 16:47:38 +08:00
parent 5bb0c344b9
commit 500bdda0e5
3 changed files with 209 additions and 111 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"app": {
"name": "ArcticNewOne",
"name": "北极新一",
"brand": "ArcticNewOne",
"description": "Explore infinite possibilities and modern experiences. Welcome to ArcticNewOne."
},