@winman-f2e/novel-title-tpl

``` $ yarn add @winman-f2e/novel-title-tpl ```

Usage no npm install needed!

<script type="module">
  import winmanF2eNovelTitleTpl from 'https://cdn.skypack.dev/@winman-f2e/novel-title-tpl';
</script>

README

阅读小说分站公用的标题模板

$ yarn add @winman-f2e/novel-title-tpl
import NovelTitle  from '@winman-f2e/novel-title-tpl'
import React from 'react'

function View () {
    return <NovelTitle index={0} tpl="tpl1">
}

属性

index: 章节序号。例如:index为0时对应的文案为“第一章”

tpl: 模板名。 可选的值:'tpl1', 'tpl2', ..., 'tpl10'