diff --git a/doc/manual_guide.md b/doc/manual_guide.md new file mode 100644 index 0000000..1356a5d --- /dev/null +++ b/doc/manual_guide.md @@ -0,0 +1,23 @@ +# 电脑微信浏览朋友圈 +## 一、浏览全部朋友圈 +打开微信朋友圈页面进行浏览。缺点是只能浏览最近100天的记录。
+![朋友圈页面.png](/doc/pic/朋友圈页面.png)
+## 二、浏览单个朋友 +* 此方法没有最大天数限制
+* 打开搜一搜,点击朋友圈
+![打开朋友圈.png](/doc/pic/打开朋友圈.png)
+* 输入数字1,点击搜索
+![点击搜索.png](/doc/pic/点击搜索.png)
+* 展开朋友下拉框
+![展开朋友.png](/doc/pic/展开朋友.png)
+* 搜索一个朋友点击完成
+![点击完成.png](/doc/pic/点击完成.png)
+* 输入一个**中文**的问号 ? 再次点击搜索
+![中文问号.png](/doc/pic/中文问号.png)
+ +## 三、提高自动化操作成功率 +打开项目 resource/auto_gui文件夹,有四个图片
+![四幅图.png](/doc/pic/四幅图.png)
+程序根据这四个图片定位鼠标位置,进行自动化操作。
+识图成功率与电脑的分辨率,缩放比例有很大关系。
+将这四个图片替换成自己电脑的按钮截图,可以极大提高自动化操作成功率
\ No newline at end of file diff --git a/doc/pic/中文问号.png b/doc/pic/中文问号.png new file mode 100644 index 0000000..4038a0f Binary files /dev/null and b/doc/pic/中文问号.png differ diff --git a/doc/pic/四幅图.png b/doc/pic/四幅图.png new file mode 100644 index 0000000..8762d14 Binary files /dev/null and b/doc/pic/四幅图.png differ diff --git a/doc/pic/展开朋友.png b/doc/pic/展开朋友.png new file mode 100644 index 0000000..783262e Binary files /dev/null and b/doc/pic/展开朋友.png differ diff --git a/doc/pic/打开朋友圈.png b/doc/pic/打开朋友圈.png new file mode 100644 index 0000000..61b9b3a Binary files /dev/null and b/doc/pic/打开朋友圈.png differ diff --git a/doc/pic/朋友圈页面.png b/doc/pic/朋友圈页面.png new file mode 100644 index 0000000..2f8d48e Binary files /dev/null and b/doc/pic/朋友圈页面.png differ diff --git a/doc/pic/点击完成.png b/doc/pic/点击完成.png new file mode 100644 index 0000000..cf3bed5 Binary files /dev/null and b/doc/pic/点击完成.png differ diff --git a/doc/pic/点击搜索.png b/doc/pic/点击搜索.png new file mode 100644 index 0000000..55e77c9 Binary files /dev/null and b/doc/pic/点击搜索.png differ diff --git a/doc/展开朋友.png b/doc/展开朋友.png new file mode 100644 index 0000000..783262e Binary files /dev/null and b/doc/展开朋友.png differ