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:
@@ -1,6 +1,6 @@
|
||||
import type { Ref } from 'vue'
|
||||
|
||||
interface IPaginationParams {
|
||||
export interface IPaginationParams {
|
||||
page: number
|
||||
size: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user