mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-07-27 04:20:43 +08:00
feat: 新增友链页面,添加友链tabbar项并调整配置
1. 新增友链页面组件,实现分组展示、滚动导航功能 2. 多语言中添加友链相关翻译 3. 修改默认首页跳转至友链页 4. 调整API请求配置,添加halo请求标记 5. 优化剪贴板提示、布局样式和工具函数 6. 更新开发环境请求地址
This commit is contained in:
@@ -58,6 +58,12 @@ export const customTabbarList: CustomTabBarItem[] = [
|
||||
iconType: 'uiLib',
|
||||
icon: 'send',
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/links/links',
|
||||
text: '%tabbar.links%',
|
||||
iconType: 'uiLib',
|
||||
icon: 'link',
|
||||
},
|
||||
{
|
||||
pagePath: 'pages/me/me',
|
||||
text: '%tabbar.me%',
|
||||
|
||||
Reference in New Issue
Block a user