Project & Resource Conventions
About 150 wordsLess than 1 minute
Resolution baseline
ROI, coordinates, and templates use 1280×720. Other resolutions are scaled by MaaFramework.
Entry configs
| File | Role |
|---|---|
interface.json | Controllers, resources, task imports, agent |
maa-project.json | Scaffold / release / runtime channels |
tasks/*.json | GUI tasks: entry, options, overrides |
Imported tasks: startup, farm_resources, farm_remaining_stamina, event_stage, pvp, claim_rewards, stamina_info. Group: Daily.
Task presets: tasks/preset/Daily.json (daily) and tasks/preset/Activity.json (activity). Selecting a preset in the GUI checks the matching task combo at once; the activity preset includes 活动关卡刷取 / 活动商店兑换, which are enabled by default when chosen.
Resource packs
| name | Label | Paths |
|---|---|---|
| base | Official | ./resource/base |
| bilibili | Bilibili | base + ./resource/bilibili |
| taptap | TapTap | base + ./resource/taptap |
Conventions
- Prefer recognition / freezes over hard delays
- Cover expected screens in
next - Register custom modules in
__init__.py - See root
AGENTS.mdfor release and review rules
