ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 使用方法 **1.打开handsame主题目录->component->sidebar.php** ![](https://img.kancloud.cn/47/88/4788fde46b8085733d67942b2291b8fb_1063x455.png) <br> **2.在上面截图的代码位置:** ``` <?php if ($this->options->adContentSidebar != ""): ?> <!--广告位置--> ``` 3.添加以下代码: ``` <!--个人公众号位置--> <section id="a_d_sidebar" class="widget widget_categories wrapper-md clear"> <h5 class="widget-title m-t-none text-md"><?php _me("欢迎关注微信公众号") ?></h5> <img src="https://你的公众号图片地址" alt="个人微信公众号" title="个人微信公众号" class="block"> </section> ``` ## 效果演示 ![](https://img.kancloud.cn/f4/44/f44467f388c7dbde39f452e75b89eba5_1359x481.png)