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.
Files changed (2) hide show
  1. package/lib/index.js +2 -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
- `请检查ONU配置和账号是否正确或尝试重新拨号!`
1104
+ `未检索该账号的拨号记录⚠️`,
1105
+ `请尝试重新拨号或检查ONU配置和账号是否正确!`
1106
1106
  );
1107
1107
  } else if (accountInfo.onlineStatus === "离线" || accountInfo.onlineStatus === "不在线") {
1108
1108
  message.push(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "koishi-plugin-jscn-aaaquery",
3
3
  "description": "江苏有线无锡分公司宽带信息查询插件",
4
- "version": "1.0.19",
4
+ "version": "1.0.20",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
7
7
  "files": [