From 0a5bcbf60c4fc80957d98ebe970f945450e1c9d2 Mon Sep 17 00:00:00 2001 From: LmeSzinc <37934724+LmeSzinc@users.noreply.github.com> Date: Wed, 9 Aug 2023 05:58:42 +0800 Subject: [PATCH] Doc: Add minimap tracking doc --- README.md | 2 +- README_en.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb3827b7..457ffd5ad 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ python gui.py Discord https://discord.gg/aJkt3mKDEr QQ群 752620927 +- [小地图识别原理](https://github.com/LmeSzinc/StarRailCopilot/wiki/MinimapTracking) - 开发文档(目录在侧边栏):[Alas wiki](https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/1.-Start),但很多内容是新写的,建议阅读源码和历史提交。 - - 开发路线图:[#10](https://github.com/LmeSzinc/StarRailCopilot/issues/10) ,欢迎提交 PR,挑选你感兴趣的部分进行开发即可。 > **如何添加多语言/多服务器支持?** 需要适配 assets,参考 [开发文档 “添加一个 Button” 一节](https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/4.1.-Detection-objects#%E6%B7%BB%E5%8A%A0%E4%B8%80%E4%B8%AA-button)。 diff --git a/README_en.md b/README_en.md index 73551d069..21b73138e 100644 --- a/README_en.md +++ b/README_en.md @@ -71,6 +71,8 @@ Keep the bot running, SRC will auto login and empty trailblaze power when it's r Discord https://discord.gg/aJkt3mKDEr QQ Group 752620927 +- [Minimap Tracking](https://github.com/LmeSzinc/StarRailCopilot/wiki/MinimapTracking) + - Development Docs (menu is on sidebar): [Alas wiki](https://github.com/LmeSzinc/AzurLaneAutoScript/wiki/1.-Start) (in Chinese). However, there is ton of code newly written, it is recommended to read the source code and historical commits. - Development Road Map: [#10](https://github.com/LmeSzinc/StarRailCopilot/issues/10). Pull Requests are welcomed, just pick the part you interested to work on.