WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 98bdf32

Browse files
committed
样式调整
1 parent 20032d4 commit 98bdf32

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

compress.gitee.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<html><head></head><body><h1>书籍阅读微信小程序</h1><h2>项目介绍</h2><p><code>BookStackWechat</code> - 书籍阅读微信小程序,不仅仅是<a href="https://gitee.com/TruthHun/BookStack">BookStack</a>的配套小程序。</p><p>起初仅仅是想作为<a href="https://github.com/TruthHun/BookStack">BookStack</a>的配套小程序,但是后来想了一下,小说书籍和文档阅读类的小程序,不外乎也就是那些功能,所以<code>BookStackWechat</code>会开发成为通用的书籍阅读类小程序。</p><p>由于 <a href="https://gitee.com/TruthHun/DocHub">DocHub</a> 文库项目的开源,小程序的开发,暂停了一段时间,目前只开发实现了部分页面,当前更多页面还在继续开发中,源码届时会以 Apache 2.0 开源协议进行开源。在放出源码之前,你可以先对当前项目进行<code>star</code><code>watch</code>,以关注项目动态。</p><p>小程序采用CSS3的<code>flex</code>实现页面布局,预计会迭代发布三个版本:</p><ul class="task-list"><li><p>第一个版本: 纯模板页面,实现页面间的链接跳转</p></li><li><p>第二个版本: 约定所有API接口,请求动态数据</p></li><li><p>第三个版本: 套接<code>BookStack</code>的API接口,实现真正意义上的书籍阅读(届时会提前发布<code>BookStack</code> v2.x版本)</p></li></ul><h2>页面预览</h2><p>由于没有原型,小程序的功能布局和页面布局,主要借(抄)鉴(袭)了3个手机APP,所以,请允许我免费给他们打个小广告:</p><ul class="task-list"><li><a href="http://www.zhangyue.com/">iReader</a> - 引领品质阅读</li><li><a href="http://weread.qq.com/">微信读书</a> - 让阅读不再孤独</li><li><a href="http://www.pandadushu.com/">熊猫阅读</a> - (没有slogan就是最好的slogan...)</li></ul><hr/><p>好吧,他们都有一个响亮的Slogan,那么我们也要有一个:</p><blockquote>
2+
<p>书栈阅读 - 让阅读,成为一种本能</p>
3+
</blockquote><hr/><p>页面一览:</p><h3>首页</h3><img width="480" src="https://gitee.com/truthhun/BookStackWeChat/raw/master/screenshot/index1.png"/><br/><br/><br/><img width="480" src="https://gitee.com/truthhun/BookStackWeChat/raw/master/screenshot/index2.png"/><br/><br/><br/><br/><br/><br/><h3>分类</h3><img width="480" src="https://gitee.com/truthhun/BookStackWeChat/raw/master/screenshot/cate.png"/><br/><br/><br/><br/><br/><br/><h3>书架</h3><img width="480" src="https://gitee.com/truthhun/BookStackWeChat/raw/master/screenshot/bookshelf.png"/><br/><br/><br/><br/><br/><br/><h3>用户中心</h3><img width="480" src="https://gitee.com/truthhun/BookStackWeChat/raw/master/screenshot/me.png"/></body></html>

static/css/bookstack.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ table>tbody>tr:hover{
11561156
line-height: 1.7;
11571157
}
11581158
.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{
1159-
font-weight: 300 !important;
1159+
font-weight: 400 !important;
11601160
}
11611161
.markdown-body{font-size: 1.14em !important;line-height: 1.7;}
11621162
.editormd-preview-container ol.linenums li, .editormd-html-preview ol.linenums li{

0 commit comments

Comments
 (0)