├── Media └── di.ogg ├── .gitattributes ├── Filter ├── Filter.xml ├── Filter.old.lua └── Filter.lua ├── Locale ├── Locale.xml ├── zhCN.lua └── enUS.lua ├── .gitignore ├── Tinom.xml ├── Tinom.toc ├── AccountStat ├── AccountStat.xml └── AccountStat.lua ├── Note.lua ├── Build ├── copy2classic.py └── zip.py ├── debug.lua ├── Core.lua ├── Tinom.lua ├── README.md ├── ChatStat ├── ChatStat.xml └── ChatStat.lua ├── test ├── test.lua └── test.xml └── Options └── Options.lua /Media/di.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LiXiuMing/Tinom/HEAD/Media/di.ogg -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Filter/Filter.xml: -------------------------------------------------------------------------------- 1 | 2 |