├── README.md ├── bin ├── README.md ├── sillyGirl-amd └── sillyGirl-arm ├── pagermaid-modify ├── README.md └── silly_girl.py ├── repliesPlugin ├── README.md ├── export.js └── 消息监控.js └── webPlugin ├── README.md ├── admin.zip └── image ├── 概览.png ├── 添加变量1.png └── 添加变量2.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/README.md -------------------------------------------------------------------------------- /bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/bin/README.md -------------------------------------------------------------------------------- /bin/sillyGirl-amd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/bin/sillyGirl-amd -------------------------------------------------------------------------------- /bin/sillyGirl-arm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/bin/sillyGirl-arm -------------------------------------------------------------------------------- /pagermaid-modify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/pagermaid-modify/README.md -------------------------------------------------------------------------------- /pagermaid-modify/silly_girl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/pagermaid-modify/silly_girl.py -------------------------------------------------------------------------------- /repliesPlugin/README.md: -------------------------------------------------------------------------------- 1 | # 傻妞聊天插件 2 | 3 | ## 使用方式 4 | 5 | 放入`replies`目录即可,需要重启 6 | -------------------------------------------------------------------------------- /repliesPlugin/export.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/repliesPlugin/export.js -------------------------------------------------------------------------------- /repliesPlugin/消息监控.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/repliesPlugin/消息监控.js -------------------------------------------------------------------------------- /webPlugin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/webPlugin/README.md -------------------------------------------------------------------------------- /webPlugin/admin.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/webPlugin/admin.zip -------------------------------------------------------------------------------- /webPlugin/image/概览.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/webPlugin/image/概览.png -------------------------------------------------------------------------------- /webPlugin/image/添加变量1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/webPlugin/image/添加变量1.png -------------------------------------------------------------------------------- /webPlugin/image/添加变量2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mzzsfy/sillyGirlStorage/HEAD/webPlugin/image/添加变量2.png --------------------------------------------------------------------------------