mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-04 19:17:37 +08:00
Typo
This commit is contained in:
parent
7528898565
commit
0d3e772d76
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user