-
Notifications
You must be signed in to change notification settings - Fork 88
加载其他表情
meetwq edited this page Dec 12, 2024
·
2 revisions
如果希望加载非本仓库内置的表情,可以在 配置文件 中填写表情所在的文件夹路径
如以下的文件夹:
/path/to/your/meme_dir
└── meme1
└── __init__.py
└── meme2
└── __init__.py
在配置文件中修改 meme_dirs
如下:
[meme]
meme_dirs = ["/path/to/your/meme_dir"]