MiraiForum

    • Register
    • Login
    • Search
    • Popular
    • Recent
    • Unsolved
    • Tags
    • Groups
    • 友情链接
    1. Home
    2. cssxsh
    3. Posts
    • Profile
    • Following 0
    • Followers 129
    • Topics 61
    • Posts 2101
    • Best 158
    • Controversial 0
    • Groups 2

    Posts made by cssxsh

    • RE: 我终于实现通过Mysql搭建数据库发色图了

      @oeed
      我是说你的代码有问题,没正确处理socks协议的代理

      posted in 开发交流
      cssxsh
      cssxsh
    • RE: GitHub Helper / GitHub Notice 订阅插件

      有需要的 Notice 对象 可以到 GitHub 提 feat issue

      posted in 插件发布
      cssxsh
      cssxsh
    • GitHub Helper / GitHub Notice 订阅插件

      GitHub Helper

      基于 Mirai Console 的 GitHub Notice 订阅插件

      Release
      Downloads
      MiraiForum
      GitHub Client Test

      使用前应该查阅的相关文档或项目

      • User Manual
      • Permission Command
      • Chat Command

      指令

      注意: 使用前请确保可以 在聊天环境执行指令
      <...>中的是指令名,例如/repo-issue add mamoe/mirai
      [...]表示参数,当[...]后面带?时表示参数可选
      {...}表示连续的多个参数

      本插件指令权限ID 格式为 io.github.gnuf0rce.github-helper:command.*, * 是指令的第一指令名
      例如 /repo-issue add mamoe/mirai 的权限ID为 io.github.gnuf0rce.github-helper:command.repo-issue

      [repo] 格式为 {owner}/{repo}, 举例 mamoe/mirai
      [contact]?是可选的参数,会自动由当前环境填充,例如群聊填充群号,私聊填充QQ号
      [type] 消息的格式,可选值为 OLD, TEXT, FORWARD, GRAPH

      GitHubIssuesCommand

      指令 描述
      /<issues> <add> [contact]? 添加订阅
      /<issues> <remove> [contact]? 移除订阅
      /<issues> <interval> [millis] 设置订阅轮询间隔
      /<issues> <format> [type] 设置订阅消息格式
      /<issues> <list> [contact]? 查看订阅列表
      /<issues> <test> [type] [contact]? 测试订阅

      这个指令用于获取当前用户的issues,所以需要有效 token

      GitHubRepoCommitCommand

      指令 描述
      /<repo-commit> <add> [repo] [contact]? 添加订阅
      /<repo-commit> <remove> [repo] [contact]? 移除订阅
      /<repo-commit> <interval> [repo] [millis] 设置订阅轮询间隔
      /<repo-commit> <format> [repo] [type] 设置订阅消息格式
      /<repo-commit> <list> [contact]? 查看订阅列表
      /<repo-commit> <test> [repo] [type] [contact]? 测试订阅

      GitHubRepoIssueCommand

      指令 描述
      /<repo-issue> <add> [repo] [contact]? 添加订阅
      /<repo-issue> <remove> [repo] [contact]? 移除订阅
      /<repo-issue> <interval> [repo] [millis]? 设置订阅轮询间隔
      /<repo-issue> <format> [repo] [type] 设置订阅消息格式
      /<repo-issue> <list> [contact]? 查看订阅列表
      /<repo-issue> <test> [repo] [type] [contact]? 测试订阅

      GitHubRepoPullCommand

      指令 描述
      /<repo-pull> <add> [repo] [contact]? 添加订阅
      /<repo-pull> <remove> [repo] [contact]? 移除订阅
      /<repo-pull> <interval> [repo] [millis]? 设置订阅轮询间隔
      /<repo-pull> <format> [repo] [type] 设置订阅消息格式
      /<repo-pull> <list> [contact]? 查看订阅列表
      /<repo-pull> <test> [repo] [type] [contact]? 测试订阅

      GitHubRepoReleaseCommand

      指令 描述
      /<repo-release> <add> [repo] [contact]? 添加订阅
      /<repo-release> <remove> [repo] [contact]? 移除订阅
      /<repo-release> <interval> [repo] [millis]? 设置订阅轮询间隔
      /<repo-release> <format> [repo] [type] 设置订阅消息格式
      /<repo-release> <list> [contact]? 查看订阅列表
      /<repo-release> <test> [repo] [type] [contact]? 测试订阅

      GitHubStatsCommand

      指令 描述
      /<stats> <card> [name] 查看状态
      /<stats> <contribution> [name] 查看贡献
      /<stats> <trophy> [name] 查看奖杯

      设置

      GithubConfig

      • proxy Format http://127.0.0.1:8080 or socks://127.0.0.1:1080
      • doh Dns Over Https Url
      • github_token Personal Access Tokens
      • reply_type URL解析回复的消息格式
      • timeout Http 访问超时时间,单位秒
      • percentage_member_join 加群放行 GitHub 活跃等级(百分制),默认0,不开启功能
      • percentages 加群放行 GitHub 活跃等级(百分制),默认0,不开启功能
      • sign_member_join 加群放行提示信息
      • github_readme_stats stats card 绘制参数

      安装

      MCL 指令安装

      请确认 mcl.jar 的版本是 2.1.0+
      ./mcl --update-package io.github.gnuf0rce:github-helper --channel maven-stable --type plugins

      手动安装

      1. 从 Releases 或者 Maven 下载 mirai2.jar
      2. 将其放入 plugins 文件夹中
      posted in 插件发布
      cssxsh
      cssxsh
    • RE: B站订阅插件,动态、视频、直播订阅 @全体成员

      @WINE
      @gongfuture
      v1.1.2 修复了跳转问题,可以 继续使用 iPad User Agent 了
      Mozilla/5.0 (iPad; CPU OS 11_0 like Mac OS X) AppleWebKit/604.1.34 (KHTML, like Gecko) Version/11.0 Mobile/15A5341f Safari/604.1

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: B站订阅插件,动态、视频、直播订阅 @全体成员

      @wine
      修改ua头

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项

      @narumi
      1.2.7 有一定优化

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: 只能私聊和在第一个添加的群回复指令

      Send message failed
      发送消息失败,你的机器人不会是禁言状态之类的把

      posted in 使用交流
      cssxsh
      cssxsh
    • RE: B站订阅插件,动态、视频、直播订阅 @全体成员

      @gongfuture
      b站的动态页面无处理iPad ua头,请尝试修改为其他ua头

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: 我终于实现通过Mysql搭建数据库发色图了

      @oeed 在 我终于实现通过Mysql搭建数据库发色图了 中说:

      http://localhost:3000/..

      你的代理是不是配错了,代理协议没有指定 socks

      posted in 开发交流
      cssxsh
      cssxsh
    • RE: Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项

      @narumi
      正常来说即使 时间不对 也会按照 id 进行历史过滤
      我可能需要优化一下过滤器

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项

      @narumi 在 Arknights Helper / 明日方舟 助手,游戏公告接口更新,请下载新版本 中说:

      用蹲饼的时候这些东西是已经发过了的……

      这个微博的时间不对,导致判断错误

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项

      @narumi
      那是接口更新了,旧版本一直拿不到正确的接口数据所以一直卡着

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项

      @narumi
      给一下具体推送的内容

      posted in 插件发布
      cssxsh
      cssxsh
    • RE: Arknights Helper / 明日方舟 助手,更新订阅的微博号配置项

      @narumi
      游戏公告接口更新了,
      然后有一段时间的公告都没有推送,一口气抛出来了

      posted in 插件发布
      cssxsh
      cssxsh
    • 1
    • 2
    • 91
    • 92
    • 93
    • 94
    • 95
    • 105
    • 106
    • 93 / 106