yaotian 8 лет назад
Родитель
Сommit
bfd153736b
2 измененных файлов с 6 добавлено и 4 удалено
  1. 1 0
      docs/doc.adoc
  2. 5 4
      docs/doc.html

+ 1 - 0
docs/doc.adoc

@@ -1,5 +1,6 @@
 = GoWechat使用文档
 :toc: left
+:icons: font
 
 [[install,安装]]
 == 安装

+ 5 - 4
docs/doc.html

@@ -424,6 +424,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
 .hide-for-print{display:none!important}
 .show-for-print{display:inherit!important}}
 </style>
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
 </head>
 <body class="article toc2 toc-left">
 <div id="header">
@@ -630,7 +631,7 @@ if err != nil {
 <table>
 <tr>
 <td class="icon">
-<div class="title">Important</div>
+<i class="fa icon-important" title="Important"></i>
 </td>
 <td class="content">
 你的controller需要能接收GET与POST两种消息
@@ -732,7 +733,7 @@ return &amp;message.Reply{message.MsgTypeVoice, voice}</code></pre>
 <table>
 <tr>
 <td class="icon">
-<div class="title">Note</div>
+<i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
 微信目前不支持回复链接消息
@@ -747,7 +748,7 @@ return &amp;message.Reply{message.MsgTypeVoice, voice}</code></pre>
 <table>
 <tr>
 <td class="icon">
-<div class="title">Note</div>
+<i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
 微信目前不支持坐标消息
@@ -1061,7 +1062,7 @@ if err != nil {
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2017-12-22 22:06:11 CST
+Last updated 2017-12-25 16:52:30 CST
 </div>
 </div>
 </body>