koishi-plugin-jscn-aaaquery 1.0.19 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -1101,8 +1101,8 @@ function apply(ctx, config) {
|
|
|
1101
1101
|
);
|
|
1102
1102
|
} else if (accountInfo.onlineStatus === "离线" && accountInfo.isPass === "原因未知") {
|
|
1103
1103
|
message.push(
|
|
1104
|
-
|
|
1105
|
-
|
|
1104
|
+
`未检索该账号的拨号记录⚠️`,
|
|
1105
|
+
`请尝试重新拨号或检查ONU配置和账号是否正确!`
|
|
1106
1106
|
);
|
|
1107
1107
|
} else if (accountInfo.onlineStatus === "离线" || accountInfo.onlineStatus === "不在线") {
|
|
1108
1108
|
message.push(
|