feat: 添加常量 TempDir 并更新文件下载逻辑以支持跳过已存在文件的选项
This commit is contained in:
5
constants/path.go
Normal file
5
constants/path.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package constants
|
||||
|
||||
const (
|
||||
TempDir = "/tmp/qqbot"
|
||||
)
|
||||
Reference in New Issue
Block a user