├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── bug_report_cn.md │ ├── feature_request.md │ └── feature_request_cn.md ├── CNAME ├── LICENSE ├── image └── structure.svg ├── install ├── bukkit │ └── readme.md ├── coolq │ └── readme.md ├── readme.md └── sponge │ └── readme.md ├── json-schema └── V2 │ └── config.json ├── quickstart ├── image │ ├── bukkit_0.jpg │ ├── cq_0.jpg │ ├── cq_1.jpg │ └── structure1.svg ├── readme.md └── structure1 │ └── readme.md ├── readme.md └── resource └── CQ └── face ├── 0.gif ├── 1.gif ├── 10.gif ├── 100.gif ├── 101.gif ├── 102.gif ├── 103.gif ├── 104.gif ├── 105.gif ├── 106.gif ├── 107.gif ├── 108.gif ├── 109.gif ├── 11.gif ├── 110.gif ├── 111.gif ├── 112.gif ├── 113.gif ├── 114.gif ├── 115.gif ├── 116.gif ├── 117.gif ├── 118.gif ├── 119.gif ├── 12.gif ├── 120.gif ├── 121.gif ├── 122.gif ├── 123.gif ├── 124.gif ├── 125.gif ├── 126.gif ├── 127.gif ├── 128.gif ├── 129.gif ├── 13.gif ├── 130.gif ├── 131.gif ├── 132.gif ├── 133.gif ├── 134.gif ├── 135.gif ├── 136.gif ├── 137.gif ├── 138.gif ├── 14.gif ├── 140.gif ├── 144.gif ├── 145.gif ├── 146.gif ├── 147.gif ├── 148.gif ├── 15.gif ├── 151.gif ├── 158.gif ├── 16.gif ├── 168.gif ├── 169.gif ├── 17.gif ├── 171.gif ├── 172.gif ├── 173.gif ├── 174.gif ├── 175.gif ├── 176.gif ├── 177.gif ├── 178.gif ├── 179.gif ├── 18.gif ├── 180.gif ├── 181.gif ├── 182.gif ├── 183.gif ├── 184.gif ├── 185.gif ├── 186.gif ├── 187.gif ├── 188.gif ├── 189.gif ├── 19.gif ├── 190.gif ├── 191.gif ├── 192.gif ├── 193.gif ├── 194.gif ├── 195.gif ├── 196.gif ├── 197.gif ├── 198.gif ├── 199.gif ├── 2.gif ├── 20.gif ├── 200.gif ├── 201.gif ├── 202.gif ├── 203.png ├── 204.gif ├── 205.gif ├── 206.gif ├── 207.gif ├── 208.gif ├── 209.gif ├── 21.gif ├── 210.gif ├── 211.gif ├── 212.gif ├── 213.gif ├── 22.gif ├── 23.gif ├── 24.gif ├── 25.gif ├── 26.gif ├── 27.gif ├── 28.gif ├── 29.gif ├── 3.gif ├── 30.gif ├── 31.gif ├── 32.gif ├── 33.gif ├── 34.gif ├── 35.gif ├── 36.gif ├── 37.gif ├── 38.gif ├── 39.gif ├── 4.gif ├── 40.gif ├── 41.gif ├── 42.gif ├── 43.gif ├── 44.gif ├── 45.gif ├── 46.gif ├── 47.png ├── 48.gif ├── 49.gif ├── 5.gif ├── 50.gif ├── 51.gif ├── 52.gif ├── 53.gif ├── 54.gif ├── 55.gif ├── 56.gif ├── 57.gif ├── 58.gif ├── 59.gif ├── 6.gif ├── 60.gif ├── 61.gif ├── 62.gif ├── 63.gif ├── 64.gif ├── 65.gif ├── 66.png ├── 67.gif ├── 68.gif ├── 69.gif ├── 7.gif ├── 70.gif ├── 71.gif ├── 72.gif ├── 73.gif ├── 74.gif ├── 75.png ├── 76.gif ├── 77.gif ├── 78.gif ├── 79.gif ├── 8.gif ├── 80.gif ├── 81.gif ├── 82.gif ├── 83.gif ├── 84.gif ├── 85.gif ├── 86.gif ├── 87.gif ├── 88.gif ├── 89.gif ├── 9.gif ├── 90.gif ├── 91.gif ├── 92.gif ├── 93.gif ├── 94.gif ├── 95.gif ├── 96.gif ├── 97.gif ├── 98.gif └── 99.gif /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report_cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/.github/ISSUE_TEMPLATE/bug_report_cn.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request_cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/.github/ISSUE_TEMPLATE/feature_request_cn.md -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | justchat.superexercisebook.com -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/LICENSE -------------------------------------------------------------------------------- /image/structure.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/image/structure.svg -------------------------------------------------------------------------------- /install/bukkit/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/install/bukkit/readme.md -------------------------------------------------------------------------------- /install/coolq/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/install/coolq/readme.md -------------------------------------------------------------------------------- /install/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/install/readme.md -------------------------------------------------------------------------------- /install/sponge/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/install/sponge/readme.md -------------------------------------------------------------------------------- /json-schema/V2/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/json-schema/V2/config.json -------------------------------------------------------------------------------- /quickstart/image/bukkit_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/quickstart/image/bukkit_0.jpg -------------------------------------------------------------------------------- /quickstart/image/cq_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/quickstart/image/cq_0.jpg -------------------------------------------------------------------------------- /quickstart/image/cq_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/quickstart/image/cq_1.jpg -------------------------------------------------------------------------------- /quickstart/image/structure1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/quickstart/image/structure1.svg -------------------------------------------------------------------------------- /quickstart/readme.md: -------------------------------------------------------------------------------- 1 | # 快速搭建 2 | - [机器人 - Minecraft 模式](structure1) -------------------------------------------------------------------------------- /quickstart/structure1/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/quickstart/structure1/readme.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/readme.md -------------------------------------------------------------------------------- /resource/CQ/face/0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/0.gif -------------------------------------------------------------------------------- /resource/CQ/face/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/1.gif -------------------------------------------------------------------------------- /resource/CQ/face/10.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/10.gif -------------------------------------------------------------------------------- /resource/CQ/face/100.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/100.gif -------------------------------------------------------------------------------- /resource/CQ/face/101.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/101.gif -------------------------------------------------------------------------------- /resource/CQ/face/102.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/102.gif -------------------------------------------------------------------------------- /resource/CQ/face/103.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/103.gif -------------------------------------------------------------------------------- /resource/CQ/face/104.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/104.gif -------------------------------------------------------------------------------- /resource/CQ/face/105.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/105.gif -------------------------------------------------------------------------------- /resource/CQ/face/106.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/106.gif -------------------------------------------------------------------------------- /resource/CQ/face/107.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/107.gif -------------------------------------------------------------------------------- /resource/CQ/face/108.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/108.gif -------------------------------------------------------------------------------- /resource/CQ/face/109.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/109.gif -------------------------------------------------------------------------------- /resource/CQ/face/11.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/11.gif -------------------------------------------------------------------------------- /resource/CQ/face/110.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/110.gif -------------------------------------------------------------------------------- /resource/CQ/face/111.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/111.gif -------------------------------------------------------------------------------- /resource/CQ/face/112.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/112.gif -------------------------------------------------------------------------------- /resource/CQ/face/113.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/113.gif -------------------------------------------------------------------------------- /resource/CQ/face/114.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/114.gif -------------------------------------------------------------------------------- /resource/CQ/face/115.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/115.gif -------------------------------------------------------------------------------- /resource/CQ/face/116.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/116.gif -------------------------------------------------------------------------------- /resource/CQ/face/117.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/117.gif -------------------------------------------------------------------------------- /resource/CQ/face/118.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/118.gif -------------------------------------------------------------------------------- /resource/CQ/face/119.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/119.gif -------------------------------------------------------------------------------- /resource/CQ/face/12.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/12.gif -------------------------------------------------------------------------------- /resource/CQ/face/120.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/120.gif -------------------------------------------------------------------------------- /resource/CQ/face/121.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/121.gif -------------------------------------------------------------------------------- /resource/CQ/face/122.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/122.gif -------------------------------------------------------------------------------- /resource/CQ/face/123.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/123.gif -------------------------------------------------------------------------------- /resource/CQ/face/124.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/124.gif -------------------------------------------------------------------------------- /resource/CQ/face/125.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/125.gif -------------------------------------------------------------------------------- /resource/CQ/face/126.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/126.gif -------------------------------------------------------------------------------- /resource/CQ/face/127.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/127.gif -------------------------------------------------------------------------------- /resource/CQ/face/128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/128.gif -------------------------------------------------------------------------------- /resource/CQ/face/129.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/129.gif -------------------------------------------------------------------------------- /resource/CQ/face/13.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/13.gif -------------------------------------------------------------------------------- /resource/CQ/face/130.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/130.gif -------------------------------------------------------------------------------- /resource/CQ/face/131.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/131.gif -------------------------------------------------------------------------------- /resource/CQ/face/132.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/132.gif -------------------------------------------------------------------------------- /resource/CQ/face/133.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/133.gif -------------------------------------------------------------------------------- /resource/CQ/face/134.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/134.gif -------------------------------------------------------------------------------- /resource/CQ/face/135.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/135.gif -------------------------------------------------------------------------------- /resource/CQ/face/136.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/136.gif -------------------------------------------------------------------------------- /resource/CQ/face/137.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/137.gif -------------------------------------------------------------------------------- /resource/CQ/face/138.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/138.gif -------------------------------------------------------------------------------- /resource/CQ/face/14.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/14.gif -------------------------------------------------------------------------------- /resource/CQ/face/140.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/140.gif -------------------------------------------------------------------------------- /resource/CQ/face/144.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/144.gif -------------------------------------------------------------------------------- /resource/CQ/face/145.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/145.gif -------------------------------------------------------------------------------- /resource/CQ/face/146.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/146.gif -------------------------------------------------------------------------------- /resource/CQ/face/147.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/147.gif -------------------------------------------------------------------------------- /resource/CQ/face/148.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/148.gif -------------------------------------------------------------------------------- /resource/CQ/face/15.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/15.gif -------------------------------------------------------------------------------- /resource/CQ/face/151.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/151.gif -------------------------------------------------------------------------------- /resource/CQ/face/158.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/158.gif -------------------------------------------------------------------------------- /resource/CQ/face/16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/16.gif -------------------------------------------------------------------------------- /resource/CQ/face/168.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/168.gif -------------------------------------------------------------------------------- /resource/CQ/face/169.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/169.gif -------------------------------------------------------------------------------- /resource/CQ/face/17.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/17.gif -------------------------------------------------------------------------------- /resource/CQ/face/171.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/171.gif -------------------------------------------------------------------------------- /resource/CQ/face/172.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/172.gif -------------------------------------------------------------------------------- /resource/CQ/face/173.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/173.gif -------------------------------------------------------------------------------- /resource/CQ/face/174.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/174.gif -------------------------------------------------------------------------------- /resource/CQ/face/175.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/175.gif -------------------------------------------------------------------------------- /resource/CQ/face/176.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/176.gif -------------------------------------------------------------------------------- /resource/CQ/face/177.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/177.gif -------------------------------------------------------------------------------- /resource/CQ/face/178.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/178.gif -------------------------------------------------------------------------------- /resource/CQ/face/179.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/179.gif -------------------------------------------------------------------------------- /resource/CQ/face/18.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/18.gif -------------------------------------------------------------------------------- /resource/CQ/face/180.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/180.gif -------------------------------------------------------------------------------- /resource/CQ/face/181.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/181.gif -------------------------------------------------------------------------------- /resource/CQ/face/182.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/182.gif -------------------------------------------------------------------------------- /resource/CQ/face/183.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/183.gif -------------------------------------------------------------------------------- /resource/CQ/face/184.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/184.gif -------------------------------------------------------------------------------- /resource/CQ/face/185.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/185.gif -------------------------------------------------------------------------------- /resource/CQ/face/186.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/186.gif -------------------------------------------------------------------------------- /resource/CQ/face/187.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/187.gif -------------------------------------------------------------------------------- /resource/CQ/face/188.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/188.gif -------------------------------------------------------------------------------- /resource/CQ/face/189.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/189.gif -------------------------------------------------------------------------------- /resource/CQ/face/19.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/19.gif -------------------------------------------------------------------------------- /resource/CQ/face/190.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/190.gif -------------------------------------------------------------------------------- /resource/CQ/face/191.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/191.gif -------------------------------------------------------------------------------- /resource/CQ/face/192.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/192.gif -------------------------------------------------------------------------------- /resource/CQ/face/193.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/193.gif -------------------------------------------------------------------------------- /resource/CQ/face/194.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/194.gif -------------------------------------------------------------------------------- /resource/CQ/face/195.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/195.gif -------------------------------------------------------------------------------- /resource/CQ/face/196.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/196.gif -------------------------------------------------------------------------------- /resource/CQ/face/197.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/197.gif -------------------------------------------------------------------------------- /resource/CQ/face/198.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/198.gif -------------------------------------------------------------------------------- /resource/CQ/face/199.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/199.gif -------------------------------------------------------------------------------- /resource/CQ/face/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/2.gif -------------------------------------------------------------------------------- /resource/CQ/face/20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/20.gif -------------------------------------------------------------------------------- /resource/CQ/face/200.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/200.gif -------------------------------------------------------------------------------- /resource/CQ/face/201.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/201.gif -------------------------------------------------------------------------------- /resource/CQ/face/202.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/202.gif -------------------------------------------------------------------------------- /resource/CQ/face/203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/203.png -------------------------------------------------------------------------------- /resource/CQ/face/204.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/204.gif -------------------------------------------------------------------------------- /resource/CQ/face/205.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/205.gif -------------------------------------------------------------------------------- /resource/CQ/face/206.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/206.gif -------------------------------------------------------------------------------- /resource/CQ/face/207.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/207.gif -------------------------------------------------------------------------------- /resource/CQ/face/208.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/208.gif -------------------------------------------------------------------------------- /resource/CQ/face/209.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/209.gif -------------------------------------------------------------------------------- /resource/CQ/face/21.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/21.gif -------------------------------------------------------------------------------- /resource/CQ/face/210.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/210.gif -------------------------------------------------------------------------------- /resource/CQ/face/211.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/211.gif -------------------------------------------------------------------------------- /resource/CQ/face/212.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/212.gif -------------------------------------------------------------------------------- /resource/CQ/face/213.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/213.gif -------------------------------------------------------------------------------- /resource/CQ/face/22.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/22.gif -------------------------------------------------------------------------------- /resource/CQ/face/23.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/23.gif -------------------------------------------------------------------------------- /resource/CQ/face/24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/24.gif -------------------------------------------------------------------------------- /resource/CQ/face/25.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/25.gif -------------------------------------------------------------------------------- /resource/CQ/face/26.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/26.gif -------------------------------------------------------------------------------- /resource/CQ/face/27.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/27.gif -------------------------------------------------------------------------------- /resource/CQ/face/28.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/28.gif -------------------------------------------------------------------------------- /resource/CQ/face/29.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/29.gif -------------------------------------------------------------------------------- /resource/CQ/face/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/3.gif -------------------------------------------------------------------------------- /resource/CQ/face/30.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/30.gif -------------------------------------------------------------------------------- /resource/CQ/face/31.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/31.gif -------------------------------------------------------------------------------- /resource/CQ/face/32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/32.gif -------------------------------------------------------------------------------- /resource/CQ/face/33.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/33.gif -------------------------------------------------------------------------------- /resource/CQ/face/34.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/34.gif -------------------------------------------------------------------------------- /resource/CQ/face/35.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/35.gif -------------------------------------------------------------------------------- /resource/CQ/face/36.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/36.gif -------------------------------------------------------------------------------- /resource/CQ/face/37.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/37.gif -------------------------------------------------------------------------------- /resource/CQ/face/38.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/38.gif -------------------------------------------------------------------------------- /resource/CQ/face/39.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/39.gif -------------------------------------------------------------------------------- /resource/CQ/face/4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/4.gif -------------------------------------------------------------------------------- /resource/CQ/face/40.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/40.gif -------------------------------------------------------------------------------- /resource/CQ/face/41.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/41.gif -------------------------------------------------------------------------------- /resource/CQ/face/42.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/42.gif -------------------------------------------------------------------------------- /resource/CQ/face/43.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/43.gif -------------------------------------------------------------------------------- /resource/CQ/face/44.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/44.gif -------------------------------------------------------------------------------- /resource/CQ/face/45.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/45.gif -------------------------------------------------------------------------------- /resource/CQ/face/46.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/46.gif -------------------------------------------------------------------------------- /resource/CQ/face/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/47.png -------------------------------------------------------------------------------- /resource/CQ/face/48.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/48.gif -------------------------------------------------------------------------------- /resource/CQ/face/49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/49.gif -------------------------------------------------------------------------------- /resource/CQ/face/5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/5.gif -------------------------------------------------------------------------------- /resource/CQ/face/50.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/50.gif -------------------------------------------------------------------------------- /resource/CQ/face/51.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/51.gif -------------------------------------------------------------------------------- /resource/CQ/face/52.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/52.gif -------------------------------------------------------------------------------- /resource/CQ/face/53.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/53.gif -------------------------------------------------------------------------------- /resource/CQ/face/54.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/54.gif -------------------------------------------------------------------------------- /resource/CQ/face/55.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/55.gif -------------------------------------------------------------------------------- /resource/CQ/face/56.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/56.gif -------------------------------------------------------------------------------- /resource/CQ/face/57.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/57.gif -------------------------------------------------------------------------------- /resource/CQ/face/58.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/58.gif -------------------------------------------------------------------------------- /resource/CQ/face/59.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/59.gif -------------------------------------------------------------------------------- /resource/CQ/face/6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/6.gif -------------------------------------------------------------------------------- /resource/CQ/face/60.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/60.gif -------------------------------------------------------------------------------- /resource/CQ/face/61.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/61.gif -------------------------------------------------------------------------------- /resource/CQ/face/62.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/62.gif -------------------------------------------------------------------------------- /resource/CQ/face/63.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/63.gif -------------------------------------------------------------------------------- /resource/CQ/face/64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/64.gif -------------------------------------------------------------------------------- /resource/CQ/face/65.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/65.gif -------------------------------------------------------------------------------- /resource/CQ/face/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/66.png -------------------------------------------------------------------------------- /resource/CQ/face/67.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/67.gif -------------------------------------------------------------------------------- /resource/CQ/face/68.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/68.gif -------------------------------------------------------------------------------- /resource/CQ/face/69.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/69.gif -------------------------------------------------------------------------------- /resource/CQ/face/7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/7.gif -------------------------------------------------------------------------------- /resource/CQ/face/70.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/70.gif -------------------------------------------------------------------------------- /resource/CQ/face/71.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/71.gif -------------------------------------------------------------------------------- /resource/CQ/face/72.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/72.gif -------------------------------------------------------------------------------- /resource/CQ/face/73.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/73.gif -------------------------------------------------------------------------------- /resource/CQ/face/74.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/74.gif -------------------------------------------------------------------------------- /resource/CQ/face/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/75.png -------------------------------------------------------------------------------- /resource/CQ/face/76.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/76.gif -------------------------------------------------------------------------------- /resource/CQ/face/77.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/77.gif -------------------------------------------------------------------------------- /resource/CQ/face/78.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/78.gif -------------------------------------------------------------------------------- /resource/CQ/face/79.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/79.gif -------------------------------------------------------------------------------- /resource/CQ/face/8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/8.gif -------------------------------------------------------------------------------- /resource/CQ/face/80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/80.gif -------------------------------------------------------------------------------- /resource/CQ/face/81.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/81.gif -------------------------------------------------------------------------------- /resource/CQ/face/82.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/82.gif -------------------------------------------------------------------------------- /resource/CQ/face/83.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/83.gif -------------------------------------------------------------------------------- /resource/CQ/face/84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/84.gif -------------------------------------------------------------------------------- /resource/CQ/face/85.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/85.gif -------------------------------------------------------------------------------- /resource/CQ/face/86.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/86.gif -------------------------------------------------------------------------------- /resource/CQ/face/87.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/87.gif -------------------------------------------------------------------------------- /resource/CQ/face/88.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/88.gif -------------------------------------------------------------------------------- /resource/CQ/face/89.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/89.gif -------------------------------------------------------------------------------- /resource/CQ/face/9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/9.gif -------------------------------------------------------------------------------- /resource/CQ/face/90.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/90.gif -------------------------------------------------------------------------------- /resource/CQ/face/91.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/91.gif -------------------------------------------------------------------------------- /resource/CQ/face/92.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/92.gif -------------------------------------------------------------------------------- /resource/CQ/face/93.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/93.gif -------------------------------------------------------------------------------- /resource/CQ/face/94.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/94.gif -------------------------------------------------------------------------------- /resource/CQ/face/95.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/95.gif -------------------------------------------------------------------------------- /resource/CQ/face/96.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/96.gif -------------------------------------------------------------------------------- /resource/CQ/face/97.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/97.gif -------------------------------------------------------------------------------- /resource/CQ/face/98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/98.gif -------------------------------------------------------------------------------- /resource/CQ/face/99.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ParaParty/JustChat/HEAD/resource/CQ/face/99.gif --------------------------------------------------------------------------------