feature: 字数统计排班

This commit is contained in:
tangly1024
2021-12-24 17:15:57 +08:00
parent f8ed2156bb
commit 61479e2e4b
2 changed files with 37 additions and 32 deletions

View File

@@ -12,7 +12,7 @@ export default function WordCount () {
})
return <div id='wordCountWrapper' className='hidden'>
<FontAwesomeIcon icon={faFileWord}/> 本文字数 <strong id='wordCount'>0</strong> &nbsp;|&nbsp; <FontAwesomeIcon icon={faClock}/> 阅读时长 <strong id='readTime'>0</strong>
<FontAwesomeIcon icon={faFileWord} className='mr-1'/> 本文字数 <strong id='wordCount'>0</strong> &nbsp;|&nbsp; <FontAwesomeIcon className='mr-1' icon={faClock}/> 阅读时长 <strong id='readTime'>0</strong>
</div>
}