mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
style: format [skip changelog]
python tools\ClangFormatter\clang-formatter.py --input=src\MaaCore --ignore="[\"src/MaaCore/x64\"]" python tools\ClangFormatter\clang-formatter.py --input=resource\ --ignore="[\"resource/Arknights-Tile-Pos\", \"resource/infrast.json\"]"
This commit is contained in:
@@ -27,8 +27,9 @@ namespace asst
|
||||
enum class StaticOptionKey
|
||||
{
|
||||
Invalid = 0,
|
||||
CpuOCR = 1, // use CPU to OCR, no value. It does not support switching after the resource is loaded.
|
||||
GpuOCR = 2, // use GPU to OCR, value is gpu_id int to string. It does not support switching after the resource is loaded.
|
||||
CpuOCR = 1, // use CPU to OCR, no value. It does not support switching after the resource is loaded.
|
||||
GpuOCR = 2, // use GPU to OCR, value is gpu_id int to string. It does not support switching after the resource
|
||||
// is loaded.
|
||||
};
|
||||
|
||||
enum class InstanceOptionKey
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
#include "Common/AsstTypes.h"
|
||||
#include "Config/AbstractResource.h"
|
||||
|
||||
#include <vector>
|
||||
#include <optional>
|
||||
#include <vector>
|
||||
|
||||
namespace cv
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user