docs: update README
This commit is contained in:
parent
aae06dd734
commit
026c8ed316
3 changed files with 6 additions and 14 deletions
|
@ -47,6 +47,8 @@
|
|||
|
||||
## WIP
|
||||
|
||||
暂时没什么想做的了。
|
||||
|
||||
- [x] 自适应黑暗模式
|
||||
- [x] 标点挤压
|
||||
- [x] 中、西文混排
|
||||
|
|
|
@ -553,17 +553,6 @@
|
|||
<h3 id="license">开源协议<a class="anchor" href="#tags">#</a></h3>
|
||||
<p>「赫蹏」遵循MIT协议开源。</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2 id="wip">待开发功能<a class="anchor" href="#wip">#</a></h2>
|
||||
<ul>
|
||||
<li>✅ 自适应黑暗模式</li>
|
||||
<li>✅ 标点挤压</li>
|
||||
<li>✅ 中、西文混排</li>
|
||||
<li>✅ 诗词版式</li>
|
||||
<li>✅ 行间注版式</li>
|
||||
</ul>
|
||||
|
||||
<footer class="heti-fn">
|
||||
<ol>
|
||||
<li id="fn-01">
|
||||
|
@ -575,7 +564,8 @@
|
|||
《中文排版需求》:https://w3c.github.io/clreq/
|
||||
</li>
|
||||
<li id="fn-03">
|
||||
<a href="#ref-03" title="移至">^</a>在当下前端技术尚不能完美解决中西文混排间距的情况下,常见的输入习惯是手动在中西文间加入空格(https://github.com/vinta/pangu.js)。这样做的弊端一是间距不可控(有时显得过大),二是通过空格符来排版只能算无奈之举。好消息是在最新的macOS、iOS中,使用原生语言开发的文本区域会自动处理中西文混排的间距(无论是否加空格),期待不用手敲空格的日子早日到来。
|
||||
<a href="#ref-03" title="移至">^</a>
|
||||
在当下前端技术尚不能完美解决中西文混排间距的情况下,常见的输入习惯是手动在中西文间加入空格(https://github.com/vinta/pangu.js)。这样做的弊端一是间距不可控(有时显得过大),二是通过空格符来排版只能算无奈之举。好消息是在最新的macOS、iOS中,使用原生语言开发的文本区域会自动处理中西文混排的间距(无论是否加空格),期待不用手敲空格的日子早日到来。
|
||||
</li>
|
||||
</ol>
|
||||
</footer>
|
||||
|
|
|
@ -46,8 +46,8 @@ a {
|
|||
.panel {
|
||||
position: fixed;
|
||||
z-index: 2;
|
||||
right: 12px;
|
||||
top: 12px;
|
||||
right: 14px;
|
||||
top: 14px;
|
||||
display: flex;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue