Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 26, 2024
1 parent fdf9183 commit e0db803
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
2 changes: 0 additions & 2 deletions module/momo_talk.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def check_mode(self):
self.logger.info("UNREAD mode")
else:
self.logger.info("can't detect mode button")
return False
self.latest_img_array = self.get_screenshot_array()
if image.compare_image(self, "momo_talk_up", need_log=False):
self.logger.info("change UP to DOWN")
Expand All @@ -59,7 +58,6 @@ def check_mode(self):
self.logger.info("DOWN mode")
else:
self.logger.info("can't detect up/down button")
return False
return True


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>碧蓝档案<strong>游戏内部设置</strong></p>
<p><span style="background-color: #f1c40f;"><strong>**必选**</strong></span></p>
<p><strong>选项-&gt;图像</strong>:战斗画面上下黑边:OFF</p>
<p><strong>记忆大厅</strong>:不选取亚子,爱露,若藻</p>
<p><strong>国际服语言</strong>:英文</p>
<p><strong>推荐选取</strong>(不影响脚本运行)&nbsp; &nbsp;</p>
<table style="border-collapse: collapse; width: 46.312%; height: 242px;" border="1">
<tbody>
<tr>
<td style="width: 50%;">分辨率</td>
<td style="width: 50%;">最高</td>
</tr>
<tr>
<td style="width: 50%;"></td>
<td style="width: 50%;">60</td>
</tr>
<tr>
<td style="width: 50%;">加速渲染模式</td>
<td style="width: 50%;">兼容</td>
</tr>
<tr>
<td style="width: 50%;">后期处理</td>
<td style="width: 50%;">ON</td>
</tr>
<tr>
<td style="width: 50%;">抗锯齿</td>
<td style="width: 50%;">ON</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
</body>
</html>

0 comments on commit e0db803

Please sign in to comment.