Skip to content

Commit

Permalink
docs: 新增 FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Sep 17, 2024
1 parent c0c7778 commit f7cacd5
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
git clone --recursive https://github.com/MaaXYZ/MaaPracticeBoilerplate.git
```

**请注意,一定要完整克隆子项目,不要漏了 `--recursive`,也不要下载 zip 包!**
**请注意,一定要完整克隆子项目,不要漏了 `--recursive`,也不要下载 zip 包!** 这步未正确操作会导致所有 OCR(文字识别)失败!

2. 下载 MaaFramework 的 [Release 包](https://github.com/MaaXYZ/MaaFramework/releases),解压到 `deps` 文件夹中。

Expand Down Expand Up @@ -86,26 +86,26 @@ MAA 正计划建设为一类项目,而非舟的单一软件。

## FAQ

### 我是第一次使用 Python,在命令行输入 `python ./configure.py` 或 `python -m pip install MaaFW` 之后没有反应?没有报错,也没有提示成功,什么都没有
### 1. 我是第一次使用 Python,在命令行输入 `python ./configure.py` 或 `python -m pip install MaaFW` 之后没有反应?没有报错,也没有提示成功,什么都没有

Win10 或者 Win11 系统自带了一份 "Python",但它其实只是一个安装器,是没法用的。
你需要做的是关闭它或者删除它的环境变量,然后自己去 Python 官网下载并安装一份 Python。
[参考方法](https://www.bilibili.com/read/cv24692025/)

### 我输入 `python ./configure.py` 后报错:`Please clone this repository completely, don’t miss "--recursive", and don’t download the zip package!`
### 2. 我输入 `python ./configure.py` 后报错:`Please clone this repository completely, don’t miss "--recursive", and don’t download the zip package!`

![项目不完整1](https://github.com/user-attachments/assets/e1f697c0-e5b6-4853-8664-a358df7327a8)

请仔细阅读文档!!!
就是你现在正在阅读的本篇文档,就在上面,“如何开发”里的第一条,都已经用粗体标出来了,再问我要骂人了!
**请仔细阅读文档!!!**
就是你现在正在看的本篇文档,就在上面,“如何开发”里的第一条,都已经用粗体标出来了,再问我要骂人了!

### 使用 MaaDebugger 或 MaaPicli 时弹窗报错,应用程序错误:应用程序无法正常启动
### 3. 使用 MaaDebugger 或 MaaPicli 时弹窗报错,应用程序错误:应用程序无法正常启动

![缺少运行库](https://github.com/user-attachments/assets/942df84b-f47d-4bb5-98b5-ab5d44bc7c2a)

一般是电脑缺少某些运行库,请安装一下 [vc_redist](https://aka.ms/vs/17/release/vc_redist.x64.exe) 。

### 我在这个仓库里提了 Issue 很久没人回复
### 4. 我在这个仓库里提了 Issue 很久没人回复

这里是《项目模板》仓库,它仅仅是一个模板,一般很少会修改,开发者也较少关注。
在此仓库请仅提问模板相关问题,其他问题最好前往对应的仓库提出,如果有 log,最好也带上它(`debug/maa.log` 文件)
Expand All @@ -114,6 +114,10 @@ Win10 或者 Win11 系统自带了一份 "Python",但它其实只是一个安
- MaaDebugger 的问题:[MaaDebugger/issues](https://github.com/MaaXYZ/MaaDebugger/issues)
- 不知道算是哪里的、其他疑问等:[讨论区](https://github.com/orgs/MaaXYZ/discussions)

### 5. OCR 文字识别一直没有识别结果,报错 "Failed to load det or rec", "ocrer_ is null"

你不但没有仔细阅读文档,还无视了前面步骤的报错。我不想解释了,请再把本文档仔细阅读一遍!

## 鸣谢

本项目由 **[MaaFramework](https://github.com/MaaXYZ/MaaFramework)** 强力驱动!
Expand Down

0 comments on commit f7cacd5

Please sign in to comment.