diff --git a/GenshinBot.e b/GenshinBot.e new file mode 100644 index 0000000..9788673 Binary files /dev/null and b/GenshinBot.e differ diff --git a/README.md b/README.md index 6ab6825..bd4fff3 100644 --- a/README.md +++ b/README.md @@ -1 +1,36 @@ -# GenshinBot \ No newline at end of file +###### QQ机器人依赖 [go-cqhttp](https://github.com/Mrs4s/go-cqhttp) + +###### 内存画板使用字体 [Sarasa-Gothic](https://mirrors.tuna.tsinghua.edu.cn/github-release/be5invis/Sarasa-Gothic/) + +#### 支持库 + +- E2EE [http://e2ee.jimstone.com.cn/downloads/](http://e2ee.jimstone.com.cn/downloads/) +- 常用功能支持库 [https://bbs.125.la/forum.php?mod=viewthread&tid=14671457](https://bbs.125.la/forum.php?mod=viewthread&tid=14671457) + +#### 模块 + +- 内存画板 [https://bbs.125.la/forum.php?mod=viewthread&tid=14686847](https://bbs.125.la/forum.php?mod=viewthread&tid=14686847) +- 文本制表 [https://bbs.125.la/forum.php?mod=viewthread&tid=14687811](https://bbs.125.la/forum.php?mod=viewthread&tid=14687811) + + +#### 文件夹结构 + +``` +│ GenshinBot.exe - 编译好的程序 +│ GenshinBot.exe.pid - 保证同一路径下程序只能单开 +│ menu.png - 功能菜单图片 +│ +├─Data - 存放全部数据的文件夹 +│ │ Config.ini - 程序配置文件 +│ │ Group.ini - 群开关配置文件 +│ │ +│ ├─Bind_db - 存放绑定信息的文件夹 +│ │ +│ └─Img - 存放图片的文件夹 +│ ├─character_side_icon - 缓存从API下载的图片的文件夹 +│ │ +│ └─tmp - 缓存待发送图片的文件夹 +│ +└─Log - 存放日志的文件夹 +``` + diff --git a/menu.png b/menu.png new file mode 100644 index 0000000..02ed059 Binary files /dev/null and b/menu.png differ diff --git "a/\346\250\241\345\235\227/GenshinAPI.e" "b/\346\250\241\345\235\227/GenshinAPI.e" new file mode 100644 index 0000000..001f22a Binary files /dev/null and "b/\346\250\241\345\235\227/GenshinAPI.e" differ diff --git "a/\346\250\241\345\235\227/go-cqhttp-e.e" "b/\346\250\241\345\235\227/go-cqhttp-e.e" new file mode 100644 index 0000000..da74d26 Binary files /dev/null and "b/\346\250\241\345\235\227/go-cqhttp-e.e" differ diff --git "a/\346\250\241\345\235\227/\346\227\245\345\277\227.e" "b/\346\250\241\345\235\227/\346\227\245\345\277\227.e" new file mode 100644 index 0000000..5528e10 Binary files /dev/null and "b/\346\250\241\345\235\227/\346\227\245\345\277\227.e" differ