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. 6
      app/src/main/assets/epub/chapter.html

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

Loading…
Cancel
Save