Sora233 / DDBOT

一个基于MiraiGO的QQ群推送框架, 内置支持b站直播/动态,斗鱼直播,YTB直播/预约直播,虎牙直播,ACFUN直播,微博动态, 也可以通过插件支持任何订阅源。
https://ddbot.sora233.me
GNU Affero General Public License v3.0
518 stars 69 forks source link

新增 TwitCasting 訂閱源 #106

Closed eric2788 closed 2 years ago

eric2788 commented 2 years ago

還有一個 commit 要加

我忘了加一開始下播狀態取消推送

eric2788 commented 2 years ago

啊想起來了 我是不是要 用 develop 改 merge develop branch 😃……

Sora233 commented 2 years ago

target branch请指定develop

Sora233 commented 2 years ago

另外订阅所使用的id是什么呢?

eric2788 commented 2 years ago

由於分支錯了,所以我之後會重開一個 PR,但這裏的寫的東西還有用,我要參考一下,等我重開的時候會關掉這個

eric2788 commented 2 years ago

@Sora233 buntdb SetJson 支不支援 帶有 冒號的 key?

Sora233 commented 2 years ago

@Sora233 buntdb SetJson 支不支援 帶有 冒號的 key?

目前不支持,冒号是我考虑上的失误,没有想到它会比较常用,我会想办法解决一下

eric2788 commented 2 years ago

@Sora233 buntdb SetJson 支不支援 帶有 冒號的 key?

目前不支持,冒号是我考虑上的失误,没有想到它会比较常用,我会想办法解决一下

了解,那我先做個轉換

Sora233 commented 2 years ago

@Sora233 buntdb SetJson 支不支援 帶有 冒號的 key?

目前不支持,冒号是我考虑上的失误,没有想到它会比较常用,我会想办法解决一下

了解,那我先做個轉換

具体来说,是ParseConcernStateKeyWithStringParseConcernStateKeyWithInt64 不支持解析有多个:的key,也就是id中不能含有:,其他情况下自行使用是没问题的

eric2788 commented 2 years ago

@Sora233 buntdb SetJson 支不支援 帶有 冒號的 key?

目前不支持,冒号是我考虑上的失误,没有想到它会比较常用,我会想办法解决一下

了解,那我先做個轉換

具体来说,是ParseConcernStateKeyWithStringParseConcernStateKeyWithInt64 不支持解析有多个:的key,也就是id中不能含有:,其他情况下自行使用是没问题的

@Sora233 了解,另外我調用了 RemoveAllById 之後發現依然有數據存在,我該如何透過 id 移除 json 數據?

eric2788 commented 2 years ago

107