Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Jan 11, 2023
1 parent 496f359 commit 02a685f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 7 deletions.
38 changes: 32 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
1. component:存放组件
2. utils:工具库
3. store:数据源
4. routers:路由

## Build Setup

Expand All @@ -17,14 +18,39 @@ $ npm run dev

# build for production
$ npm run build

# local preview
$ npm run preview
```

## 已完成功能

- [x] 二创图feed流
- [x] 滚动加载
- [x] 基础tag栏展示
- [x] tag栏用户自定义排序
- [x] 视频接口测通

## TODO

- [ ] 二创文章展示页
- [ ] 二创图展示页
- [ ] 二创视频展示页
- [x] 首屏瀑布流
- [x] 首屏加载流
- [ ] UI 设计
### 急急急

- [ ] 总体layout布局
- [ ] 总体font-family,各种layout下font-size等全局属性的设定
- [ ] tag栏放缩动画
- [ ] 理解完视频接口的q等属性特点

### 现在还没定论的

- [ ] 图片接口还没有出
- [ ] 二创图瀑布流页面
- [ ] UI设计
- [ ] 接口测试
- [ ] 封闭测试

### 后续有空可以添加的

- [ ] 主题设置
- [ ] 跳转app
- [ ] 用户系统
- [ ] 拉黑
2 changes: 1 addition & 1 deletion src/utils/fetch/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import videoJson from "./video.json";
// import videoJson from "./video.json";

/**
* 类型文件导入
Expand Down

0 comments on commit 02a685f

Please sign in to comment.