You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -57,31 +56,20 @@ You can use our pre-converted files: [MaaCommonAssets](https://github.com/MaaAss
57
56
58
57
If needed, you can also fine-tune the official pre-trained models of PaddleOCR yourself (please refer to the official PaddleOCR documentation) and convert them to ONNX files for use. You can find conversion commands [here](https://github.com/MaaAssistantArknights/MaaCommonAssets/tree/main/OCR#command).
59
58
60
-
### Directory Property File
59
+
##Run
61
60
62
-
`properties.json` can be used to set properties for the current directory. A typical JSON structure is as follows:
61
+
You can integrate MaaFramework using MaaPiCli (Generic CLI) or by writing integration code yourself.
63
62
64
-
_Please note that JSON does not support comments, and the following is for demonstration purposes only. Do not copy and use directly._
63
+
### Using MaaPiCli
65
64
66
-
```jsonc
67
-
{
68
-
"is_base":true, // Whether it is a base resource
69
-
// If true, when reading resources in this directory, all previously read content will be cleared.
70
-
}
71
-
```
72
-
73
-
## Integration
74
-
75
-
You can integrate MaaFramework using MaaY (Generic GUI) or by writing integration code yourself.
76
-
77
-
### Using MaaY
65
+
Use MaaPiCli in the `bin` folder of the Release package, and write `interface.json` and place it in the same directory to use it.
78
66
79
-
Use [MaaY](https://github.com/MaaAssistantArknights/MaaY). Refer to the corresponding documentation in MaaY to organize the `.maay` folder and directly import and use it in the GUI.
67
+
The Cli has completed basic function development, and more functions are being continuously improved! Detailed documentation needs to be further improved. Currently, you can refer to sample to write it.
0 commit comments