-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# GenshinBot | ||
###### 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 - 存放日志的文件夹 | ||
``` | ||
|
Binary file not shown.
Binary file not shown.