mirror of
https://github.com/Kenshin/simpread.git
synced 2026-01-25 14:28:34 +00:00
Update welcome copywrite.
This commit is contained in:
parent
61b4f65fd7
commit
2bde7d1380
@ -180,10 +180,23 @@ class Welcome extends React.Component {
|
||||
<img src={ ss.IconPath( "welcome-mode" )} style={ style.img }/>
|
||||
<h2 style={ style.h2 }>阅读模式 与 聚焦模式</h2>
|
||||
<div style={ style.desc }>
|
||||
阅读模式: <strong>独有功能</strong>,自动提取适配页面的标题、描述、正文、媒体等资源。<br/>
|
||||
支持 <a target="_blank" href="http://ksria.com/simpread/docs/#/%E4%B8%B4%E6%97%B6%E9%98%85%E8%AF%BB%E6%A8%A1%E5%BC%8F">临时阅读模式</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/TXT-%E9%98%85%E8%AF%BB%E5%99%A8">TXT 阅读模式</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/%E4%B8%BB%E5%8A%A8%E9%80%82%E9%85%8D%E9%98%85%E8%AF%BB%E6%A8%A1%E5%BC%8F">主动适配模式</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/智能适配模式">智能适配模式</a>
|
||||
· <a target="_blank" href="http://ksria.com/simpread/docs/#/%E8%AE%BA%E5%9D%9B%E7%B1%BB%E9%A1%B5%E9%9D%A2%E5%8F%8A%E5%88%86%E9%A1%B5">论坛类页面 / 分页</a>。<br/>
|
||||
聚焦模式:高亮鼠标所在的文章段落,不改变当前页面的结构,适合未适配的网站。<br/>
|
||||
阅读模式 → <strong>独有功能</strong>,自动提取适配页面的标题、描述、正文、媒体等资源。<br/>
|
||||
支持 <a target="_blank" href="http://ksria.com/simpread/docs/#/临时阅读模式">临时阅读模式</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/主动适配阅读模式">主动适配模式</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/词法分析引擎">智能适配模式</a>
|
||||
· <a target="_blank" href="http://ksria.com/simpread/docs/#/论坛类页面及分页">论坛类页面 / 分页</a>。<br/>
|
||||
<a target="_blank" href="http://ksria.com/simpread/docs/#/聚焦模式">聚焦模式</a> → 高亮鼠标所在的文章段落,不改变当前页面的结构。<br/>
|
||||
</div>
|
||||
</section>
|
||||
</div> }
|
||||
|
||||
{ (( !first && version == "1.1.1" ) || version == "all" ) &&
|
||||
<div className="carousel-item" id="1.1.1">
|
||||
<section style={ style.section }>
|
||||
<img src="http://sr.ksria.cn/welcome-adapter.png" style={ style.img }/>
|
||||
<h2 style={ style.h2 }>更智能的正文提取功能</h2>
|
||||
<div style={ style.desc }>
|
||||
全新的 <b>词法分析引擎</b><sup>2.0</sup>,简悦可以识别出 <a target="_blank" href="http://ksria.com/simpread/docs/#/TXT-阅读器">TXT</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/词法分析引擎?id=markdown-识别">Markdown</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/词法分析引擎?id=latex-识别">LaTeX</a> · <a target="_blank" href="http://ksria.com/simpread/docs/#/词法分析引擎?id=代码段的高亮">代码段</a><br/>
|
||||
Wordpress · Hexo · Ghost · Discuz 等博客 / 论坛的页面了!<br/>
|
||||
甚至,只要是结构良好的页面,(无需适配)自动生成阅读模式,详细 <a target="_blank" href="http://ksria.com/simpread/docs/#/词法分析引擎">请看这里</a> 。
|
||||
</div>
|
||||
</section>
|
||||
</div> }
|
||||
@ -226,19 +239,6 @@ class Welcome extends React.Component {
|
||||
</section>
|
||||
</div> }
|
||||
|
||||
{ (( !first && version == "1.1.1" ) || version == "all" ) &&
|
||||
<div className="carousel-item" id="1.1.1">
|
||||
<section style={ style.section }>
|
||||
<img src="http://sr.ksria.cn/welcome-adapter.png" style={ style.img }/>
|
||||
<h2 style={ style.h2 }>更智能的正文提取功能</h2>
|
||||
<div style={ style.desc }>
|
||||
全新的 <b>词法分析引擎</b><sup>2.0</sup>,简悦可以识别出 Markdown · LaTeX · 代码段<br/>
|
||||
Wordpress · Hexo · Ghost · Discuz 等博客 / 论坛的页面了!<br/>
|
||||
甚至,只要是结构良好的页面,(无需适配)自动生成阅读模式,详细 <a target="_blank" href="http://ksria.com/simpread/docs/#/词法分析引擎">请看这里</a> 。
|
||||
</div>
|
||||
</section>
|
||||
</div> }
|
||||
|
||||
{ (( !first && version == "1.1.2" ) || version == "all" ) &&
|
||||
<div className="carousel-item" id="1.1.2">
|
||||
<section style={ style.section }>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user