@ReDeeMer 你非常成功地避开了所有正确答案
表格告诉你权限应该填 top.mrxiaom.mirai.dailysign:calendar
,你填了 calendar
,示例告诉你 /perm permit m群号.* com.example:name
,你就连示例权限都不改
Posts made by MrXiaoM
-
RE: MiraiDailySign —— 高度自定义的签到插件
-
RE: MCL拉取核心组件更新失败,连接超时
config.json 里面更换下载源
{ // ... "maven_repo": [ // 下载源列表 "https://mirrors.huaweicloud.com/repository/maven", "https://maven.aliyun.com/repository/public", "https://repo1.maven.org/maven2" ], // ... }
这里的配置是华为云+阿里云+官方。如果机子在国外,前两个可以删了,华为云镜像不支持海外访问。