-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] 条目名字、文章内容、回复内容能自由选择文字复制 - [x] [用户空间] 同步率 - [x] [用户空间] 添加和解除好友
- Loading branch information
Showing
27 changed files
with
436 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,24 +14,19 @@ | |
|
||
--- | ||
|
||
#### Todos | ||
#### Versions | ||
|
||
v0.11 - 2019/08/11 | ||
|
||
—— 新功能 —— | ||
|
||
- [x] [条目] 增加搜索 acfun、youku 单集播放源 (@ekibun 提供的数据) | ||
- [ ] [标签] 新增页面 | ||
- [ ] [时间胶囊] 查看和回复吐槽 | ||
- [ ] [人物] 增加人物近况 | ||
- [ ] [超展开] 坟贴标识 | ||
- [ ] [帖子] 留言编辑和删除 | ||
- [x] [帖子] 留言的图片不会自动显示, 防止显示过大的图片导致卡顿问题 | ||
- [ ] [电波提醒] 短信 | ||
- [ ] [用户空间] 同步率 | ||
- [ ] [用户空间] 添加对方为好友 | ||
- [x] [用户空间] 同步率 | ||
- [x] [用户空间] 添加和解除好友 | ||
- [x] [个人中心] 增加跳转到自己的 netabare | ||
- [ ] 条目名字、文章内容、回复内容能自由选择文字复制 | ||
- [x] [发现] 增加今日上映 X 部, 共 X 人收看今日番组 | ||
- [x] 条目名字、文章内容、回复内容能自由选择文字复制 | ||
|
||
—— 优化 —— | ||
|
||
|
@@ -43,22 +38,51 @@ v0.11 - 2019/08/11 | |
- [x] [人物] 增加初始 loading 状态 | ||
- [x] 统一安卓和 iOS 的 ActionSheet 样式 | ||
- [x] 优化了状态栏文字颜色改变的时机 | ||
- [ ] 更新 [email protected] | ||
|
||
—— 修复 —— | ||
|
||
- [x] [帖子] 修复了留言里面的图片加载困难的问题 | ||
- [x] [帖子] 修复了防剧透文本里面有 bgm 标签时, 文字显示不全的问题 | ||
- [x] [帖子] 修复了防剧透文本里面有 bgm 表情时, 文字显示不全的问题 | ||
- [x] [个人中心] 现在一定能看见设置图标, 避免登陆过期时不能登出 | ||
- [x] [个人中心] 修复了安卓端优化层叠关系, 部分机型某些情况部分区域不能点击的问题 | ||
- [x] [个人中心] 安卓端修复了头像部分层叠关系, 部分机型某些情况部分区域不能点击的问题 | ||
- [x] 修复了主站样式更新, 导致所有列表星星消失的问题 | ||
- [x] 修复了部分机型一行文字同时存在多种字号, 大的字号文本看不全的问题 | ||
|
||
[CHANGELOG](https://github.com/czy0729/Bangumi/blob/master/CHANGELOG.MD) | ||
|
||
--- | ||
|
||
#### Versions | ||
#### Todos | ||
|
||
[CHANGELOG](https://github.com/czy0729/Bangumi/blob/master/CHANGELOG.MD) | ||
v0.x 预定功能 | ||
|
||
- [ ] [索引] 页面 | ||
- [ ] [目录] 页面 | ||
- [ ] [标签] 新增页面 | ||
- [ ] [时间胶囊] 查看和回复吐槽 | ||
- [ ] [发现] 最近新增维基 | ||
- [ ] [发现] 对接了 2017-2010 的年鉴 | ||
- [ ] [超展开] 坟贴标识 | ||
- [ ] [超展开] 帖子本地收藏 (记录只保留在本地数据里) | ||
- [ ] [帖子] 留言编辑和删除 | ||
- [ ] bgm 表情本地字体化, 彻底解决渲染 html 时, 表情换行和导致文本显示不全的问题, 也提高性能 (@ekibun 提供的方案) | ||
- [ ] 统一部分样式, 比如不同的留言样式 | ||
- [ ] 夜间模式 (现在的写法开发这个工作量很巨大, 先鸽了, 框架未来几个月内可能会原生支持夜间模式) | ||
- [ ] v1.0 发布 iOS 端 | ||
- [ ] 更新 [email protected] | ||
|
||
已知问题 | ||
|
||
- [ ] [条目] 优化章节点击 ‘看到’ 之后反馈, 使尽快提供反馈 (原因是部分章节比较多的, 操作之后依赖再请求章节数据来判断章节状态, 但这个接口非常大且慢. 部分有多季度的共用章节的动漫, 有可能会出问题, 可自行下拉刷新判断) | ||
- [ ] [条目] 部分带偏移的动漫, 在线观看地址没正确偏移 (不太影响使用, 也许没办法解决) | ||
- [ ] [条目] 太快点击了 ep 的在线播放, 之后点击取消, 可能会在取消之前获取到了其他新的播放源, 而导致判断 index 偏移, 会导致进入了播放源页面 | ||
- [ ] [超展开] iOS 端不能回复, 可能要用新方法获取和管理 cookie | ||
- [ ] [电波提醒] 点击进入帖子也会刷新历史查看记录 (这个需求暂时不够数据做) | ||
- [ ] [设置] 增加了可手动设置状态栏的颜色 (伪需求, 因缺少复现设备, 如部分小米手机当状态栏一片白, 请尝试切换颜色) | ||
- [ ] [电波提醒] 短信 | ||
- [ ] [人物] 增加人物近况 | ||
- [x] iOS 端登陆 | ||
- [x] 热更新 | ||
|
||
--- | ||
|
||
|
@@ -77,18 +101,6 @@ v0.11 - 2019/08/11 | |
|
||
--- | ||
|
||
#### Demo | ||
|
||
[若要在线预览, 请先安装 expo app](https://expo.io/tools) | ||
|
||
[这个 expo app 貌似不用梯子](https://apkpure.com/expo/host.exp.exponent) | ||
|
||
<img src="./preview/expo-qr.png" width="200" alt="expo-qr" /> | ||
|
||
[expo 项目主页](https://expo.io/@a402731062/bangumi) | ||
|
||
--- | ||
|
||
#### Page Preview | ||
|
||
#### Home 进度 | ||
|
@@ -137,6 +149,18 @@ v0.11 - 2019/08/11 | |
|
||
--- | ||
|
||
#### Demo | ||
|
||
[若要在线预览, 请先安装 expo app](https://expo.io/tools) | ||
|
||
[这个 expo app 貌似不用梯子](https://apkpure.com/expo/host.exp.exponent) | ||
|
||
<img src="./preview/expo-qr.png" width="200" alt="expo-qr" /> | ||
|
||
[expo 项目主页](https://expo.io/@a402731062/bangumi) | ||
|
||
--- | ||
|
||
#### Getting Started | ||
|
||
** 下载 ** | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.