Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit fd69e18

Browse files
committed
update changlog
1 parent 88e27af commit fd69e18

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

assets/changelog.jpg

529 KB
Loading

assets/changelog1_1_3.jpg

43.8 KB
Loading

src/components/Changelog/Changelog.jsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,16 @@ class ChangeLog extends React.Component {
4646
autoScrollBodyContent={true}
4747
>
4848
<section className={styles.changeLogSec}>
49-
<h4>版本更新<span>version 1.1.3</span></h4>
50-
<img src='/assets/changelog.jpg'alt="" />
49+
<h4>版本更新<span>version 1.2.0</span></h4>
50+
<img src={require('../../../assets/changelog.jpg')}alt="" />
5151
<h2>
5252
更新内容
5353
</h2>
5454
<ul>
55-
<li>添加网站ico以及meta信息</li>
56-
<li>优化类目栏展现</li>
57-
<li>添加Bilibili源(all和单机游戏类目)</li>
55+
<li>添加Favorite关注列表</li>
56+
<li>更改主舞台空闲状态UI(星系ui)</li>
57+
<li>优化源数据</li>
58+
<li>优化注册登录UI</li>
5859
<li>添加Github开源地址,期待你的加入 <strong><a href="https://github.com/EthanOrange/tv" target="_blank">View Github</a></strong></li>
5960
<li>添加赞助功能, 希望有能力的伙伴能和网站一同前行</li>
6061
<li>依然一大堆BUG和ISSUE <strong>#NeedYOU</strong></li>

0 commit comments

Comments
 (0)