Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Upgrade Mirai Console Loader (MCL) - part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonsung committed Feb 13, 2023
1 parent 0042c5d commit 874052f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions mcl/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"js_optimization_level": -1,
"mirai_repo": "https://gitee.com/peratx/mirai-repo/raw/master",
"mirai_repo": "https://repo.mirai.mamoe.net/keep/mcl",
"maven_repo": [
"https://maven.aliyun.com/repository/public"
],
Expand All @@ -15,21 +15,21 @@
{
"id": "net.mamoe:mirai-console",
"channel": "stable",
"version": "2.10.1",
"version": "2.12.3",
"type": "libs",
"versionLocked": false
},
{
"id": "net.mamoe:mirai-console-terminal",
"channel": "stable",
"version": "2.10.1",
"version": "2.12.3",
"type": "libs",
"versionLocked": false
},
{
"id": "net.mamoe:mirai-core-all",
"channel": "stable",
"version": "2.10.1",
"version": "2.12.3",
"type": "libs",
"versionLocked": false
},
Expand Down
3 changes: 2 additions & 1 deletion mcl/config/Console/AutoLogin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ accounts:
# 密码内容, PLAIN 时为密码文本, MD5 时为 16 进制
value: pwd
# 账号配置. 可用配置列表 (注意大小写):
# "protocol": "ANDROID_PHONE" / "ANDROID_PAD" / "ANDROID_WATCH" /"MAC" / "IPAD"
# "protocol": "ANDROID_PHONE" / "ANDROID_PAD" / "ANDROID_WATCH" / "MACOS" / "IPAD"
# "device": "device.json"
# "enable": true
# "heartbeatStrategy": "STAT_HB" / "REGISTER" / "NONE"
configuration:
protocol: ANDROID_PHONE
device: device.json
Empty file.

0 comments on commit 874052f

Please sign in to comment.