huangpd
huangpd
`# 主配置 core: # 配置版本号 version: 1.15 # 监控配置 monitor: # 要监听的目录 # test1 监听当前目录下 test1 目录 # test1/test2 监听当前目录下 test1/test2 目录 # test1,* 监听当前目录下 test1 目录及其所有子目录(递归) # .,* 监听当前目录及其所有子目录(递归)...
``` package main import ( "fmt" "os" "path/filepath" "github.com/fsnotify/fsnotify" ) type NotifyFile struct { watch *fsnotify.Watcher } func NewNotifyFile() *NotifyFile { w := new(NotifyFile) w.watch, _ = fsnotify.NewWatcher() return w...
我昨天试了试 我的mac版本移除文件夹有问题,windows没有问题
 移除是这样的一个事件
停止更新,有需求私聊
查看数据库users_token表 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: dxcbl008 ***@***.***> 发送时间: 2023年5月26日 14:51 收件人: huangpd/midjourney_api ***@***.***> 抄送: Subscribed ***@***.***> 主题: Re: [huangpd/midjourney_api] 无法生成token (Issue #3) — Reply to this email directly, view...
No, you got it wrong. This token is used to control the call api. It is generated in the midjourney/create_token api, not a token in discord
> 顺便说一句,你知道的。MJ 现在激活了验证码。如何防止这种情况,我的意思是我们的提交生成如何不符合这个验证码 I don't know
> 换了redis,数据库拿到了token,去请求创建图片任务接口 报错引导程序停止 不知道是不是proxy为空的原因导致的?但我部属到服务器的我也不需要设置代理啊   channel id要不相同