首先在Typecho的主题中的handsome内的aside.php文件
文件夹为:usr\themes\handsome\component
在121列加入以下代码
<li>
<a target="_blank" href="http://www.xxx.xxx" class ="auto">
<i class="glyphicon glyphicon-fire icon text-md text-second"></i>
<span>江湖</span>
</a>
</li>
<li>
<a target="_blank" href="http://www..xxx.xxx" class ="auto">
<i class="glyphicon glyphicon-hdd icon text-md text-second"></i>
<span>网盘</span>
</a>
</li>效果如图:

