ver Mar11th

updated filter_nodes
This commit is contained in:
David Chang
2024-03-11 12:32:12 +08:00
parent f08fa4912c
commit e95e8e55ea
4 changed files with 57 additions and 43 deletions

View File

@@ -58,7 +58,7 @@ link 315 ✓
list 17
list-box 7
list-item 145 ✓
menu 546
menu 546
menu-bar 12
menu-item 2392 ✓
notification 45
@@ -67,7 +67,7 @@ page-tab 16
page-tab-list 9
panel 362
paragraph 42 ✓
popup-menu 9
popup-menu 9
push-button 612 ✓
radio-button 28 ✓
radio-menu-item 174 ✓

View File

@@ -6,7 +6,7 @@ from typing import Counter
import json
import collections
file_name = "w0"
file_name = "3"
with open("{:}.json".format(file_name)) as f:
xml_str: str = json.load(f)["AT"]