├── .gitattributes ├── README.md ├── UTF-8.txt └── 网络流行资源字典.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ArchivePass 2 | 3 | 从网络收集的各种资源压缩包密码 -------------------------------------------------------------------------------- /UTF-8.txt: -------------------------------------------------------------------------------- 1 | E₂₂:P⇌Q⇔(P∧Q)∨(¬P∧¬Q). -------------------------------------------------------------------------------- /网络流行资源字典.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FeCCC/ArchivePass/19c036a878a76d9279e70c4313750d20b6c5e8fa/网络流行资源字典.txt --------------------------------------------------------------------------------