From 1411b797f1f3535bc92773f436f189728848ea9c Mon Sep 17 00:00:00 2001 From: Loong <40141251+wangl-cc@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:59:51 +0100 Subject: [PATCH] docs: remove outdated FAQ entries --- maa-cli/docs/en-US/faq.md | 10 ---------- maa-cli/docs/ja-JP/faq.md | 14 -------------- maa-cli/docs/ko-KR/faq.md | 14 -------------- maa-cli/docs/zh-CN/faq.md | 14 -------------- maa-cli/docs/zh-TW/faq.md | 14 -------------- 5 files changed, 66 deletions(-) diff --git a/maa-cli/docs/en-US/faq.md b/maa-cli/docs/en-US/faq.md index 1344a8af..9af1a040 100644 --- a/maa-cli/docs/en-US/faq.md +++ b/maa-cli/docs/en-US/faq.md @@ -8,13 +8,3 @@ Due to the limitation of [Directories](https://github.com/dirs-dev/directories-r mkdir -p "$HOME/.config/maa" ln -s "$HOME/.config/maa" "$(maa dir config)" ``` - -## 2. Strange logs appear during running, how to disable them? - -When running the maa-cli task, you may see some logs that look like this: - -```plaintext -[INFO] ... /fastdeploy/runtime.cc(544)::Init Runtime initialized with Backend::ORT in Device::CPU. -``` - -This log is output by `fastdeploy`, which is a dependency of MaaCore. For the officially compiled MaaCore, this log cannot be closed. However, if you are using a package manager to install maa-cli, you can try installing the package manager's version of MaaCore which uses a newer version of `fastdeploy` without logs enabled by default. diff --git a/maa-cli/docs/ja-JP/faq.md b/maa-cli/docs/ja-JP/faq.md index d953e2cf..1020efdc 100644 --- a/maa-cli/docs/ja-JP/faq.md +++ b/maa-cli/docs/ja-JP/faq.md @@ -12,17 +12,3 @@ This page is outdated and maybe still in Simplified Chinese. Translation is need mkdir -p "$HOME/.config/maa" ln -s "$HOME/.config/maa" "$(maa dir config)" ``` - -## 2. 运行过程中出现奇怪日志,如何关闭? - -MaaCore 的依赖 `fastdeploy` 会输出一些日志,因此你在运行 maa-cli 时可能会看到类似于下面的日志: - -```plaintext -[INFO] ... /fastdeploy/runtime.cc(544)::Init Runtime initialized with Backend::ORT in Device::CPU.` -``` - -这个日志是由 `fastdeploy` 输出的,对于官方预编译的 MaaCore,这个日志无法关闭。但是如果你是使用包管理器安装的 maa-cli,你可以尝试安装包管理器提供的 MaaCore。包管理器提供的 MaaCore 使用了较新版本的 `fastdeploy`,其日志默认是关闭的。 - -## 3. 在 macOS 下使用 maa-cli 启动的 PlayCover 游戏客户端,无法代理作战且肉鸽无法结算 - -由于未知原因,通过终端启动的 PlayCover 游戏客户端无法代理作战,且肉鸽无法结算。但是该状况仅限于通过终端运行的 maa-cli。因此如果你是在终端交互使用,那么你可能需要手动启动游戏。如果你是通过 cron 等方式运行 maa-cli,那么该问题不会影响你的使用。 diff --git a/maa-cli/docs/ko-KR/faq.md b/maa-cli/docs/ko-KR/faq.md index fe09c652..6193129b 100644 --- a/maa-cli/docs/ko-KR/faq.md +++ b/maa-cli/docs/ko-KR/faq.md @@ -8,17 +8,3 @@ Rust 라이브러리 [Directories](https://github.com/dirs-dev/directories-rs/) mkdir -p "$HOME/.config/maa" ln -s "$HOME/.config/maa" "$(maa dir config)" ``` - -## 2. 실행 중 이상한 로그가 나타납니다. 이걸 어떻게 끌 수 있나요? - -MaaCore의 종속성인 `fastdeploy`가 일부 로그를 출력합니다. 따라서 maa-cli를 실행할 때 다음과 같은 로그를 볼 수 있습니다: - -```plaintext -[INFO] ... /fastdeploy/runtime.cc(544)::Init Runtime initialized with Backend::ORT in Device::CPU.` -``` - -이 로그는 `fastdeploy`에서 출력하는 것으로, 공식적으로 사전 컴파일된 MaaCore에서는 이 로그를 끌 수 없습니다. 그러나 패키지 관리자를 통해 설치된 maa-cli를 사용하는 경우, 패키지 관리자가 제공하는 MaaCore를 설치해보세요. 패키지 관리자가 제공하는 MaaCore는 최신 버전의 `fastdeploy`를 사용하며, 기본적으로 로그가 비활성화되어 있습니다. - -## 3. macOS에서 maa-cli로 실행한 PlayCover 게임 클라이언트가 전투를 대리할 수 없고 로그라이크 모드를 완료할 수 없습니다 - -알 수 없는 이유로, 터미널을 통해 실행한 PlayCover 게임 클라이언트는 전투를 대리할 수 없고 로그라이크 모드를 완료할 수 없습니다. 하지만 이 문제는 터미널에서 실행한 maa-cli에만 해당됩니다. 터미널에서 상호작용할 때는 게임을 수동으로 실행해야 할 수도 있습니다. cron 등의 방법으로 maa-cli를 실행하는 경우, 이 문제는 영향을 미치지 않습니다. diff --git a/maa-cli/docs/zh-CN/faq.md b/maa-cli/docs/zh-CN/faq.md index 1a34fb41..9ffb353c 100644 --- a/maa-cli/docs/zh-CN/faq.md +++ b/maa-cli/docs/zh-CN/faq.md @@ -8,17 +8,3 @@ mkdir -p "$HOME/.config/maa" ln -s "$HOME/.config/maa" "$(maa dir config)" ``` - -## 2. 运行过程中出现奇怪日志,如何关闭? - -MaaCore 的依赖 `fastdeploy` 会输出一些日志,因此你在运行 maa-cli 时可能会看到类似于下面的日志: - -```plaintext -[INFO] ... /fastdeploy/runtime.cc(544)::Init Runtime initialized with Backend::ORT in Device::CPU.` -``` - -这个日志是由 `fastdeploy` 输出的,对于官方预编译的 MaaCore,这个日志无法关闭。但是如果你是使用包管理器安装的 maa-cli,你可以尝试安装包管理器提供的 MaaCore。包管理器提供的 MaaCore 使用了较新版本的 `fastdeploy`,其日志默认是关闭的。 - -## 3. 在 macOS 下使用 maa-cli 启动的 PlayCover 游戏客户端,无法代理作战且肉鸽无法结算 - -由于未知原因,通过终端启动的 PlayCover 游戏客户端无法代理作战,且肉鸽无法结算。但是该状况仅限于通过终端运行的 maa-cli。因此如果你是在终端交互使用,那么你可能需要手动启动游戏。如果你是通过 cron 等方式运行 maa-cli,那么该问题不会影响你的使用。 diff --git a/maa-cli/docs/zh-TW/faq.md b/maa-cli/docs/zh-TW/faq.md index d953e2cf..1020efdc 100644 --- a/maa-cli/docs/zh-TW/faq.md +++ b/maa-cli/docs/zh-TW/faq.md @@ -12,17 +12,3 @@ This page is outdated and maybe still in Simplified Chinese. Translation is need mkdir -p "$HOME/.config/maa" ln -s "$HOME/.config/maa" "$(maa dir config)" ``` - -## 2. 运行过程中出现奇怪日志,如何关闭? - -MaaCore 的依赖 `fastdeploy` 会输出一些日志,因此你在运行 maa-cli 时可能会看到类似于下面的日志: - -```plaintext -[INFO] ... /fastdeploy/runtime.cc(544)::Init Runtime initialized with Backend::ORT in Device::CPU.` -``` - -这个日志是由 `fastdeploy` 输出的,对于官方预编译的 MaaCore,这个日志无法关闭。但是如果你是使用包管理器安装的 maa-cli,你可以尝试安装包管理器提供的 MaaCore。包管理器提供的 MaaCore 使用了较新版本的 `fastdeploy`,其日志默认是关闭的。 - -## 3. 在 macOS 下使用 maa-cli 启动的 PlayCover 游戏客户端,无法代理作战且肉鸽无法结算 - -由于未知原因,通过终端启动的 PlayCover 游戏客户端无法代理作战,且肉鸽无法结算。但是该状况仅限于通过终端运行的 maa-cli。因此如果你是在终端交互使用,那么你可能需要手动启动游戏。如果你是通过 cron 等方式运行 maa-cli,那么该问题不会影响你的使用。