mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Format source.
This commit is contained in:
parent
6d72fffa09
commit
46e1f84a0b
@ -329,7 +329,7 @@ export default class LabsOpt extends React.Component {
|
||||
<div className="version-tips" data-hits="custom">
|
||||
<div className="label">自定义样式</div>
|
||||
<div style={{ 'padding-top': '10px', 'position': 'relative' }} className="lab" onClick={ ()=>this.onClick('custom') }>
|
||||
<div className="more">
|
||||
<div className="more" style={{ 'cursor': 'pointer' }}>
|
||||
<div>增强「中文阅读体验」设置</div>
|
||||
<span className="desc">包括:标题、描述、正文的字间距、行间距、首行缩进等及自定义 CSS。</span>
|
||||
<span className="arrow"></span>
|
||||
@ -347,7 +347,7 @@ export default class LabsOpt extends React.Component {
|
||||
onChange={ (s)=>this.onChange(s, "option", "notice") } />
|
||||
</div>
|
||||
<div style={{ 'padding-top': '10px', 'position': 'relative' }} className="lab" onClick={ ()=>this.onClick('notice') }>
|
||||
<div className="more">
|
||||
<div className="more" style={{ 'cursor': 'pointer' }}>
|
||||
<div>查看全部消息</div>
|
||||
<span className="desc">简悦会不定期发送一些消息,包括:新的插件上线、新的适配站点上线、修复 Bug 等</span>
|
||||
<span className="arrow"></span>
|
||||
|
||||
@ -337,7 +337,7 @@ export default class SitesOpts extends React.Component {
|
||||
</div>
|
||||
<div className="version-tips" data-hits="sitemgr">
|
||||
<div style={{ 'padding-top': '10px', 'position': 'relative' }} onClick={ ()=>this.onClick('sitemgr') }>
|
||||
<div className="more">
|
||||
<div className="more" style={{ 'cursor': 'pointer' }}>
|
||||
<div>站点管理器</div>
|
||||
<span className="desc">可以编辑全部的适配站点,包括:官方适配源、站点集市适配源、第三方适配源、自定义适配源。</span>
|
||||
<span className="arrow" style={{ 'bottom': '13px' }}></span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user