yaotian 8 vuotta sitten
vanhempi
commit
d26ee8e0f0
2 muutettua tiedostoa jossa 5 lisäystä ja 6 poistoa
  1. 1 1
      docs/doc.adoc
  2. 4 5
      docs/doc.html

+ 1 - 1
docs/doc.adoc

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

+ 4 - 5
docs/doc.html

@@ -424,7 +424,6 @@ 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">
@@ -632,7 +631,7 @@ if err != nil {
 <table>
 <tr>
 <td class="icon">
-<i class="fa icon-important" title="Important"></i>
+<div class="title">Important</div>
 </td>
 <td class="content">
 你的controller需要能接收GET与POST两种消息
@@ -734,7 +733,7 @@ return &amp;message.Reply{message.MsgTypeVoice, voice}</code></pre>
 <table>
 <tr>
 <td class="icon">
-<i class="fa icon-note" title="Note"></i>
+<div class="title">Note</div>
 </td>
 <td class="content">
 微信目前不支持回复链接消息
@@ -749,7 +748,7 @@ return &amp;message.Reply{message.MsgTypeVoice, voice}</code></pre>
 <table>
 <tr>
 <td class="icon">
-<i class="fa icon-note" title="Note"></i>
+<div class="title">Note</div>
 </td>
 <td class="content">
 微信目前不支持坐标消息
@@ -1094,7 +1093,7 @@ payTool := mch.GetPayTool()</code></pre>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2018-01-25 20:56:27 CST
+Last updated 2018-01-26 10:59:30 CST
 </div>
 </div>
 </body>