1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00
This commit is contained in:
StarHeart 2021-03-21 21:07:26 +08:00 committed by GitHub
parent 7528898565
commit 0d3e772d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,11 @@ import (
const ( const (
// ImagePath go-cqhttp使用的图片缓存目录 // ImagePath go-cqhttp使用的图片缓存目录
ImagePath = "data/images" ImagePath = "data/images"
// ImagePathOld 兼容旧版go-cqhtto使用的图片缓存目录 // ImagePathOld 兼容旧版go-cqhttp使用的图片缓存目录
ImagePathOld = "data/image" ImagePathOld = "data/image"
// VoicePath go-cqhttp使用的语音缓存目录 // VoicePath go-cqhttp使用的语音缓存目录
VoicePath = "data/voices" VoicePath = "data/voices"
// VoicePathOld 兼容旧版go-cqhtto使用的语音缓存目录 // VoicePathOld 兼容旧版go-cqhttp使用的语音缓存目录
VoicePathOld = "data/record" VoicePathOld = "data/record"
// VideoPath go-cqhttp使用的视频缓存目录 // VideoPath go-cqhttp使用的视频缓存目录
VideoPath = "data/videos" VideoPath = "data/videos"