Merge pull request #1072 from Celeter/master

epub默认模板去掉正文logo
pull/1076/head
kunfei 4 years ago committed by GitHub
commit b2ef18b5a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/src/main/assets/epub/chapter.html

@ -8,9 +8,9 @@
<link href="../Styles/main.css" type="text/css" rel="stylesheet"/> <link href="../Styles/main.css" type="text/css" rel="stylesheet"/>
</head> </head>
<body> <body>
<div class="logo"> <!--<div class="logo">
<img alt="" class="logo" src="../Images/logo.png"/> <img alt="" class="logo" src="../Images/logo.png"/>
</div> </div>-->
<h2 class="head">{title}</h2> <h2 class="head">{title}</h2>
{content} {content}
</body> </body>

Loading…
Cancel
Save