huangpd

Results 13 comments of 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没有问题

![image](https://user-images.githubusercontent.com/29889615/101914162-e1259280-3bfe-11eb-95aa-8f26bfa3640d.png) 移除是这样的一个事件

停止更新,有需求私聊

查看数据库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为空的原因导致的?但我部属到服务器的我也不需要设置代理啊 ![1685516186420](https://user-images.githubusercontent.com/133472049/242185784-c10ab7a1-5533-42f7-bdb9-ad48bf56e395.png) ![1685516236053](https://user-images.githubusercontent.com/133472049/242185992-ecb37386-3d1f-4df5-adf8-356dc6faded6.png) channel id要不相同