feat(android): add FJ- attachment code type to CodeParser

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-08-12 14:48:23 +08:00
parent a702f80116
commit b383328aed
3 changed files with 55 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ extension _RegistrationScanPart on _RegistrationPageState {
final parsed = CodeParser.parse(result.barcode);
switch (parsed.type) {
case CodeType.zongpaiNo:
case CodeType.attachmentCode:
_handleZongpaiScan(parsed.value);
case CodeType.locationNormal:
case CodeType.locationTransit: