Fix the support on grouped vCard properties (#207 )

Parse and match vCard properties that use grouping prefixes (e.g. item1.TEL) by extracting the property name correctly.

Regression caused by the removal of the vobject dependency.
This commit is contained in:
KnugiHK
2026-04-01 01:04:51 +08:00
parent 0056204d87
commit 2ebb389ad1
3 changed files with 49 additions and 9 deletions

View File

@@ -42,3 +42,12 @@ VERSION:2.1
TEL;CELL:8889990001
ORG:AAA Car Service
END:VCARD
BEGIN:VCARD
VERSION:2.1
item1.TEL;CELL:7777777778
item2.TEL;CELL:7777777779
item1.FN:Racing Team
item2.FN:Racing Team
END:VCARD