gitextract_h462tnam/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug.md │ │ └── 功能建议.md │ └── workflows/ │ └── flet-build.yml ├── .gitignore ├── LICENSE ├── README.md ├── api.py ├── crack_key.py ├── decrypt.py ├── encrypt.py ├── hint.py ├── index.py ├── interface.py ├── move.py ├── pack.py ├── process.py ├── release.ps1 ├── requirements.txt ├── resources/ │ ├── 25946b17_custom │ ├── 7a7d18a0_custom │ ├── SDFWordsList.txt │ ├── card_api_cache.json │ ├── da15c88f_custom │ └── f36fce47_custom ├── resources_dev/ │ └── old_card_cache.json ├── search.py ├── test.py ├── translate.py ├── unity/ │ └── uncompressed.tpk ├── unpack.py └── utils.py